Shades of Olive #998A09
Tints of Olive #998A09
RGB
CMYK
RGB Variations
Color information
#998A09 (or 0x998A09) is known color: Olive. HEX triplet: 99, 8A and 09. RGB value is (153,138,9). Sum of RGB (Red+Green+Blue) = 153+138+9=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 138 (54.30% from 255 or 46% from 300); Blue value is 9 (3.91% from 255 or 3% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #998A09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998A09 is #6675F6. Grayscale: #808080. Windows color (decimal): -6714871 or 625305. OLE color: 625305.
HSL color Cylindrical-coordinate representation of color #998A09: hue angle of 53.75º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #998A09 is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 138 | 9 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.4 |
| HSL | 53.75º | 0.89% | 0.32% | - |
| HSV(B) | 53.75º | 0.94% | 0.6% | - |
| XYZ | 22.27 | 24.97 | 3.9 | - |
| YUV | 127.78 | 60.97 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 138 | 9 | 0 | 0.10 | 0.94 | 0.4 | 53.75 | 0.89 | 0.32 |
| Hex | 99 | 8A | 9 | 0 | A | 5E | 28 | 36 | 59 | 20 |
| Octal | 231 | 212 | 11 | 0 | 12 | 136 | 50 | 66 | 131 | 40 |
| Binary | 10011001 | 10001010 | 1001 | 0 | 1010 | 1011110 | 101000 | 110110 | 1011001 | 100000 |
Color Harmonies of #998A09
Complementary color
Monochromatic Colors of #998A09
Black with #998A09
Text Example
Text Example
White with #998A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998A09; }
p { color: rgb(153,138,9); }
H1.HeaderClassName
{
color: #998A09;
}
.AnyTagClassName
{
color: #998A09;
}
</style>
background-color css
<style>
a { background-color: #998A09; }
a { background-color: rgb(153,138,9); }
div.DivClassName
{
background-color: #998A09;
}
.BgClassName
{
background-color: #998A09;
}
</style>
border-color css
<style>
span { border-color: #998A09; }
span { border-color: rgb(153,138,9); }
td.TdClassName
{
border-color: #998A09;
}
.TagClassName
{
border-color: #998A09;
}
</style>