#727529

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

Shades of Olivetone #727529

Tints of Olivetone #727529

Color information

#727529 (or 0x727529) is unknown color: approx Olivetone. HEX triplet: 72, 75 and 29. RGB value is (114,117,41). Sum of RGB (Red+Green+Blue) = 114+117+41=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 117 (46.09% from 255 or 43.01% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 117 - color contains mainly: green. Hex color #727529 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727529 is #8D8AD6. Grayscale: #6B6B6B. Windows color (decimal): -9276119 or 2717042. OLE color: 2717042.

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

Color convert

RGB11411741-
CMYK0.0300.650.54
HSL62.37º48.1%30.98%-
HSV(B)62.37º64.96%45.88%-
XYZ13.716.464.55-
YUV107.4490.51132.68-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.91%
GREEN value IS 117 (46.09% from 255) = 43.01%
BLUE value IS 41 (16.41% from 255) = 15.07%
R=41.91%
G=43.01%
B=15.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114117410.0300.650.5462.3748.130.98
Hex7275293041363e301f
Octal162165513010166766037
Binary11100101110101101001110100000111011011111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727529; }

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

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

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

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

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

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

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

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