Shades of Olive #988C08
Tints of Olive #988C08
RGB
CMYK
RGB Variations
Color information
#988C08 (or 0x988C08) is known color: Olive. HEX triplet: 98, 8C and 08. RGB value is (152,140,8). Sum of RGB (Red+Green+Blue) = 152+140+8=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 140 (55.08% from 255 or 46.67% from 300); Blue value is 8 (3.52% from 255 or 2.67% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #988C08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988C08 is #6773F7. Grayscale: #818181. Windows color (decimal): -6779896 or 560280. OLE color: 560280.
HSL color Cylindrical-coordinate representation of color #988C08: hue angle of 55º 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 #988C08 is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 140 | 8 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.40 |
| HSL | 55º | 0.9% | 0.31% | - |
| HSV(B) | 55º | 0.95% | 0.6% | - |
| XYZ | 22.37 | 25.45 | 3.96 | - |
| YUV | 128.54 | 59.98 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 140 | 8 | 0 | 0.08 | 0.95 | 0.40 | 55 | 0.9 | 0.31 |
| Hex | 98 | 8C | 8 | 0 | 8 | 5F | 28 | 37 | 5A | 1F |
| Octal | 230 | 214 | 10 | 0 | 10 | 137 | 50 | 67 | 132 | 37 |
| Binary | 10011000 | 10001100 | 1000 | 0 | 1000 | 1011111 | 101000 | 110111 | 1011010 | 11111 |
Color Harmonies of #988C08
Complementary color
Monochromatic Colors of #988C08
Black with #988C08
Text Example
Text Example
White with #988C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988C08; }
p { color: rgb(152,140,8); }
H1.HeaderClassName
{
color: #988C08;
}
.AnyTagClassName
{
color: #988C08;
}
</style>
background-color css
<style>
a { background-color: #988C08; }
a { background-color: rgb(152,140,8); }
div.DivClassName
{
background-color: #988C08;
}
.BgClassName
{
background-color: #988C08;
}
</style>
border-color css
<style>
span { border-color: #988C08; }
span { border-color: rgb(152,140,8); }
td.TdClassName
{
border-color: #988C08;
}
.TagClassName
{
border-color: #988C08;
}
</style>