#727320

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

Shades of Olivetone #727320

Tints of Olivetone #727320

Color information

#727320 (or 0x727320) is unknown color: approx Olivetone. HEX triplet: 72, 73 and 20. RGB value is (114,115,32). Sum of RGB (Red+Green+Blue) = 114+115+32=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 115 (45.31% from 255 or 44.06% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 115 - color contains mainly: green. Hex color #727320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727320 is #8D8CDF. Grayscale: #696969. Windows color (decimal): -9276640 or 2126706. OLE color: 2126706.

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

Color convert

RGB11411532-
CMYK0.0100.720.55
HSL60.72º56.46%28.82%-
HSV(B)60.72º72.17%45.1%-
XYZ13.3315.943.74-
YUV105.2486.67134.25-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.68%
GREEN value IS 115 (45.31% from 255) = 44.06%
BLUE value IS 32 (12.89% from 255) = 12.26%
R=43.68%
G=44.06%
B=12.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114115320.0100.720.5560.7256.4628.82
Hex7273201048373d381d
Octal162163401011067757035
Binary1110010111001110000010100100011011111110111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727320; }

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

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

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

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

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

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

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

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