Html Css Color HEX #729012 Olive Drab

📋 copy color: '#729012'

red 114 ◦ green 144 ◦ blue 18

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

Shades of Olive Drab #729012

Tints of Olive Drab #729012

RGB

 RED value IS 114 (44.92% from 255) = 41.3%

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

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

R = 41.3%
G = 52.17%
B = 6.52%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#729012 (or 0x729012) is known color: Olive Drab. HEX triplet: 72, 90 and 12. RGB value is (114,144,18). Sum of RGB (Red+Green+Blue) = 114+144+18=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 144 (56.64% from 255 or 52.17% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 144 - color contains mainly: green. Hex color #729012 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729012 is #8D6FED. Grayscale: #797979. Windows color (decimal): -9269230 or 1216626. OLE color: 1216626.

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

Color convert

RGB 114 144 18 -
CMYK 0.21 0 0.88 0.44
HSL 74.29º 0.78% 0.32% -
HSV(B) 74.29º 0.88% 0.56% -
XYZ 17.02 23.57 4.22 -
YUV 120.67 70.06 123.25 -
System Red Green Blue C M Y K H S L
Decimal 114 144 18 0.21 0 0.88 0.44 74.29 0.78 0.32
Hex 72 90 12 15 0 58 2C 4A 4E 20
Octal 162 220 22 25 0 130 54 112 116 40
Binary 1110010 10010000 10010 10101 0 1011000 101100 1001010 1001110 100000

Color Harmonies of #729012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729012

Black with #729012

Text Example


Text Example

White with #729012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729012; }

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

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

background-color css

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

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

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

border-color css

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

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

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