Shades of Olive #988F04
Tints of Olive #988F04
RGB
CMYK
RGB Variations
Color information
#988F04 (or 0x988F04) is known color: Olive. HEX triplet: 98, 8F and 04. RGB value is (152,143,4). Sum of RGB (Red+Green+Blue) = 152+143+4=299 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.84% from 299); Green value is 143 (56.25% from 255 or 47.83% from 299); Blue value is 4 (1.95% from 255 or 1.34% from 299); Max value from RGB is 152 - color contains mainly: red. Hex color #988F04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988F04 is #6770FB. Grayscale: #828282. Windows color (decimal): -6779132 or 298904. OLE color: 298904.
HSL color Cylindrical-coordinate representation of color #988F04: hue angle of 56.35º 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 #988F04 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 143 | 4 | - |
| CMYK | 0 | 0.06 | 0.97 | 0.40 |
| HSL | 56.35º | 0.95% | 0.31% | - |
| HSV(B) | 56.35º | 0.97% | 0.6% | - |
| XYZ | 22.79 | 26.33 | 4 | - |
| YUV | 129.85 | 56.98 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 143 | 4 | 0 | 0.06 | 0.97 | 0.40 | 56.35 | 0.95 | 0.31 |
| Hex | 98 | 8F | 4 | 0 | 6 | 61 | 28 | 38 | 5F | 1F |
| Octal | 230 | 217 | 4 | 0 | 6 | 141 | 50 | 70 | 137 | 37 |
| Binary | 10011000 | 10001111 | 100 | 0 | 110 | 1100001 | 101000 | 111000 | 1011111 | 11111 |
Color Harmonies of #988F04
Complementary color
Monochromatic Colors of #988F04
Black with #988F04
Text Example
Text Example
White with #988F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988F04; }
p { color: rgb(152,143,4); }
H1.HeaderClassName
{
color: #988F04;
}
.AnyTagClassName
{
color: #988F04;
}
</style>
background-color css
<style>
a { background-color: #988F04; }
a { background-color: rgb(152,143,4); }
div.DivClassName
{
background-color: #988F04;
}
.BgClassName
{
background-color: #988F04;
}
</style>
border-color css
<style>
span { border-color: #988F04; }
span { border-color: rgb(152,143,4); }
td.TdClassName
{
border-color: #988F04;
}
.TagClassName
{
border-color: #988F04;
}
</style>