Html Css Color HEX #729112 Olive Drab

📋 copy color: '#729112'

red 114 ◦ green 145 ◦ blue 18

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

Shades of Olive Drab #729112

Tints of Olive Drab #729112

RGB

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

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

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

R = 41.16%
G = 52.35%
B = 6.5%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#729112 (or 0x729112) is known color: Olive Drab. HEX triplet: 72, 91 and 12. RGB value is (114,145,18). Sum of RGB (Red+Green+Blue) = 114+145+18=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 145 (57.03% from 255 or 52.35% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 145 - color contains mainly: green. Hex color #729112 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729112 is #8D6EED. Grayscale: #797979. Windows color (decimal): -9268974 or 1216882. OLE color: 1216882.

HSL color Cylindrical-coordinate representation of color #729112: hue angle of 74.65º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #729112 is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 145 18 -
CMYK 0.21 0 0.88 0.43
HSL 74.65º 0.78% 0.32% -
HSV(B) 74.65º 0.88% 0.57% -
XYZ 17.17 23.87 4.27 -
YUV 121.25 69.73 122.83 -
System Red Green Blue C M Y K H S L
Decimal 114 145 18 0.21 0 0.88 0.43 74.65 0.78 0.32
Hex 72 91 12 15 0 58 2B 4B 4E 20
Octal 162 221 22 25 0 130 53 113 116 40
Binary 1110010 10010001 10010 10101 0 1011000 101011 1001011 1001110 100000

Color Harmonies of #729112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729112

Black with #729112

Text Example


Text Example

White with #729112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729112; }

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

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

background-color css

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

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

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

border-color css

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

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

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