Shades of Olive #998607
Tints of Olive #998607
RGB
CMYK
RGB Variations
Color information
#998607 (or 0x998607) is known color: Olive. HEX triplet: 99, 86 and 07. RGB value is (153,134,7). Sum of RGB (Red+Green+Blue) = 153+134+7=294 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.04% from 294); Green value is 134 (52.73% from 255 or 45.58% from 294); Blue value is 7 (3.12% from 255 or 2.38% from 294); Max value from RGB is 153 - color contains mainly: red. Hex color #998607 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998607 is #6679F8. Grayscale: #7D7D7D. Windows color (decimal): -6715897 or 493209. OLE color: 493209.
HSL color Cylindrical-coordinate representation of color #998607: hue angle of 52.19º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #998607 is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 134 | 7 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.4 |
| HSL | 52.19º | 0.91% | 0.31% | - |
| HSV(B) | 52.19º | 0.95% | 0.6% | - |
| XYZ | 21.7 | 23.84 | 3.66 | - |
| YUV | 125.2 | 61.29 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 134 | 7 | 0 | 0.12 | 0.95 | 0.4 | 52.19 | 0.91 | 0.31 |
| Hex | 99 | 86 | 7 | 0 | C | 5F | 28 | 34 | 5B | 1F |
| Octal | 231 | 206 | 7 | 0 | 14 | 137 | 50 | 64 | 133 | 37 |
| Binary | 10011001 | 10000110 | 111 | 0 | 1100 | 1011111 | 101000 | 110100 | 1011011 | 11111 |
Color Harmonies of #998607
Complementary color
Monochromatic Colors of #998607
Black with #998607
Text Example
Text Example
White with #998607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998607; }
p { color: rgb(153,134,7); }
H1.HeaderClassName
{
color: #998607;
}
.AnyTagClassName
{
color: #998607;
}
</style>
background-color css
<style>
a { background-color: #998607; }
a { background-color: rgb(153,134,7); }
div.DivClassName
{
background-color: #998607;
}
.BgClassName
{
background-color: #998607;
}
</style>
border-color css
<style>
span { border-color: #998607; }
span { border-color: rgb(153,134,7); }
td.TdClassName
{
border-color: #998607;
}
.TagClassName
{
border-color: #998607;
}
</style>