#727524

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

Shades of Olivetone #727524

Tints of Olivetone #727524

Color information

#727524 (or 0x727524) is unknown color: approx Olivetone. HEX triplet: 72, 75 and 24. RGB value is (114,117,36). Sum of RGB (Red+Green+Blue) = 114+117+36=267 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.70% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 36 (14.45% from 255 or 13.48% from 267); Max value from RGB is 117 - color contains mainly: green. Hex color #727524 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727524 is #8D8ADB. Grayscale: #6B6B6B. Windows color (decimal): -9276124 or 2389362. OLE color: 2389362.

HSL color Cylindrical-coordinate representation of color #727524: hue angle of 62.22º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #727524 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB11411736-
CMYK0.0300.690.54
HSL62.22º52.94%30%-
HSV(B)62.22º69.23%45.88%-
XYZ13.6216.434.12-
YUV106.8788.01133.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.70%
GREEN value IS 117 (46.09% from 255) = 43.82%
BLUE value IS 36 (14.45% from 255) = 13.48%
R=42.70%
G=43.82%
B=13.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114117360.0300.690.5462.2252.9430
Hex7275243045363e351e
Octal162165443010566766536
Binary11100101110101100100110100010111011011111011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727524; }

 p { color: rgb(114,117,36); }

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

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

 a { background-color: rgb(114,117,36); }

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

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

 span { border-color: rgb(114,117,36); }

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