Shades of Olive #998806
Tints of Olive #998806
RGB
CMYK
RGB Variations
Color information
#998806 (or 0x998806) is known color: Olive. HEX triplet: 99, 88 and 06. RGB value is (153,136,6). Sum of RGB (Red+Green+Blue) = 153+136+6=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 6 (2.73% from 255 or 2.03% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #998806 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998806 is #6677F9. Grayscale: #7E7E7E. Windows color (decimal): -6715386 or 428185. OLE color: 428185.
HSL color Cylindrical-coordinate representation of color #998806: hue angle of 53.06º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #998806 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 136 | 6 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.4 |
| HSL | 53.06º | 0.92% | 0.31% | - |
| HSV(B) | 53.06º | 0.96% | 0.6% | - |
| XYZ | 21.97 | 24.39 | 3.72 | - |
| YUV | 126.26 | 60.13 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 136 | 6 | 0 | 0.11 | 0.96 | 0.4 | 53.06 | 0.92 | 0.31 |
| Hex | 99 | 88 | 6 | 0 | B | 60 | 28 | 35 | 5C | 1F |
| Octal | 231 | 210 | 6 | 0 | 13 | 140 | 50 | 65 | 134 | 37 |
| Binary | 10011001 | 10001000 | 110 | 0 | 1011 | 1100000 | 101000 | 110101 | 1011100 | 11111 |
Color Harmonies of #998806
Complementary color
Monochromatic Colors of #998806
Black with #998806
Text Example
Text Example
White with #998806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998806; }
p { color: rgb(153,136,6); }
H1.HeaderClassName
{
color: #998806;
}
.AnyTagClassName
{
color: #998806;
}
</style>
background-color css
<style>
a { background-color: #998806; }
a { background-color: rgb(153,136,6); }
div.DivClassName
{
background-color: #998806;
}
.BgClassName
{
background-color: #998806;
}
</style>
border-color css
<style>
span { border-color: #998806; }
span { border-color: rgb(153,136,6); }
td.TdClassName
{
border-color: #998806;
}
.TagClassName
{
border-color: #998806;
}
</style>