Html Css Color HEX #609116 Olive Drab

📋 copy color: '#609116'

red 96 ◦ green 145 ◦ blue 22

#609116
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #609116

Tints of Olive Drab #609116

RGB

 RED value IS 96 (37.89% from 255) = 36.5%

 GREEN value IS 145 (57.03% from 255) = 55.13%

 BLUE value IS 22 (8.98% from 255) = 8.37%

R = 36.5%
G = 55.13%
B = 8.37%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.85

 K value IS 0.43

RGB Variations

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

Color information

#609116 (or 0x609116) is known color: Olive Drab. HEX triplet: 60, 91 and 16. RGB value is (96,145,22). Sum of RGB (Red+Green+Blue) = 96+145+22=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 145 (57.03% from 255 or 55.13% from 263); Blue value is 22 (8.98% from 255 or 8.37% from 263); Max value from RGB is 145 - color contains mainly: green. Hex color #609116 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609116 is #9F6EE9. Grayscale: #747474. Windows color (decimal): -10448618 or 1479008. OLE color: 1479008.

HSL color Cylindrical-coordinate representation of color #609116: hue angle of 83.9º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #609116 is Cyan = 0.34, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB 96 145 22 -
CMYK 0.34 0 0.85 0.43
HSL 83.9º 0.74% 0.33% -
HSV(B) 83.9º 0.85% 0.57% -
XYZ 15.09 22.8 4.36 -
YUV 116.33 74.77 113.5 -
System Red Green Blue C M Y K H S L
Decimal 96 145 22 0.34 0 0.85 0.43 83.9 0.74 0.33
Hex 60 91 16 22 0 55 2B 54 4A 21
Octal 140 221 26 42 0 125 53 124 112 41
Binary 1100000 10010001 10110 100010 0 1010101 101011 1010100 1001010 100001

Color Harmonies of #609116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609116

Black with #609116

Text Example


Text Example

White with #609116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609116; }

 p { color: rgb(96,145,22); }

 H1.HeaderClassName
 {
   color: #609116;
 }
 .AnyTagClassName
 {
   color: #609116;
 }
</style>

background-color css

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

 a { background-color: rgb(96,145,22); }

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

border-color css

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

 span { border-color: rgb(96,145,22); }

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