Html Css Color HEX #609011 Olive Drab

📋 copy color: '#609011'

red 96 ◦ green 144 ◦ blue 17

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

Shades of Olive Drab #609011

Tints of Olive Drab #609011

RGB

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

 GREEN value IS 144 (56.64% from 255) = 56.03%

 BLUE value IS 17 (7.03% from 255) = 6.61%

R = 37.35%
G = 56.03%
B = 6.61%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#609011 (or 0x609011) is known color: Olive Drab. HEX triplet: 60, 90 and 11. RGB value is (96,144,17). Sum of RGB (Red+Green+Blue) = 96+144+17=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 144 (56.64% from 255 or 56.03% from 257); Blue value is 17 (7.03% from 255 or 6.61% from 257); Max value from RGB is 144 - color contains mainly: green. Hex color #609011 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609011 is #9F6FEE. Grayscale: #737373. Windows color (decimal): -10448879 or 1151072. OLE color: 1151072.

HSL color Cylindrical-coordinate representation of color #609011: hue angle of 82.68º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #609011 is Cyan = 0.33, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 144 17 -
CMYK 0.33 0 0.88 0.44
HSL 82.68º 0.79% 0.32% -
HSV(B) 82.68º 0.88% 0.56% -
XYZ 14.9 22.47 4.08 -
YUV 115.17 72.6 114.33 -
System Red Green Blue C M Y K H S L
Decimal 96 144 17 0.33 0 0.88 0.44 82.68 0.79 0.32
Hex 60 90 11 21 0 58 2C 53 4F 20
Octal 140 220 21 41 0 130 54 123 117 40
Binary 1100000 10010000 10001 100001 0 1011000 101100 1010011 1001111 100000

Color Harmonies of #609011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609011

Black with #609011

Text Example


Text Example

White with #609011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609011; }

 p { color: rgb(96,144,17); }

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

background-color css

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

 a { background-color: rgb(96,144,17); }

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

border-color css

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

 span { border-color: rgb(96,144,17); }

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