Shades of Olive #998C07
Tints of Olive #998C07
RGB
CMYK
RGB Variations
Color information
#998C07 (or 0x998C07) is known color: Olive. HEX triplet: 99, 8C and 07. RGB value is (153,140,7). Sum of RGB (Red+Green+Blue) = 153+140+7=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 140 (55.08% from 255 or 46.67% from 300); Blue value is 7 (3.12% from 255 or 2.33% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #998C07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998C07 is #6673F8. Grayscale: #818181. Windows color (decimal): -6714361 or 494745. OLE color: 494745.
HSL color Cylindrical-coordinate representation of color #998C07: hue angle of 54.66º 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 #998C07 is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 140 | 7 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.4 |
| HSL | 54.66º | 0.91% | 0.31% | - |
| HSV(B) | 54.66º | 0.95% | 0.6% | - |
| XYZ | 22.55 | 25.54 | 3.94 | - |
| YUV | 128.73 | 59.31 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 140 | 7 | 0 | 0.08 | 0.95 | 0.4 | 54.66 | 0.91 | 0.31 |
| Hex | 99 | 8C | 7 | 0 | 8 | 5F | 28 | 37 | 5B | 1F |
| Octal | 231 | 214 | 7 | 0 | 10 | 137 | 50 | 67 | 133 | 37 |
| Binary | 10011001 | 10001100 | 111 | 0 | 1000 | 1011111 | 101000 | 110111 | 1011011 | 11111 |
Color Harmonies of #998C07
Complementary color
Monochromatic Colors of #998C07
Black with #998C07
Text Example
Text Example
White with #998C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998C07; }
p { color: rgb(153,140,7); }
H1.HeaderClassName
{
color: #998C07;
}
.AnyTagClassName
{
color: #998C07;
}
</style>
background-color css
<style>
a { background-color: #998C07; }
a { background-color: rgb(153,140,7); }
div.DivClassName
{
background-color: #998C07;
}
.BgClassName
{
background-color: #998C07;
}
</style>
border-color css
<style>
span { border-color: #998C07; }
span { border-color: rgb(153,140,7); }
td.TdClassName
{
border-color: #998C07;
}
.TagClassName
{
border-color: #998C07;
}
</style>