Shades of Grey Olive #999682
Tints of Grey Olive #999682
RGB
CMYK
RGB Variations
Color information
#999682 (or 0x999682) is known color: Grey Olive. HEX triplet: 99, 96 and 82. RGB value is (153,150,130). Sum of RGB (Red+Green+Blue) = 153+150+130=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 153 - color contains mainly: red. Hex color #999682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999682 is #66697D. Grayscale: #949494. Windows color (decimal): -6711678 or 8558233. OLE color: 8558233.
HSL color Cylindrical-coordinate representation of color #999682: hue angle of 52.17º 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 #999682 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 150 | 130 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.4 |
| HSL | 52.17º | 0.1% | 0.55% | - |
| HSV(B) | 52.17º | 0.15% | 0.6% | - |
| XYZ | 28.07 | 30.2 | 25.47 | - |
| YUV | 148.62 | 117.49 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 150 | 130 | 0 | 0.02 | 0.15 | 0.4 | 52.17 | 0.1 | 0.55 |
| Hex | 99 | 96 | 82 | 0 | 2 | F | 28 | 34 | A | 37 |
| Octal | 231 | 226 | 202 | 0 | 2 | 17 | 50 | 64 | 12 | 67 |
| Binary | 10011001 | 10010110 | 10000010 | 0 | 10 | 1111 | 101000 | 110100 | 1010 | 110111 |
Color Harmonies of #999682
Complementary color
Monochromatic Colors of #999682
Black with #999682
Text Example
Text Example
White with #999682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999682; }
p { color: rgb(153,150,130); }
H1.HeaderClassName
{
color: #999682;
}
.AnyTagClassName
{
color: #999682;
}
</style>
background-color css
<style>
a { background-color: #999682; }
a { background-color: rgb(153,150,130); }
div.DivClassName
{
background-color: #999682;
}
.BgClassName
{
background-color: #999682;
}
</style>
border-color css
<style>
span { border-color: #999682; }
span { border-color: rgb(153,150,130); }
td.TdClassName
{
border-color: #999682;
}
.TagClassName
{
border-color: #999682;
}
</style>