#72772E

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

Shades of Olivetone #72772E

Tints of Olivetone #72772E

Color information

#72772E (or 0x72772E) is unknown color: approx Olivetone. HEX triplet: 72, 77 and 2E. RGB value is (114,119,46). Sum of RGB (Red+Green+Blue) = 114+119+46=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 119 (46.88% from 255 or 42.65% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 119 - color contains mainly: green. Hex color #72772E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72772E is #8D88D1. Grayscale: #6D6D6D. Windows color (decimal): -9275602 or 3045234. OLE color: 3045234.

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

Color convert

RGB11411946-
CMYK0.0400.610.53
HSL64.11º44.24%32.35%-
HSV(B)64.11º61.34%46.67%-
XYZ14.0316.975.12-
YUV109.1892.34131.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.86%
GREEN value IS 119 (46.88% from 255) = 42.65%
BLUE value IS 46 (18.36% from 255) = 16.49%
R=40.86%
G=42.65%
B=16.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114119460.0400.610.5364.1144.2432.35
Hex72772E403D35402c20
Octal162167564075651005440
Binary1110010111011110111010001111011101011000000101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72772E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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