#809506

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

Shades of Olive #809506

Tints of Olive #809506

Color information

#809506 (or 0x809506) is unknown color: approx Olive. HEX triplet: 80, 95 and 06. RGB value is (128,149,6). Sum of RGB (Red+Green+Blue) = 128+149+6=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 149 (58.59% from 255 or 52.65% from 283); Blue value is 6 (2.73% from 255 or 2.12% from 283); Max value from RGB is 149 - color contains mainly: green. Hex color #809506 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809506 is #7F6AF9. Grayscale: #7E7E7E. Windows color (decimal): -8350458 or 431488. OLE color: 431488.

HSL color Cylindrical-coordinate representation of color #809506: hue angle of 68.81º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #809506 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB1281496-
CMYK0.1400.960.42
HSL68.81º92.26%30.39%-
HSV(B)68.81º95.97%58.43%-
XYZ19.6826.14.17-
YUV126.4260.04129.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.23%
GREEN value IS 149 (58.59% from 255) = 52.65%
BLUE value IS 6 (2.73% from 255) = 2.12%
R=45.23%
G=52.65%
B=2.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12814960.1400.960.4268.8192.2630.39
Hex80956E0602A455c1e
Octal20022561601405210513436
Binary10000000100101011101110011000001010101000101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809506; }

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

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

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

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

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

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

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

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