Html Css Color HEX #609012 Olive Drab

📋 copy color: '#609012'

red 96 ◦ green 144 ◦ blue 18

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

Shades of Olive Drab #609012

Tints of Olive Drab #609012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.98%

R = 37.21%
G = 55.81%
B = 6.98%

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

#609012 (or 0x609012) is known color: Olive Drab. HEX triplet: 60, 90 and 12. RGB value is (96,144,18). Sum of RGB (Red+Green+Blue) = 96+144+18=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 144 (56.64% from 255 or 55.81% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 144 - color contains mainly: green. Hex color #609012 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609012 is #9F6FED. Grayscale: #737373. Windows color (decimal): -10448878 or 1216608. OLE color: 1216608.

HSL color Cylindrical-coordinate representation of color #609012: hue angle of 82.86º degrees, saturation: 0.78, 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 #609012 is Cyan = 0.33, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 144 18 -
CMYK 0.33 0 0.88 0.44
HSL 82.86º 0.78% 0.32% -
HSV(B) 82.86º 0.88% 0.56% -
XYZ 14.91 22.48 4.13 -
YUV 115.28 73.1 114.25 -
System Red Green Blue C M Y K H S L
Decimal 96 144 18 0.33 0 0.88 0.44 82.86 0.78 0.32
Hex 60 90 12 21 0 58 2C 53 4E 20
Octal 140 220 22 41 0 130 54 123 116 40
Binary 1100000 10010000 10010 100001 0 1011000 101100 1010011 1001110 100000

Color Harmonies of #609012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609012

Black with #609012

Text Example


Text Example

White with #609012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609012; }

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

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

background-color css

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

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

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

border-color css

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

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

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