Shades of Olive #998F05
Tints of Olive #998F05
RGB
CMYK
RGB Variations
Color information
#998F05 (or 0x998F05) is known color: Olive. HEX triplet: 99, 8F and 05. RGB value is (153,143,5). Sum of RGB (Red+Green+Blue) = 153+143+5=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 143 (56.25% from 255 or 47.51% from 301); Blue value is 5 (2.34% from 255 or 1.66% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #998F05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998F05 is #6670FA. Grayscale: #828282. Windows color (decimal): -6713595 or 364441. OLE color: 364441.
HSL color Cylindrical-coordinate representation of color #998F05: hue angle of 55.95º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #998F05 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 143 | 5 | - |
| CMYK | 0 | 0.07 | 0.97 | 0.4 |
| HSL | 55.95º | 0.94% | 0.31% | - |
| HSV(B) | 55.95º | 0.97% | 0.6% | - |
| XYZ | 22.99 | 26.43 | 4.03 | - |
| YUV | 130.26 | 57.31 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 5 | 0 | 0.07 | 0.97 | 0.4 | 55.95 | 0.94 | 0.31 |
| Hex | 99 | 8F | 5 | 0 | 7 | 61 | 28 | 38 | 5E | 1F |
| Octal | 231 | 217 | 5 | 0 | 7 | 141 | 50 | 70 | 136 | 37 |
| Binary | 10011001 | 10001111 | 101 | 0 | 111 | 1100001 | 101000 | 111000 | 1011110 | 11111 |
Color Harmonies of #998F05
Complementary color
Monochromatic Colors of #998F05
Black with #998F05
Text Example
Text Example
White with #998F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998F05; }
p { color: rgb(153,143,5); }
H1.HeaderClassName
{
color: #998F05;
}
.AnyTagClassName
{
color: #998F05;
}
</style>
background-color css
<style>
a { background-color: #998F05; }
a { background-color: rgb(153,143,5); }
div.DivClassName
{
background-color: #998F05;
}
.BgClassName
{
background-color: #998F05;
}
</style>
border-color css
<style>
span { border-color: #998F05; }
span { border-color: rgb(153,143,5); }
td.TdClassName
{
border-color: #998F05;
}
.TagClassName
{
border-color: #998F05;
}
</style>