#727525

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

Shades of Olivetone #727525

Tints of Olivetone #727525

Color information

#727525 (or 0x727525) is unknown color: approx Olivetone. HEX triplet: 72, 75 and 25. RGB value is (114,117,37). Sum of RGB (Red+Green+Blue) = 114+117+37=268 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.54% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 117 - color contains mainly: green. Hex color #727525 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727525 is #8D8ADA. Grayscale: #6B6B6B. Windows color (decimal): -9276123 or 2454898. OLE color: 2454898.

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

Color convert

RGB11411737-
CMYK0.0300.680.54
HSL62.25º51.95%30.2%-
HSV(B)62.25º68.38%45.88%-
XYZ13.6316.434.2-
YUV106.9888.51133-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.54%
GREEN value IS 117 (46.09% from 255) = 43.66%
BLUE value IS 37 (14.84% from 255) = 13.81%
R=42.54%
G=43.66%
B=13.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114117370.0300.680.5462.2551.9530.2
Hex7275253044363e341e
Octal162165453010466766436
Binary11100101110101100101110100010011011011111011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727525; }

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

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

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

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

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

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

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

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