#727511

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

Shades of Olivetone #727511

Tints of Olivetone #727511

Color information

#727511 (or 0x727511) is unknown color: approx Olivetone. HEX triplet: 72, 75 and 11. RGB value is (114,117,17). Sum of RGB (Red+Green+Blue) = 114+117+17=248 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.97% from 248); Green value is 117 (46.09% from 255 or 47.18% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 117 - color contains mainly: green. Hex color #727511 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727511 is #8D8AEE. Grayscale: #696969. Windows color (decimal): -9276143 or 1144178. OLE color: 1144178.

HSL color Cylindrical-coordinate representation of color #727511: hue angle of 61.8º degrees, saturation: 0.75, 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 #727511 is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB11411717-
CMYK0.0300.850.54
HSL61.8º74.63%26.27%-
HSV(B)61.8º85.47%45.88%-
XYZ13.416.342.98-
YUV104.778.51134.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.97%
GREEN value IS 117 (46.09% from 255) = 47.18%
BLUE value IS 17 (7.03% from 255) = 6.85%
R=45.97%
G=47.18%
B=6.85%

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
Decimal114117170.0300.850.5461.874.6326.27
Hex7275113055363e4b1a
Octal1621652130125667611332
Binary11100101110101100011101010101110110111110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727511; }

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

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

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

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

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

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

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

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