#72762D

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

Shades of Olivetone #72762D

Tints of Olivetone #72762D

Color information

#72762D (or 0x72762D) is unknown color: approx Olivetone. HEX triplet: 72, 76 and 2D. RGB value is (114,118,45). Sum of RGB (Red+Green+Blue) = 114+118+45=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 118 - color contains mainly: green. Hex color #72762D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72762D is #8D89D2. Grayscale: #6C6C6C. Windows color (decimal): -9275859 or 2979442. OLE color: 2979442.

HSL color Cylindrical-coordinate representation of color #72762D: hue angle of 63.29º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #72762D is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB11411845-
CMYK0.0300.620.54
HSL63.29º44.79%31.96%-
HSV(B)63.29º61.86%46.27%-
XYZ13.8916.724.98-
YUV108.4892.17131.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.16%
GREEN value IS 118 (46.48% from 255) = 42.60%
BLUE value IS 45 (17.97% from 255) = 16.25%
R=41.16%
G=42.60%
B=16.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114118450.0300.620.5463.2944.7931.96
Hex72762D303E363f2d20
Octal16216655307666775540
Binary11100101110110101101110111110110110111111101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72762D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,118,45); }

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

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

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

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

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

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

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