#727125

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

Shades of Olivetone #727125

Tints of Olivetone #727125

Color information

#727125 (or 0x727125) is unknown color: approx Olivetone. HEX triplet: 72, 71 and 25. RGB value is (114,113,37). Sum of RGB (Red+Green+Blue) = 114+113+37=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 37 (14.84% from 255 or 14.02% from 264); Max value from RGB is 114 - color contains mainly: red. Hex color #727125 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727125 is #8D8EDA. Grayscale: #686868. Windows color (decimal): -9277147 or 2453874. OLE color: 2453874.

HSL color Cylindrical-coordinate representation of color #727125: hue angle of 59.22º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #727125 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB11411337-
CMYK00.010.680.55
HSL59.22º50.99%29.61%-
HSV(B)59.22º67.54%44.71%-
XYZ13.1815.524.05-
YUV104.6489.83134.68-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.18%
GREEN value IS 113 (44.53% from 255) = 42.80%
BLUE value IS 37 (14.84% from 255) = 14.02%
R=43.18%
G=42.80%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141133700.010.680.5559.2250.9929.61
Hex7271250144373b331e
Octal162161450110467736336
Binary1110010111000110010101100010011011111101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727125; }

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

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

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

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

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

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

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

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