#72732B

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

Shades of Olivetone #72732B

Tints of Olivetone #72732B

Color information

#72732B (or 0x72732B) is unknown color: approx Olivetone. HEX triplet: 72, 73 and 2B. RGB value is (114,115,43). Sum of RGB (Red+Green+Blue) = 114+115+43=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 115 (45.31% from 255 or 42.28% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 115 - color contains mainly: green. Hex color #72732B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72732B is #8D8CD4. Grayscale: #6A6A6A. Windows color (decimal): -9276629 or 2847602. OLE color: 2847602.

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

Color convert

RGB11411543-
CMYK0.0100.630.55
HSL60.83º45.57%30.98%-
HSV(B)60.83º62.61%45.1%-
XYZ13.5116.014.66-
YUV106.4992.17133.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.91%
GREEN value IS 115 (45.31% from 255) = 42.28%
BLUE value IS 43 (17.19% from 255) = 15.81%
R=41.91%
G=42.28%
B=15.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114115430.0100.630.5560.8345.5730.98
Hex72732B103F373d2e1f
Octal16216353107767755637
Binary111001011100111010111011111111011111110110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72732B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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