#808D06

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

Shades of Olive #808D06

Tints of Olive #808D06

Color information

#808D06 (or 0x808D06) is unknown color: approx Olive. HEX triplet: 80, 8D and 06. RGB value is (128,141,6). Sum of RGB (Red+Green+Blue) = 128+141+6=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 141 (55.47% from 255 or 51.27% from 275); Blue value is 6 (2.73% from 255 or 2.18% from 275); Max value from RGB is 141 - color contains mainly: green. Hex color #808D06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808D06 is #7F72F9. Grayscale: #7A7A7A. Windows color (decimal): -8352506 or 429440. OLE color: 429440.

HSL color Cylindrical-coordinate representation of color #808D06: hue angle of 65.78º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #808D06 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB1281416-
CMYK0.0900.960.45
HSL65.78º91.84%28.82%-
HSV(B)65.78º95.74%55.29%-
XYZ18.4623.653.76-
YUV121.7262.69132.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.55%
GREEN value IS 141 (55.47% from 255) = 51.27%
BLUE value IS 6 (2.73% from 255) = 2.18%
R=46.55%
G=51.27%
B=2.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12814160.0900.960.4565.7891.8428.82
Hex808D690602D425c1d
Octal20021561101405510213435
Binary10000000100011011101001011000001011011000010101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,141,6); }

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

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

 a { background-color: rgb(128,141,6); }

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

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

 span { border-color: rgb(128,141,6); }

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