#727020

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

Shades of Olivetone #727020

Tints of Olivetone #727020

Color information

#727020 (or 0x727020) is unknown color: approx Olivetone. HEX triplet: 72, 70 and 20. RGB value is (114,112,32). Sum of RGB (Red+Green+Blue) = 114+112+32=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 114 - color contains mainly: red. Hex color #727020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727020 is #8D8FDF. Grayscale: #676767. Windows color (decimal): -9277408 or 2125938. OLE color: 2125938.

HSL color Cylindrical-coordinate representation of color #727020: hue angle of 58.54º 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 #727020 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB11411232-
CMYK00.020.720.55
HSL58.54º56.16%28.63%-
HSV(B)58.54º71.93%44.71%-
XYZ12.9915.273.63-
YUV103.4887.66135.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.19%
GREEN value IS 112 (44.14% from 255) = 43.41%
BLUE value IS 32 (12.89% from 255) = 12.40%
R=44.19%
G=43.41%
B=12.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141123200.020.720.5558.5456.1628.63
Hex7270200248373b381d
Octal162160400211067737035
Binary11100101110000100000010100100011011111101111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727020; }

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

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

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

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

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

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

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

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