Shades of Olive #988B05
Tints of Olive #988B05
RGB
CMYK
RGB Variations
Color information
#988B05 (or 0x988B05) is known color: Olive. HEX triplet: 98, 8B and 05. RGB value is (152,139,5). Sum of RGB (Red+Green+Blue) = 152+139+5=296 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.35% from 296); Green value is 139 (54.69% from 255 or 46.96% from 296); Blue value is 5 (2.34% from 255 or 1.69% from 296); Max value from RGB is 152 - color contains mainly: red. Hex color #988B05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988B05 is #6774FA. Grayscale: #808080. Windows color (decimal): -6780155 or 363416. OLE color: 363416.
HSL color Cylindrical-coordinate representation of color #988B05: hue angle of 54.69º degrees, saturation: 0.94, 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 #988B05 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 139 | 5 | - |
| CMYK | 0 | 0.09 | 0.97 | 0.40 |
| HSL | 54.69º | 0.94% | 0.31% | - |
| HSV(B) | 54.69º | 0.97% | 0.6% | - |
| XYZ | 22.21 | 25.15 | 3.83 | - |
| YUV | 127.61 | 58.81 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 139 | 5 | 0 | 0.09 | 0.97 | 0.40 | 54.69 | 0.94 | 0.31 |
| Hex | 98 | 8B | 5 | 0 | 9 | 61 | 28 | 37 | 5E | 1F |
| Octal | 230 | 213 | 5 | 0 | 11 | 141 | 50 | 67 | 136 | 37 |
| Binary | 10011000 | 10001011 | 101 | 0 | 1001 | 1100001 | 101000 | 110111 | 1011110 | 11111 |
Color Harmonies of #988B05
Complementary color
Monochromatic Colors of #988B05
Black with #988B05
Text Example
Text Example
White with #988B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988B05; }
p { color: rgb(152,139,5); }
H1.HeaderClassName
{
color: #988B05;
}
.AnyTagClassName
{
color: #988B05;
}
</style>
background-color css
<style>
a { background-color: #988B05; }
a { background-color: rgb(152,139,5); }
div.DivClassName
{
background-color: #988B05;
}
.BgClassName
{
background-color: #988B05;
}
</style>
border-color css
<style>
span { border-color: #988B05; }
span { border-color: rgb(152,139,5); }
td.TdClassName
{
border-color: #988B05;
}
.TagClassName
{
border-color: #988B05;
}
</style>