#618311

Color #618311 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #618311

Tints of Olive Drab #618311

Color information

#618311 (or 0x618311) is unknown color: approx Olive Drab. HEX triplet: 61, 83 and 11. RGB value is (97,131,17). Sum of RGB (Red+Green+Blue) = 97+131+17=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 131 (51.56% from 255 or 53.47% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 131 - color contains mainly: green. Hex color #618311 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618311 is #9E7CEE. Grayscale: #6C6C6C. Windows color (decimal): -10386671 or 1147745. OLE color: 1147745.

HSL color Cylindrical-coordinate representation of color #618311: hue angle of 77.89º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #618311 is Cyan = 0.26, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB9713117-
CMYK0.2600.870.49
HSL77.89º77.03%29.02%-
HSV(B)77.89º87.02%51.37%-
XYZ13.1518.813.47-
YUV107.8476.74120.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 39.59%
GREEN value IS 131 (51.56% from 255) = 53.47%
BLUE value IS 17 (7.03% from 255) = 6.94%
R=39.59%
G=53.47%
B=6.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97131170.2600.870.4977.8977.0329.02
Hex6183111A057314e4d1d
Octal141203213201276111611535
Binary1100001100000111000111010010101111100011001110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618311; }

 p { color: rgb(97,131,17); }

 H1.HeaderClassName
 {
   color: #618311;
 }
 .AnyTagClassName
 {
   color: #618311;
 }
</style>
background-color css

<style>
 a { background-color: #618311; }

 a { background-color: rgb(97,131,17); }

 div.DivClassName
 {
   background-color: #618311;
 }
 .BgClassName
 {
   background-color: #618311;
 }
</style>
border-color css

<style>
 span { border-color: #618311; }

 span { border-color: rgb(97,131,17); }

 td.TdClassName
 {
   border-color: #618311;
 }
 .TagClassName
 {
   border-color: #618311;
 }
</style>