#72732A

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

Shades of Olivetone #72732A

Tints of Olivetone #72732A

Color information

#72732A (or 0x72732A) is unknown color: approx Olivetone. HEX triplet: 72, 73 and 2A. RGB value is (114,115,42). Sum of RGB (Red+Green+Blue) = 114+115+42=271 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.07% from 271); Green value is 115 (45.31% from 255 or 42.44% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 115 - color contains mainly: green. Hex color #72732A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72732A is #8D8CD5. Grayscale: #6A6A6A. Windows color (decimal): -9276630 or 2782066. OLE color: 2782066.

HSL color Cylindrical-coordinate representation of color #72732A: hue angle of 60.82º 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 #72732A is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB11411542-
CMYK0.0100.630.55
HSL60.82º46.5%30.78%-
HSV(B)60.82º63.48%45.1%-
XYZ13.4916.014.57-
YUV106.3891.67133.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.07%
GREEN value IS 115 (45.31% from 255) = 42.44%
BLUE value IS 42 (16.80% from 255) = 15.50%
R=42.07%
G=42.44%
B=15.50%

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
Decimal114115420.0100.630.5560.8246.530.78
Hex72732A103F373d2e1f
Octal16216352107767755637
Binary111001011100111010101011111111011111110110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72732A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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