Shades of Olive #998F03
Tints of Olive #998F03
RGB
CMYK
RGB Variations
Color information
#998F03 (or 0x998F03) is known color: Olive. HEX triplet: 99, 8F and 03. RGB value is (153,143,3). Sum of RGB (Red+Green+Blue) = 153+143+3=299 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.17% from 299); Green value is 143 (56.25% from 255 or 47.83% from 299); Blue value is 3 (1.56% from 255 or 1.00% from 299); Max value from RGB is 153 - color contains mainly: red. Hex color #998F03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998F03 is #6670FC. Grayscale: #828282. Windows color (decimal): -6713597 or 233369. OLE color: 233369.
HSL color Cylindrical-coordinate representation of color #998F03: hue angle of 56º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #998F03 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 143 | 3 | - |
| CMYK | 0 | 0.07 | 0.98 | 0.4 |
| HSL | 56º | 0.96% | 0.31% | - |
| HSV(B) | 56º | 0.98% | 0.6% | - |
| XYZ | 22.98 | 26.42 | 3.98 | - |
| YUV | 130.03 | 56.31 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 3 | 0 | 0.07 | 0.98 | 0.4 | 56 | 0.96 | 0.31 |
| Hex | 99 | 8F | 3 | 0 | 7 | 62 | 28 | 38 | 60 | 1F |
| Octal | 231 | 217 | 3 | 0 | 7 | 142 | 50 | 70 | 140 | 37 |
| Binary | 10011001 | 10001111 | 11 | 0 | 111 | 1100010 | 101000 | 111000 | 1100000 | 11111 |
Color Harmonies of #998F03
Complementary color
Monochromatic Colors of #998F03
Black with #998F03
Text Example
Text Example
White with #998F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998F03; }
p { color: rgb(153,143,3); }
H1.HeaderClassName
{
color: #998F03;
}
.AnyTagClassName
{
color: #998F03;
}
</style>
background-color css
<style>
a { background-color: #998F03; }
a { background-color: rgb(153,143,3); }
div.DivClassName
{
background-color: #998F03;
}
.BgClassName
{
background-color: #998F03;
}
</style>
border-color css
<style>
span { border-color: #998F03; }
span { border-color: rgb(153,143,3); }
td.TdClassName
{
border-color: #998F03;
}
.TagClassName
{
border-color: #998F03;
}
</style>