#727528

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

Shades of Olivetone #727528

Tints of Olivetone #727528

Color information

#727528 (or 0x727528) is unknown color: approx Olivetone. HEX triplet: 72, 75 and 28. RGB value is (114,117,40). Sum of RGB (Red+Green+Blue) = 114+117+40=271 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.07% from 271); Green value is 117 (46.09% from 255 or 43.17% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 117 - color contains mainly: green. Hex color #727528 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727528 is #8D8AD7. Grayscale: #6B6B6B. Windows color (decimal): -9276120 or 2651506. OLE color: 2651506.

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

Color convert

RGB11411740-
CMYK0.0300.660.54
HSL62.34º49.04%30.78%-
HSV(B)62.34º65.81%45.88%-
XYZ13.6816.454.46-
YUV107.3290.01132.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.07%
GREEN value IS 117 (46.09% from 255) = 43.17%
BLUE value IS 40 (16.02% from 255) = 14.76%
R=42.07%
G=43.17%
B=14.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114117400.0300.660.5462.3449.0430.78
Hex7275283042363e311f
Octal162165503010266766137
Binary11100101110101101000110100001011011011111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727528; }

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

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

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

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

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

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

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

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