#807200

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

Shades of Olive #807200

Tints of Olive #807200

Color information

#807200 (or 0x807200) is unknown color: approx Olive. HEX triplet: 80, 72 and 00. RGB value is (128,114,0). Sum of RGB (Red+Green+Blue) = 128+114+0=242 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.89% from 242); Green value is 114 (44.92% from 255 or 47.11% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 128 - color contains mainly: red. Hex color #807200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807200 is #7F8DFF. Grayscale: #696969. Windows color (decimal): -8359424 or 29312. OLE color: 29312.

HSL color Cylindrical-coordinate representation of color #807200: hue angle of 53.44º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #807200 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.50.

Color convert

RGB1281140-
CMYK00.1110.50
HSL53.44º100%25.1%-
HSV(B)53.44º100%50.2%-
XYZ14.9216.622.42-
YUV105.1968.64144.27-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.89%
GREEN value IS 114 (44.92% from 255) = 47.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.89%
G=47.11%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 1
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128114000.1110.5053.4410025.1
Hex807200B6432356419
Octal2001620013144626514431
Binary1000000011100100010111100100110010110101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807200; }

 p { color: rgb(128,114,0); }

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

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

 a { background-color: rgb(128,114,0); }

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

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

 span { border-color: rgb(128,114,0); }

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