#727512

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

Shades of Olivetone #727512

Tints of Olivetone #727512

Color information

#727512 (or 0x727512) is unknown color: approx Olivetone. HEX triplet: 72, 75 and 12. RGB value is (114,117,18). Sum of RGB (Red+Green+Blue) = 114+117+18=249 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.78% from 249); Green value is 117 (46.09% from 255 or 46.99% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 117 - color contains mainly: green. Hex color #727512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727512 is #8D8AED. Grayscale: #696969. Windows color (decimal): -9276142 or 1209714. OLE color: 1209714.

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

Color convert

RGB11411718-
CMYK0.0300.850.54
HSL61.82º73.33%26.47%-
HSV(B)61.82º84.62%45.88%-
XYZ13.4116.343.02-
YUV104.8279.01134.55-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.78%
GREEN value IS 117 (46.09% from 255) = 46.99%
BLUE value IS 18 (7.42% from 255) = 7.23%
R=45.78%
G=46.99%
B=7.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114117180.0300.850.5461.8273.3326.47
Hex7275123055363e491a
Octal1621652230125667611132
Binary11100101110101100101101010101110110111110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727512; }

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

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

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

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

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

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

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

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