#727420

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

Shades of Olivetone #727420

Tints of Olivetone #727420

Color information

#727420 (or 0x727420) is unknown color: approx Olivetone. HEX triplet: 72, 74 and 20. RGB value is (114,116,32). Sum of RGB (Red+Green+Blue) = 114+116+32=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 116 (45.70% from 255 or 44.27% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 116 - color contains mainly: green. Hex color #727420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727420 is #8D8BDF. Grayscale: #6A6A6A. Windows color (decimal): -9276384 or 2126962. OLE color: 2126962.

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

Color convert

RGB11411632-
CMYK0.0200.720.55
HSL61.43º56.76%29.02%-
HSV(B)61.43º72.41%45.49%-
XYZ13.4516.173.78-
YUV105.8386.34133.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.51%
GREEN value IS 116 (45.70% from 255) = 44.27%
BLUE value IS 32 (12.89% from 255) = 12.21%
R=43.51%
G=44.27%
B=12.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114116320.0200.720.5561.4356.7629.02
Hex7274202048373d391d
Octal162164402011067757135
Binary11100101110100100000100100100011011111110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727420; }

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

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

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

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

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

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

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

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