Shades of Olive #998D06
Tints of Olive #998D06
RGB
CMYK
RGB Variations
Color information
#998D06 (or 0x998D06) is known color: Olive. HEX triplet: 99, 8D and 06. RGB value is (153,141,6). Sum of RGB (Red+Green+Blue) = 153+141+6=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 141 (55.47% from 255 or 47% from 300); Blue value is 6 (2.73% from 255 or 2% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #998D06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998D06 is #6672F9. Grayscale: #818181. Windows color (decimal): -6714106 or 429465. OLE color: 429465.
HSL color Cylindrical-coordinate representation of color #998D06: hue angle of 55.1º 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 #998D06 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 141 | 6 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.4 |
| HSL | 55.1º | 0.92% | 0.31% | - |
| HSV(B) | 55.1º | 0.96% | 0.6% | - |
| XYZ | 22.69 | 25.84 | 3.96 | - |
| YUV | 129.2 | 58.48 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 6 | 0 | 0.08 | 0.96 | 0.4 | 55.1 | 0.92 | 0.31 |
| Hex | 99 | 8D | 6 | 0 | 8 | 60 | 28 | 37 | 5C | 1F |
| Octal | 231 | 215 | 6 | 0 | 10 | 140 | 50 | 67 | 134 | 37 |
| Binary | 10011001 | 10001101 | 110 | 0 | 1000 | 1100000 | 101000 | 110111 | 1011100 | 11111 |
Color Harmonies of #998D06
Complementary color
Monochromatic Colors of #998D06
Black with #998D06
Text Example
Text Example
White with #998D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998D06; }
p { color: rgb(153,141,6); }
H1.HeaderClassName
{
color: #998D06;
}
.AnyTagClassName
{
color: #998D06;
}
</style>
background-color css
<style>
a { background-color: #998D06; }
a { background-color: rgb(153,141,6); }
div.DivClassName
{
background-color: #998D06;
}
.BgClassName
{
background-color: #998D06;
}
</style>
border-color css
<style>
span { border-color: #998D06; }
span { border-color: rgb(153,141,6); }
td.TdClassName
{
border-color: #998D06;
}
.TagClassName
{
border-color: #998D06;
}
</style>