Shades of Grey Olive #999482
Tints of Grey Olive #999482
RGB
CMYK
RGB Variations
Color information
#999482 (or 0x999482) is known color: Grey Olive. HEX triplet: 99, 94 and 82. RGB value is (153,148,130). Sum of RGB (Red+Green+Blue) = 153+148+130=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 153 - color contains mainly: red. Hex color #999482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999482 is #666B7D. Grayscale: #939393. Windows color (decimal): -6712190 or 8557721. OLE color: 8557721.
HSL color Cylindrical-coordinate representation of color #999482: hue angle of 46.96º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #999482 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 148 | 130 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.4 |
| HSL | 46.96º | 0.1% | 0.55% | - |
| HSV(B) | 46.96º | 0.15% | 0.6% | - |
| XYZ | 27.76 | 29.56 | 25.36 | - |
| YUV | 147.44 | 118.16 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 148 | 130 | 0 | 0.03 | 0.15 | 0.4 | 46.96 | 0.1 | 0.55 |
| Hex | 99 | 94 | 82 | 0 | 3 | F | 28 | 2F | A | 37 |
| Octal | 231 | 224 | 202 | 0 | 3 | 17 | 50 | 57 | 12 | 67 |
| Binary | 10011001 | 10010100 | 10000010 | 0 | 11 | 1111 | 101000 | 101111 | 1010 | 110111 |
Color Harmonies of #999482
Complementary color
Monochromatic Colors of #999482
Black with #999482
Text Example
Text Example
White with #999482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999482; }
p { color: rgb(153,148,130); }
H1.HeaderClassName
{
color: #999482;
}
.AnyTagClassName
{
color: #999482;
}
</style>
background-color css
<style>
a { background-color: #999482; }
a { background-color: rgb(153,148,130); }
div.DivClassName
{
background-color: #999482;
}
.BgClassName
{
background-color: #999482;
}
</style>
border-color css
<style>
span { border-color: #999482; }
span { border-color: rgb(153,148,130); }
td.TdClassName
{
border-color: #999482;
}
.TagClassName
{
border-color: #999482;
}
</style>