Shades of Olive #998305
Tints of Olive #998305
RGB
CMYK
RGB Variations
Color information
#998305 (or 0x998305) is known color: Olive. HEX triplet: 99, 83 and 05. RGB value is (153,131,5). Sum of RGB (Red+Green+Blue) = 153+131+5=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 131 (51.56% from 255 or 45.33% from 289); Blue value is 5 (2.34% from 255 or 1.73% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #998305 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998305 is #667CFA. Grayscale: #7B7B7B. Windows color (decimal): -6716667 or 361369. OLE color: 361369.
HSL color Cylindrical-coordinate representation of color #998305: hue angle of 51.08º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #998305 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 131 | 5 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.4 |
| HSL | 51.08º | 0.94% | 0.31% | - |
| HSV(B) | 51.08º | 0.97% | 0.6% | - |
| XYZ | 21.28 | 23.02 | 3.46 | - |
| YUV | 123.21 | 61.29 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 131 | 5 | 0 | 0.14 | 0.97 | 0.4 | 51.08 | 0.94 | 0.31 |
| Hex | 99 | 83 | 5 | 0 | E | 61 | 28 | 33 | 5E | 1F |
| Octal | 231 | 203 | 5 | 0 | 16 | 141 | 50 | 63 | 136 | 37 |
| Binary | 10011001 | 10000011 | 101 | 0 | 1110 | 1100001 | 101000 | 110011 | 1011110 | 11111 |
Color Harmonies of #998305
Complementary color
Monochromatic Colors of #998305
Black with #998305
Text Example
Text Example
White with #998305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998305; }
p { color: rgb(153,131,5); }
H1.HeaderClassName
{
color: #998305;
}
.AnyTagClassName
{
color: #998305;
}
</style>
background-color css
<style>
a { background-color: #998305; }
a { background-color: rgb(153,131,5); }
div.DivClassName
{
background-color: #998305;
}
.BgClassName
{
background-color: #998305;
}
</style>
border-color css
<style>
span { border-color: #998305; }
span { border-color: rgb(153,131,5); }
td.TdClassName
{
border-color: #998305;
}
.TagClassName
{
border-color: #998305;
}
</style>