#72702F

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

Shades of Olivetone #72702F

Tints of Olivetone #72702F

Color information

#72702F (or 0x72702F) is unknown color: approx Olivetone. HEX triplet: 72, 70 and 2F. RGB value is (114,112,47). Sum of RGB (Red+Green+Blue) = 114+112+47=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 114 - color contains mainly: red. Hex color #72702F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72702F is #8D8FD0. Grayscale: #696969. Windows color (decimal): -9277393 or 3108978. OLE color: 3108978.

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

Color convert

RGB11411247-
CMYK00.020.590.55
HSL58.21º41.61%31.57%-
HSV(B)58.21º58.77%44.71%-
XYZ13.2515.374.96-
YUV105.1995.16134.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.76%
GREEN value IS 112 (44.14% from 255) = 41.03%
BLUE value IS 47 (18.75% from 255) = 17.22%
R=41.76%
G=41.03%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141124700.020.590.5558.2141.6131.57
Hex72702F023B373a2a20
Octal16216057027367725240
Binary11100101110000101111010111011110111111010101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72702F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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