#72792C

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

Shades of Olivetone #72792C

Tints of Olivetone #72792C

Color information

#72792C (or 0x72792C) is unknown color: approx Olivetone. HEX triplet: 72, 79 and 2C. RGB value is (114,121,44). Sum of RGB (Red+Green+Blue) = 114+121+44=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 121 (47.66% from 255 or 43.37% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 121 - color contains mainly: green. Hex color #72792C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72792C is #8D86D3. Grayscale: #6E6E6E. Windows color (decimal): -9275092 or 2914674. OLE color: 2914674.

HSL color Cylindrical-coordinate representation of color #72792C: hue angle of 65.45º 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 #72792C is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB11412144-
CMYK0.0600.640.53
HSL65.45º46.67%32.35%-
HSV(B)65.45º63.64%47.45%-
XYZ14.2317.435-
YUV110.1390.68130.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.86%
GREEN value IS 121 (47.66% from 255) = 43.37%
BLUE value IS 44 (17.58% from 255) = 15.77%
R=40.86%
G=43.37%
B=15.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114121440.0600.640.5365.4546.6732.35
Hex72792C604035412f20
Octal1621715460100651015740
Binary11100101111001101100110010000001101011000001101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72792C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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