Shades of Olive #998B08
Tints of Olive #998B08
RGB
CMYK
RGB Variations
Color information
#998B08 (or 0x998B08) is known color: Olive. HEX triplet: 99, 8B and 08. RGB value is (153,139,8). Sum of RGB (Red+Green+Blue) = 153+139+8=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 139 (54.69% from 255 or 46.33% from 300); Blue value is 8 (3.52% from 255 or 2.67% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #998B08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998B08 is #6674F7. Grayscale: #808080. Windows color (decimal): -6714616 or 560025. OLE color: 560025.
HSL color Cylindrical-coordinate representation of color #998B08: hue angle of 54.21º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #998B08 is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 139 | 8 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.4 |
| HSL | 54.21º | 0.9% | 0.32% | - |
| HSV(B) | 54.21º | 0.95% | 0.6% | - |
| XYZ | 22.41 | 25.26 | 3.92 | - |
| YUV | 128.25 | 60.14 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 139 | 8 | 0 | 0.09 | 0.95 | 0.4 | 54.21 | 0.9 | 0.32 |
| Hex | 99 | 8B | 8 | 0 | 9 | 5F | 28 | 36 | 5A | 20 |
| Octal | 231 | 213 | 10 | 0 | 11 | 137 | 50 | 66 | 132 | 40 |
| Binary | 10011001 | 10001011 | 1000 | 0 | 1001 | 1011111 | 101000 | 110110 | 1011010 | 100000 |
Color Harmonies of #998B08
Complementary color
Monochromatic Colors of #998B08
Black with #998B08
Text Example
Text Example
White with #998B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998B08; }
p { color: rgb(153,139,8); }
H1.HeaderClassName
{
color: #998B08;
}
.AnyTagClassName
{
color: #998B08;
}
</style>
background-color css
<style>
a { background-color: #998B08; }
a { background-color: rgb(153,139,8); }
div.DivClassName
{
background-color: #998B08;
}
.BgClassName
{
background-color: #998B08;
}
</style>
border-color css
<style>
span { border-color: #998B08; }
span { border-color: rgb(153,139,8); }
td.TdClassName
{
border-color: #998B08;
}
.TagClassName
{
border-color: #998B08;
}
</style>