#808702

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

Shades of Olive #808702

Tints of Olive #808702

Color information

#808702 (or 0x808702) is unknown color: approx Olive. HEX triplet: 80, 87 and 02. RGB value is (128,135,2). Sum of RGB (Red+Green+Blue) = 128+135+2=265 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.30% from 265); Green value is 135 (53.12% from 255 or 50.94% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 135 - color contains mainly: green. Hex color #808702 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808702 is #7F78FD. Grayscale: #767676. Windows color (decimal): -8354046 or 165760. OLE color: 165760.

HSL color Cylindrical-coordinate representation of color #808702: hue angle of 63.16º 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 #808702 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB1281352-
CMYK0.0500.990.47
HSL63.16º97.08%26.86%-
HSV(B)63.16º98.52%52.94%-
XYZ17.5821.923.36-
YUV117.7462.68135.31-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 48.30%
GREEN value IS 135 (53.12% from 255) = 50.94%
BLUE value IS 2 (1.17% from 255) = 0.75%
R=48.30%
G=50.94%
B=0.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12813520.0500.990.4763.1697.0826.86
Hex8087250632F3f611b
Octal200207250143577714133
Binary10000000100001111010101100011101111111111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808702; }

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

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

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

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

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

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

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

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