Shades of Olive #809600
Tints of Olive #809600
RGB
CMYK
RGB Variations
Color information
#809600 (or 0x809600) is known color: Olive. HEX triplet: 80, 96 and 00. RGB value is (128,150,0). Sum of RGB (Red+Green+Blue) = 128+150+0=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 150 (58.98% from 255 or 53.96% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 150 - color contains mainly: green. Hex color #809600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809600 is #7F69FF. Grayscale: #7E7E7E. Windows color (decimal): -8350208 or 38528. OLE color: 38528.
HSL color Cylindrical-coordinate representation of color #809600: hue angle of 68.8º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #809600 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 128 | 150 | 0 | - |
| CMYK | 0.15 | 0 | 1 | 0.41 |
| HSL | 68.8º | 1% | 0.29% | - |
| HSV(B) | 68.8º | 1% | 0.59% | - |
| XYZ | 19.81 | 26.4 | 4.05 | - |
| YUV | 126.32 | 56.71 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 150 | 0 | 0.15 | 0 | 1 | 0.41 | 68.8 | 1 | 0.29 |
| Hex | 80 | 96 | 0 | F | 0 | 64 | 29 | 45 | 64 | 1D |
| Octal | 200 | 226 | 0 | 17 | 0 | 144 | 51 | 105 | 144 | 35 |
| Binary | 10000000 | 10010110 | 0 | 1111 | 0 | 1100100 | 101001 | 1000101 | 1100100 | 11101 |
Color Harmonies of #809600
Complementary color
Monochromatic Colors of #809600
Black with #809600
Text Example
Text Example
White with #809600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809600; }
p { color: rgb(128,150,0); }
H1.HeaderClassName
{
color: #809600;
}
.AnyTagClassName
{
color: #809600;
}
</style>
background-color css
<style>
a { background-color: #809600; }
a { background-color: rgb(128,150,0); }
div.DivClassName
{
background-color: #809600;
}
.BgClassName
{
background-color: #809600;
}
</style>
border-color css
<style>
span { border-color: #809600; }
span { border-color: rgb(128,150,0); }
td.TdClassName
{
border-color: #809600;
}
.TagClassName
{
border-color: #809600;
}
</style>