Shades of Olive #998A06
Tints of Olive #998A06
RGB
CMYK
RGB Variations
Color information
#998A06 (or 0x998A06) is known color: Olive. HEX triplet: 99, 8A and 06. RGB value is (153,138,6). Sum of RGB (Red+Green+Blue) = 153+138+6=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 138 (54.30% from 255 or 46.46% from 297); Blue value is 6 (2.73% from 255 or 2.02% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #998A06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998A06 is #6675F9. Grayscale: #7F7F7F. Windows color (decimal): -6714874 or 428697. OLE color: 428697.
HSL color Cylindrical-coordinate representation of color #998A06: hue angle of 53.88º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #998A06 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 138 | 6 | - |
| CMYK | 0 | 0.10 | 0.96 | 0.4 |
| HSL | 53.88º | 0.92% | 0.31% | - |
| HSV(B) | 53.88º | 0.96% | 0.6% | - |
| XYZ | 22.26 | 24.96 | 3.82 | - |
| YUV | 127.44 | 59.47 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 138 | 6 | 0 | 0.10 | 0.96 | 0.4 | 53.88 | 0.92 | 0.31 |
| Hex | 99 | 8A | 6 | 0 | A | 60 | 28 | 36 | 5C | 1F |
| Octal | 231 | 212 | 6 | 0 | 12 | 140 | 50 | 66 | 134 | 37 |
| Binary | 10011001 | 10001010 | 110 | 0 | 1010 | 1100000 | 101000 | 110110 | 1011100 | 11111 |
Color Harmonies of #998A06
Complementary color
Monochromatic Colors of #998A06
Black with #998A06
Text Example
Text Example
White with #998A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998A06; }
p { color: rgb(153,138,6); }
H1.HeaderClassName
{
color: #998A06;
}
.AnyTagClassName
{
color: #998A06;
}
</style>
background-color css
<style>
a { background-color: #998A06; }
a { background-color: rgb(153,138,6); }
div.DivClassName
{
background-color: #998A06;
}
.BgClassName
{
background-color: #998A06;
}
</style>
border-color css
<style>
span { border-color: #998A06; }
span { border-color: rgb(153,138,6); }
td.TdClassName
{
border-color: #998A06;
}
.TagClassName
{
border-color: #998A06;
}
</style>