#808708

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

Shades of Olive #808708

Tints of Olive #808708

Color information

#808708 (or 0x808708) is unknown color: approx Olive. HEX triplet: 80, 87 and 08. RGB value is (128,135,8). Sum of RGB (Red+Green+Blue) = 128+135+8=271 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.23% from 271); Green value is 135 (53.12% from 255 or 49.82% from 271); Blue value is 8 (3.52% from 255 or 2.95% from 271); Max value from RGB is 135 - color contains mainly: green. Hex color #808708 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808708 is #7F78F7. Grayscale: #767676. Windows color (decimal): -8354040 or 558976. OLE color: 558976.

HSL color Cylindrical-coordinate representation of color #808708: hue angle of 63.31º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #808708 is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB1281358-
CMYK0.0500.940.47
HSL63.31º88.81%28.04%-
HSV(B)63.31º94.07%52.94%-
XYZ17.6121.933.54-
YUV118.4365.68134.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.23%
GREEN value IS 135 (53.12% from 255) = 49.82%
BLUE value IS 8 (3.52% from 255) = 2.95%
R=47.23%
G=49.82%
B=2.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12813580.0500.940.4763.3188.8128.04
Hex80878505E2F3f591c
Octal2002071050136577713134
Binary1000000010000111100010101011110101111111111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808708; }

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

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

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

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

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

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

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

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