Shades of Olive #988F08
Tints of Olive #988F08
RGB
CMYK
RGB Variations
Color information
#988F08 (or 0x988F08) is known color: Olive. HEX triplet: 98, 8F and 08. RGB value is (152,143,8). Sum of RGB (Red+Green+Blue) = 152+143+8=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 143 (56.25% from 255 or 47.19% from 303); Blue value is 8 (3.52% from 255 or 2.64% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #988F08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988F08 is #6770F7. Grayscale: #828282. Windows color (decimal): -6779128 or 561048. OLE color: 561048.
HSL color Cylindrical-coordinate representation of color #988F08: hue angle of 56.25º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #988F08 is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 143 | 8 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.40 |
| HSL | 56.25º | 0.9% | 0.31% | - |
| HSV(B) | 56.25º | 0.95% | 0.6% | - |
| XYZ | 22.82 | 26.34 | 4.11 | - |
| YUV | 130.3 | 58.98 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 143 | 8 | 0 | 0.06 | 0.95 | 0.40 | 56.25 | 0.9 | 0.31 |
| Hex | 98 | 8F | 8 | 0 | 6 | 5F | 28 | 38 | 5A | 1F |
| Octal | 230 | 217 | 10 | 0 | 6 | 137 | 50 | 70 | 132 | 37 |
| Binary | 10011000 | 10001111 | 1000 | 0 | 110 | 1011111 | 101000 | 111000 | 1011010 | 11111 |
Color Harmonies of #988F08
Complementary color
Monochromatic Colors of #988F08
Black with #988F08
Text Example
Text Example
White with #988F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988F08; }
p { color: rgb(152,143,8); }
H1.HeaderClassName
{
color: #988F08;
}
.AnyTagClassName
{
color: #988F08;
}
</style>
background-color css
<style>
a { background-color: #988F08; }
a { background-color: rgb(152,143,8); }
div.DivClassName
{
background-color: #988F08;
}
.BgClassName
{
background-color: #988F08;
}
</style>
border-color css
<style>
span { border-color: #988F08; }
span { border-color: rgb(152,143,8); }
td.TdClassName
{
border-color: #988F08;
}
.TagClassName
{
border-color: #988F08;
}
</style>