Html Css Color HEX #729210 Olive Drab

📋 copy color: '#729210'

red 114 ◦ green 146 ◦ blue 16

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

Shades of Olive Drab #729210

Tints of Olive Drab #729210

RGB

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

 GREEN value IS 146 (57.42% from 255) = 52.9%

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

R = 41.3%
G = 52.9%
B = 5.8%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.89

 K value IS 0.43

RGB Variations

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

Color information

#729210 (or 0x729210) is known color: Olive Drab. HEX triplet: 72, 92 and 10. RGB value is (114,146,16). Sum of RGB (Red+Green+Blue) = 114+146+16=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 146 (57.42% from 255 or 52.90% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 146 - color contains mainly: green. Hex color #729210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729210 is #8D6DEF. Grayscale: #7A7A7A. Windows color (decimal): -9268720 or 1086066. OLE color: 1086066.

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

Color convert

RGB 114 146 16 -
CMYK 0.22 0 0.89 0.43
HSL 74.77º 0.8% 0.32% -
HSV(B) 74.77º 0.89% 0.57% -
XYZ 17.31 24.17 4.24 -
YUV 121.61 68.4 122.57 -
System Red Green Blue C M Y K H S L
Decimal 114 146 16 0.22 0 0.89 0.43 74.77 0.8 0.32
Hex 72 92 10 16 0 59 2B 4B 50 20
Octal 162 222 20 26 0 131 53 113 120 40
Binary 1110010 10010010 10000 10110 0 1011001 101011 1001011 1010000 100000

Color Harmonies of #729210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729210

Black with #729210

Text Example


Text Example

White with #729210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729210; }

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

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

background-color css

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

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

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

border-color css

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

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

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