#808802

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

Shades of Olive #808802

Tints of Olive #808802

Color information

#808802 (or 0x808802) is unknown color: approx Olive. HEX triplet: 80, 88 and 02. RGB value is (128,136,2). Sum of RGB (Red+Green+Blue) = 128+136+2=266 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.12% from 266); Green value is 136 (53.52% from 255 or 51.13% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 136 - color contains mainly: green. Hex color #808802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808802 is #7F77FD. Grayscale: #767676. Windows color (decimal): -8353790 or 166016. OLE color: 166016.

HSL color Cylindrical-coordinate representation of color #808802: hue angle of 63.58º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #808802 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB1281362-
CMYK0.0600.990.47
HSL63.58º97.1%27.06%-
HSV(B)63.58º98.53%53.33%-
XYZ17.7222.23.41-
YUV118.3362.35134.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 48.12%
GREEN value IS 136 (53.52% from 255) = 51.13%
BLUE value IS 2 (1.17% from 255) = 0.75%
R=48.12%
G=51.13%
B=0.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12813620.0600.990.4763.5897.127.06
Hex8088260632F40611b
Octal2002102601435710014133
Binary100000001000100010110011000111011111000000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808802; }

 p { color: rgb(128,136,2); }

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

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

 a { background-color: rgb(128,136,2); }

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

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

 span { border-color: rgb(128,136,2); }

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