#72772B

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

Shades of Olivetone #72772B

Tints of Olivetone #72772B

Color information

#72772B (or 0x72772B) is unknown color: approx Olivetone. HEX triplet: 72, 77 and 2B. RGB value is (114,119,43). Sum of RGB (Red+Green+Blue) = 114+119+43=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 119 (46.88% from 255 or 43.12% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 119 - color contains mainly: green. Hex color #72772B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72772B is #8D88D4. Grayscale: #6D6D6D. Windows color (decimal): -9275605 or 2848626. OLE color: 2848626.

HSL color Cylindrical-coordinate representation of color #72772B: hue angle of 63.95º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #72772B is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB11411943-
CMYK0.0400.640.53
HSL63.95º46.91%31.76%-
HSV(B)63.95º63.87%46.67%-
XYZ13.9716.954.82-
YUV108.8490.84131.68-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.30%
GREEN value IS 119 (46.88% from 255) = 43.12%
BLUE value IS 43 (17.19% from 255) = 15.58%
R=41.30%
G=43.12%
B=15.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114119430.0400.640.5363.9546.9131.76
Hex72772B404035402f20
Octal1621675340100651005740
Binary11100101110111101011100010000001101011000000101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72772B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72772B; }

 p { color: rgb(114,119,43); }

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

<style>
 a { background-color: #72772B; }

 a { background-color: rgb(114,119,43); }

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

<style>
 span { border-color: #72772B; }

 span { border-color: rgb(114,119,43); }

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