Shades of Olive #998905
Tints of Olive #998905
RGB
CMYK
RGB Variations
Color information
#998905 (or 0x998905) is known color: Olive. HEX triplet: 99, 89 and 05. RGB value is (153,137,5). Sum of RGB (Red+Green+Blue) = 153+137+5=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 137 (53.91% from 255 or 46.44% from 295); Blue value is 5 (2.34% from 255 or 1.69% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #998905 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998905 is #6676FA. Grayscale: #7F7F7F. Windows color (decimal): -6715131 or 362905. OLE color: 362905.
HSL color Cylindrical-coordinate representation of color #998905: hue angle of 53.51º 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 #998905 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 137 | 5 | - |
| CMYK | 0 | 0.10 | 0.97 | 0.4 |
| HSL | 53.51º | 0.94% | 0.31% | - |
| HSV(B) | 53.51º | 0.97% | 0.6% | - |
| XYZ | 22.11 | 24.67 | 3.74 | - |
| YUV | 126.74 | 59.3 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 137 | 5 | 0 | 0.10 | 0.97 | 0.4 | 53.51 | 0.94 | 0.31 |
| Hex | 99 | 89 | 5 | 0 | A | 61 | 28 | 36 | 5E | 1F |
| Octal | 231 | 211 | 5 | 0 | 12 | 141 | 50 | 66 | 136 | 37 |
| Binary | 10011001 | 10001001 | 101 | 0 | 1010 | 1100001 | 101000 | 110110 | 1011110 | 11111 |
Color Harmonies of #998905
Complementary color
Monochromatic Colors of #998905
Black with #998905
Text Example
Text Example
White with #998905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998905; }
p { color: rgb(153,137,5); }
H1.HeaderClassName
{
color: #998905;
}
.AnyTagClassName
{
color: #998905;
}
</style>
background-color css
<style>
a { background-color: #998905; }
a { background-color: rgb(153,137,5); }
div.DivClassName
{
background-color: #998905;
}
.BgClassName
{
background-color: #998905;
}
</style>
border-color css
<style>
span { border-color: #998905; }
span { border-color: rgb(153,137,5); }
td.TdClassName
{
border-color: #998905;
}
.TagClassName
{
border-color: #998905;
}
</style>