#729216

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

Shades of Olive Drab #729216

Tints of Olive Drab #729216

Color information

#729216 (or 0x729216) is unknown color: approx Olive Drab. HEX triplet: 72, 92 and 16. RGB value is (114,146,22). Sum of RGB (Red+Green+Blue) = 114+146+22=282 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.43% from 282); Green value is 146 (57.42% from 255 or 51.77% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 146 - color contains mainly: green. Hex color #729216 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729216 is #8D6DE9. Grayscale: #7A7A7A. Windows color (decimal): -9268714 or 1479282. OLE color: 1479282.

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

Color convert

RGB11414622-
CMYK0.2200.850.43
HSL75.48º73.81%32.94%-
HSV(B)75.48º84.93%57.25%-
XYZ17.3624.194.51-
YUV122.371.4122.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.43%
GREEN value IS 146 (57.42% from 255) = 51.77%
BLUE value IS 22 (8.98% from 255) = 7.80%
R=40.43%
G=51.77%
B=7.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal114146220.2200.850.4375.4873.8132.94
Hex729216160552B4b4a21
Octal162222262601255311311241
Binary11100101001001010110101100101010110101110010111001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729216; }

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

 H1.HeaderClassName
 {
   color: #729216;
 }
 .AnyTagClassName
 {
   color: #729216;
 }
</style>
background-color css

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

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

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

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

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

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