#729210

Color #729210 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #729210

Tints of Olive Drab #729210

Color information

#729210 (or 0x729210) is unknown color: approx 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

RGB11414616-
CMYK0.2200.890.43
HSL74.77º80.25%31.76%-
HSV(B)74.77º89.04%57.25%-
XYZ17.3124.174.24-
YUV121.6168.4122.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.30%
GREEN value IS 146 (57.42% from 255) = 52.90%
BLUE value IS 16 (6.64% from 255) = 5.80%
R=41.30%
G=52.90%
B=5.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal114146160.2200.890.4374.7780.2531.76
Hex729210160592B4b5020
Octal162222202601315311312040
Binary11100101001001010000101100101100110101110010111010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>