Html Css Color HEX #729010 Olive Drab

📋 copy color: '#729010'

red 114 ◦ green 144 ◦ blue 16

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

Shades of Olive Drab #729010

Tints of Olive Drab #729010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.84%

R = 41.61%
G = 52.55%
B = 5.84%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#729010 (or 0x729010) is known color: Olive Drab. HEX triplet: 72, 90 and 10. RGB value is (114,144,16). Sum of RGB (Red+Green+Blue) = 114+144+16=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 144 (56.64% from 255 or 52.55% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 144 - color contains mainly: green. Hex color #729010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729010 is #8D6FEF. Grayscale: #787878. Windows color (decimal): -9269232 or 1085554. OLE color: 1085554.

HSL color Cylindrical-coordinate representation of color #729010: hue angle of 74.06º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #729010 is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB 114 144 16 -
CMYK 0.21 0 0.89 0.44
HSL 74.06º 0.8% 0.31% -
HSV(B) 74.06º 0.89% 0.56% -
XYZ 17.01 23.56 4.14 -
YUV 120.44 69.06 123.41 -
System Red Green Blue C M Y K H S L
Decimal 114 144 16 0.21 0 0.89 0.44 74.06 0.8 0.31
Hex 72 90 10 15 0 59 2C 4A 50 1F
Octal 162 220 20 25 0 131 54 112 120 37
Binary 1110010 10010000 10000 10101 0 1011001 101100 1001010 1010000 11111

Color Harmonies of #729010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729010

Black with #729010

Text Example


Text Example

White with #729010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729010; }

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

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

background-color css

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

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

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

border-color css

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

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

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