#72700F

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

Shades of Olivetone #72700F

Tints of Olivetone #72700F

Color information

#72700F (or 0x72700F) is unknown color: approx Olivetone. HEX triplet: 72, 70 and 0F. RGB value is (114,112,15). Sum of RGB (Red+Green+Blue) = 114+112+15=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 114 - color contains mainly: red. Hex color #72700F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72700F is #8D8FF0. Grayscale: #656565. Windows color (decimal): -9277425 or 1011826. OLE color: 1011826.

HSL color Cylindrical-coordinate representation of color #72700F: hue angle of 58.79º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #72700F is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB11411215-
CMYK00.020.870.55
HSL58.79º76.74%25.29%-
HSV(B)58.79º86.84%44.71%-
XYZ12.8215.22.71-
YUV101.5479.16136.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.30%
GREEN value IS 112 (44.14% from 255) = 46.47%
BLUE value IS 15 (6.25% from 255) = 6.22%
R=47.30%
G=46.47%
B=6.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141121500.020.870.5558.7976.7425.29
Hex7270F0257373b4d19
Octal1621601702127677311531
Binary1110010111000011110101010111110111111011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72700F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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