#808611

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

Shades of Olive #808611

Tints of Olive #808611

Color information

#808611 (or 0x808611) is unknown color: approx Olive. HEX triplet: 80, 86 and 11. RGB value is (128,134,17). Sum of RGB (Red+Green+Blue) = 128+134+17=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 134 (52.73% from 255 or 48.03% from 279); Blue value is 17 (7.03% from 255 or 6.09% from 279); Max value from RGB is 134 - color contains mainly: green. Hex color #808611 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808611 is #7F79EE. Grayscale: #777777. Windows color (decimal): -8354287 or 1148544. OLE color: 1148544.

HSL color Cylindrical-coordinate representation of color #808611: hue angle of 63.08º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #808611 is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB12813417-
CMYK0.0400.870.47
HSL63.08º77.48%29.61%-
HSV(B)63.08º87.31%52.55%-
XYZ17.5321.683.79-
YUV118.8770.51134.51-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.88%
GREEN value IS 134 (52.73% from 255) = 48.03%
BLUE value IS 17 (7.03% from 255) = 6.09%
R=45.88%
G=48.03%
B=6.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128134170.0400.870.4763.0877.4829.61
Hex80861140572F3f4d1e
Octal2002062140127577711536
Binary10000000100001101000110001010111101111111111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808611; }

 p { color: rgb(128,134,17); }

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

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

 a { background-color: rgb(128,134,17); }

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

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

 span { border-color: rgb(128,134,17); }

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