#72712C

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

Shades of Olivetone #72712C

Tints of Olivetone #72712C

Color information

#72712C (or 0x72712C) is unknown color: approx Olivetone. HEX triplet: 72, 71 and 2C. RGB value is (114,113,44). Sum of RGB (Red+Green+Blue) = 114+113+44=271 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.07% from 271); Green value is 113 (44.53% from 255 or 41.70% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 114 - color contains mainly: red. Hex color #72712C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72712C is #8D8ED3. Grayscale: #696969. Windows color (decimal): -9277140 or 2912626. OLE color: 2912626.

HSL color Cylindrical-coordinate representation of color #72712C: hue angle of 59.14º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #72712C is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB11411344-
CMYK00.010.610.55
HSL59.14º44.3%30.98%-
HSV(B)59.14º61.4%44.71%-
XYZ13.315.574.69-
YUV105.4393.33134.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.07%
GREEN value IS 113 (44.53% from 255) = 41.70%
BLUE value IS 44 (17.58% from 255) = 16.24%
R=42.07%
G=41.70%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141134400.010.610.5559.1444.330.98
Hex72712C013D373b2c1f
Octal16216154017567735437
Binary111001011100011011000111110111011111101110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72712C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,113,44); }

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

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

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

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

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

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

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