Shades of Olive #998D02
Tints of Olive #998D02
RGB
CMYK
RGB Variations
Color information
#998D02 (or 0x998D02) is known color: Olive. HEX triplet: 99, 8D and 02. RGB value is (153,141,2). Sum of RGB (Red+Green+Blue) = 153+141+2=296 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.69% from 296); Green value is 141 (55.47% from 255 or 47.64% from 296); Blue value is 2 (1.17% from 255 or 0.68% from 296); Max value from RGB is 153 - color contains mainly: red. Hex color #998D02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998D02 is #6672FD. Grayscale: #818181. Windows color (decimal): -6714110 or 167321. OLE color: 167321.
HSL color Cylindrical-coordinate representation of color #998D02: hue angle of 55.23º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #998D02 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 141 | 2 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.4 |
| HSL | 55.23º | 0.97% | 0.3% | - |
| HSV(B) | 55.23º | 0.99% | 0.6% | - |
| XYZ | 22.67 | 25.83 | 3.85 | - |
| YUV | 128.74 | 56.48 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 2 | 0 | 0.08 | 0.99 | 0.4 | 55.23 | 0.97 | 0.3 |
| Hex | 99 | 8D | 2 | 0 | 8 | 63 | 28 | 37 | 61 | 1E |
| Octal | 231 | 215 | 2 | 0 | 10 | 143 | 50 | 67 | 141 | 36 |
| Binary | 10011001 | 10001101 | 10 | 0 | 1000 | 1100011 | 101000 | 110111 | 1100001 | 11110 |
Color Harmonies of #998D02
Complementary color
Monochromatic Colors of #998D02
Black with #998D02
Text Example
Text Example
White with #998D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998D02; }
p { color: rgb(153,141,2); }
H1.HeaderClassName
{
color: #998D02;
}
.AnyTagClassName
{
color: #998D02;
}
</style>
background-color css
<style>
a { background-color: #998D02; }
a { background-color: rgb(153,141,2); }
div.DivClassName
{
background-color: #998D02;
}
.BgClassName
{
background-color: #998D02;
}
</style>
border-color css
<style>
span { border-color: #998D02; }
span { border-color: rgb(153,141,2); }
td.TdClassName
{
border-color: #998D02;
}
.TagClassName
{
border-color: #998D02;
}
</style>