#726E25

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

Shades of Olivetone #726E25

Tints of Olivetone #726E25

Color information

#726E25 (or 0x726E25) is unknown color: approx Olivetone. HEX triplet: 72, 6E and 25. RGB value is (114,110,37). Sum of RGB (Red+Green+Blue) = 114+110+37=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 110 (43.36% from 255 or 42.15% from 261); Blue value is 37 (14.84% from 255 or 14.18% from 261); Max value from RGB is 114 - color contains mainly: red. Hex color #726E25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726E25 is #8D91DA. Grayscale: #676767. Windows color (decimal): -9277915 or 2453106. OLE color: 2453106.

HSL color Cylindrical-coordinate representation of color #726E25: hue angle of 56.88º 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 #726E25 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB11411037-
CMYK00.040.680.55
HSL56.88º50.99%29.61%-
HSV(B)56.88º67.54%44.71%-
XYZ12.8514.863.94-
YUV102.8790.83135.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.68%
GREEN value IS 110 (43.36% from 255) = 42.15%
BLUE value IS 37 (14.84% from 255) = 14.18%
R=43.68%
G=42.15%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141103700.040.680.5556.8850.9929.61
Hex726E2504443739331e
Octal162156450410467716336
Binary111001011011101001010100100010011011111100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726E25; }

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

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

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

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

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

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

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

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