#727120

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

Shades of Olivetone #727120

Tints of Olivetone #727120

Color information

#727120 (or 0x727120) is unknown color: approx Olivetone. HEX triplet: 72, 71 and 20. RGB value is (114,113,32). Sum of RGB (Red+Green+Blue) = 114+113+32=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 113 (44.53% from 255 or 43.63% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 114 - color contains mainly: red. Hex color #727120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727120 is #8D8EDF. Grayscale: #686868. Windows color (decimal): -9277152 or 2126194. OLE color: 2126194.

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

Color convert

RGB11411332-
CMYK00.010.720.55
HSL59.27º56.16%28.63%-
HSV(B)59.27º71.93%44.71%-
XYZ13.1115.493.67-
YUV104.0687.33135.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.02%
GREEN value IS 113 (44.53% from 255) = 43.63%
BLUE value IS 32 (12.89% from 255) = 12.36%
R=44.02%
G=43.63%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141133200.010.720.5559.2756.1628.63
Hex7271200148373b381d
Octal162161400111067737035
Binary1110010111000110000001100100011011111101111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727120; }

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

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

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

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

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

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

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

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