Shades of Olive #998407
Tints of Olive #998407
RGB
CMYK
RGB Variations
Color information
#998407 (or 0x998407) is known color: Olive. HEX triplet: 99, 84 and 07. RGB value is (153,132,7). Sum of RGB (Red+Green+Blue) = 153+132+7=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 132 (51.95% from 255 or 45.21% from 292); Blue value is 7 (3.12% from 255 or 2.40% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #998407 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998407 is #667BF8. Grayscale: #7C7C7C. Windows color (decimal): -6716409 or 492697. OLE color: 492697.
HSL color Cylindrical-coordinate representation of color #998407: hue angle of 51.37º 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 #998407 is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 132 | 7 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.4 |
| HSL | 51.37º | 0.91% | 0.31% | - |
| HSV(B) | 51.37º | 0.95% | 0.6% | - |
| XYZ | 21.43 | 23.29 | 3.57 | - |
| YUV | 124.03 | 61.96 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 132 | 7 | 0 | 0.14 | 0.95 | 0.4 | 51.37 | 0.91 | 0.31 |
| Hex | 99 | 84 | 7 | 0 | E | 5F | 28 | 33 | 5B | 1F |
| Octal | 231 | 204 | 7 | 0 | 16 | 137 | 50 | 63 | 133 | 37 |
| Binary | 10011001 | 10000100 | 111 | 0 | 1110 | 1011111 | 101000 | 110011 | 1011011 | 11111 |
Color Harmonies of #998407
Complementary color
Monochromatic Colors of #998407
Black with #998407
Text Example
Text Example
White with #998407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998407; }
p { color: rgb(153,132,7); }
H1.HeaderClassName
{
color: #998407;
}
.AnyTagClassName
{
color: #998407;
}
</style>
background-color css
<style>
a { background-color: #998407; }
a { background-color: rgb(153,132,7); }
div.DivClassName
{
background-color: #998407;
}
.BgClassName
{
background-color: #998407;
}
</style>
border-color css
<style>
span { border-color: #998407; }
span { border-color: rgb(153,132,7); }
td.TdClassName
{
border-color: #998407;
}
.TagClassName
{
border-color: #998407;
}
</style>