#72700D

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

Shades of Olive #72700D

Tints of Olive #72700D

Color information

#72700D (or 0x72700D) is unknown color: approx Olive. HEX triplet: 72, 70 and 0D. RGB value is (114,112,13). Sum of RGB (Red+Green+Blue) = 114+112+13=239 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.70% from 239); Green value is 112 (44.14% from 255 or 46.86% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 114 - color contains mainly: red. Hex color #72700D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72700D is #8D8FF2. Grayscale: #656565. Windows color (decimal): -9277427 or 880754. OLE color: 880754.

HSL color Cylindrical-coordinate representation of color #72700D: hue angle of 58.81º 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 #72700D is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB11411213-
CMYK00.020.890.55
HSL58.81º79.53%24.9%-
HSV(B)58.81º88.6%44.71%-
XYZ12.8115.192.64-
YUV101.3178.16137.05-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.70%
GREEN value IS 112 (44.14% from 255) = 46.86%
BLUE value IS 13 (5.47% from 255) = 5.44%
R=47.70%
G=46.86%
B=5.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141121300.020.890.5558.8179.5324.9
Hex7270D0259373b5019
Octal1621601502131677312031
Binary1110010111000011010101011001110111111011101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72700D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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