#807600

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

Shades of Olive #807600

Tints of Olive #807600

Color information

#807600 (or 0x807600) is unknown color: approx Olive. HEX triplet: 80, 76 and 00. RGB value is (128,118,0). Sum of RGB (Red+Green+Blue) = 128+118+0=246 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.03% from 246); Green value is 118 (46.48% from 255 or 47.97% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 128 - color contains mainly: red. Hex color #807600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807600 is #7F89FF. Grayscale: #6C6C6C. Windows color (decimal): -8358400 or 30336. OLE color: 30336.

HSL color Cylindrical-coordinate representation of color #807600: hue angle of 55.31º 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 #807600 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.50.

Color convert

RGB1281180-
CMYK00.0810.50
HSL55.31º100%25.1%-
HSV(B)55.31º100%50.2%-
XYZ15.3817.552.58-
YUV107.5467.31142.59-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.03%
GREEN value IS 118 (46.48% from 255) = 47.97%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.03%
G=47.97%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 1
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128118000.0810.5055.3110025.1
Hex80760086432376419
Octal2001660010144626714431
Binary1000000011101100010001100100110010110111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807600; }

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

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

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

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

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

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

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

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