#808E05

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

Shades of Olive #808E05

Tints of Olive #808E05

Color information

#808E05 (or 0x808E05) is unknown color: approx Olive. HEX triplet: 80, 8E and 05. RGB value is (128,142,5). Sum of RGB (Red+Green+Blue) = 128+142+5=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 142 (55.86% from 255 or 51.64% from 275); Blue value is 5 (2.34% from 255 or 1.82% from 275); Max value from RGB is 142 - color contains mainly: green. Hex color #808E05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808E05 is #7F71FA. Grayscale: #7A7A7A. Windows color (decimal): -8352251 or 364160. OLE color: 364160.

HSL color Cylindrical-coordinate representation of color #808E05: hue angle of 66.13º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #808E05 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB1281425-
CMYK0.1000.960.44
HSL66.13º93.2%28.82%-
HSV(B)66.13º96.48%55.69%-
XYZ18.623.953.79-
YUV122.261.86132.14-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.55%
GREEN value IS 142 (55.86% from 255) = 51.64%
BLUE value IS 5 (2.34% from 255) = 1.82%
R=46.55%
G=51.64%
B=1.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal12814250.1000.960.4466.1393.228.82
Hex808E5A0602C425d1d
Octal20021651201405410213535
Binary10000000100011101011010011000001011001000010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808E05; }

 p { color: rgb(128,142,5); }

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

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

 a { background-color: rgb(128,142,5); }

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

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

 span { border-color: rgb(128,142,5); }

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