#72920C

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

Shades of Olive Drab #72920C

Tints of Olive Drab #72920C

Color information

#72920C (or 0x72920C) is unknown color: approx Olive Drab. HEX triplet: 72, 92 and 0C. RGB value is (114,146,12). Sum of RGB (Red+Green+Blue) = 114+146+12=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 146 (57.42% from 255 or 53.68% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 146 - color contains mainly: green. Hex color #72920C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72920C is #8D6DF3. Grayscale: #797979. Windows color (decimal): -9268724 or 823922. OLE color: 823922.

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

Color convert

RGB11414612-
CMYK0.2200.920.43
HSL74.33º84.81%30.98%-
HSV(B)74.33º91.78%57.25%-
XYZ17.2824.164.1-
YUV121.1666.4122.9-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.91%
GREEN value IS 146 (57.42% from 255) = 53.68%
BLUE value IS 12 (5.08% from 255) = 4.41%
R=41.91%
G=53.68%
B=4.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal114146120.2200.920.4374.3384.8130.98
Hex7292C1605C2B4a551f
Octal162222142601345311212537
Binary111001010010010110010110010111001010111001010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72920C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72920C; }

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

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

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

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

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

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

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

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