Shades of Olive #998F04
Tints of Olive #998F04
RGB
CMYK
RGB Variations
Color information
#998F04 (or 0x998F04) is known color: Olive. HEX triplet: 99, 8F and 04. RGB value is (153,143,4). Sum of RGB (Red+Green+Blue) = 153+143+4=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 143 (56.25% from 255 or 47.67% from 300); Blue value is 4 (1.95% from 255 or 1.33% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #998F04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998F04 is #6670FB. Grayscale: #828282. Windows color (decimal): -6713596 or 298905. OLE color: 298905.
HSL color Cylindrical-coordinate representation of color #998F04: hue angle of 55.97º degrees, saturation: 0.95, 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 #998F04 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 143 | 4 | - |
| CMYK | 0 | 0.07 | 0.97 | 0.4 |
| HSL | 55.97º | 0.95% | 0.31% | - |
| HSV(B) | 55.97º | 0.97% | 0.6% | - |
| XYZ | 22.98 | 26.43 | 4 | - |
| YUV | 130.14 | 56.81 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 4 | 0 | 0.07 | 0.97 | 0.4 | 55.97 | 0.95 | 0.31 |
| Hex | 99 | 8F | 4 | 0 | 7 | 61 | 28 | 38 | 5F | 1F |
| Octal | 231 | 217 | 4 | 0 | 7 | 141 | 50 | 70 | 137 | 37 |
| Binary | 10011001 | 10001111 | 100 | 0 | 111 | 1100001 | 101000 | 111000 | 1011111 | 11111 |
Color Harmonies of #998F04
Complementary color
Monochromatic Colors of #998F04
Black with #998F04
Text Example
Text Example
White with #998F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998F04; }
p { color: rgb(153,143,4); }
H1.HeaderClassName
{
color: #998F04;
}
.AnyTagClassName
{
color: #998F04;
}
</style>
background-color css
<style>
a { background-color: #998F04; }
a { background-color: rgb(153,143,4); }
div.DivClassName
{
background-color: #998F04;
}
.BgClassName
{
background-color: #998F04;
}
</style>
border-color css
<style>
span { border-color: #998F04; }
span { border-color: rgb(153,143,4); }
td.TdClassName
{
border-color: #998F04;
}
.TagClassName
{
border-color: #998F04;
}
</style>