#72720D

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

Shades of Olive #72720D

Tints of Olive #72720D

Color information

#72720D (or 0x72720D) is unknown color: approx Olive. HEX triplet: 72, 72 and 0D. RGB value is (114,114,13). Sum of RGB (Red+Green+Blue) = 114+114+13=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 114 (44.92% from 255 or 47.30% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 114 - color contains mainly: red, green. Hex color #72720D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72720D is #8D8DF2. Grayscale: #666666. Windows color (decimal): -9276915 or 881266. OLE color: 881266.

HSL color Cylindrical-coordinate representation of color #72720D: hue angle of 60º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #72720D is Cyan = 0, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB11411413-
CMYK000.890.55
HSL60º79.53%24.9%-
HSV(B)60º88.6%44.71%-
XYZ13.0315.642.71-
YUV102.4977.5136.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.30%
GREEN value IS 114 (44.92% from 255) = 47.30%
BLUE value IS 13 (5.47% from 255) = 5.39%
R=47.30%
G=47.30%
B=5.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11411413000.890.556079.5324.9
Hex7272D0059373c5019
Octal1621621500131677412031
Binary111001011100101101001011001110111111100101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72720D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72720D; }

 p { color: rgb(114,114,13); }

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

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

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

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

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

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

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