#72732F

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

Shades of Olivetone #72732F

Tints of Olivetone #72732F

Color information

#72732F (or 0x72732F) is unknown color: approx Olivetone. HEX triplet: 72, 73 and 2F. RGB value is (114,115,47). Sum of RGB (Red+Green+Blue) = 114+115+47=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 115 (45.31% from 255 or 41.67% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 115 - color contains mainly: green. Hex color #72732F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72732F is #8D8CD0. Grayscale: #6B6B6B. Windows color (decimal): -9276625 or 3109746. OLE color: 3109746.

HSL color Cylindrical-coordinate representation of color #72732F: hue angle of 60.88º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #72732F is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB11411547-
CMYK0.0100.590.55
HSL60.88º41.98%31.76%-
HSV(B)60.88º59.13%45.1%-
XYZ13.5816.045.07-
YUV106.9594.17133.03-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.30%
GREEN value IS 115 (45.31% from 255) = 41.67%
BLUE value IS 47 (18.75% from 255) = 17.03%
R=41.30%
G=41.67%
B=17.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114115470.0100.590.5560.8841.9831.76
Hex72732F103B373d2a20
Octal16216357107367755240
Binary1110010111001110111110111011110111111101101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72732F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72732F; }

 p { color: rgb(114,115,47); }

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

<style>
 a { background-color: #72732F; }

 a { background-color: rgb(114,115,47); }

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

<style>
 span { border-color: #72732F; }

 span { border-color: rgb(114,115,47); }

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