Shades of Hit Grey #96ABA7
Tints of Hit Grey #96ABA7
RGB
CMYK
RGB Variations
Color information
#96ABA7 (or 0x96ABA7) is known color: Hit Grey. HEX triplet: 96, AB and A7. RGB value is (150,171,167). Sum of RGB (Red+Green+Blue) = 150+171+167=488 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.74% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 167 (65.62% from 255 or 34.22% from 488); Max value from RGB is 171 - color contains mainly: green. Hex color #96ABA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96ABA7 is #695458. Grayscale: #A4A4A4. Windows color (decimal): -6902873 or 10988438. OLE color: 10988438.
HSL color Cylindrical-coordinate representation of color #96ABA7: hue angle of 168.57º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #96ABA7 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 171 | 167 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.33 |
| HSL | 168.57º | 0.11% | 0.63% | - |
| HSV(B) | 168.57º | 0.12% | 0.67% | - |
| XYZ | 34.12 | 38.4 | 42.17 | - |
| YUV | 164.27 | 129.54 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 171 | 167 | 0.12 | 0 | 0.02 | 0.33 | 168.57 | 0.11 | 0.63 |
| Hex | 96 | AB | A7 | C | 0 | 2 | 21 | A9 | B | 3F |
| Octal | 226 | 253 | 247 | 14 | 0 | 2 | 41 | 251 | 13 | 77 |
| Binary | 10010110 | 10101011 | 10100111 | 1100 | 0 | 10 | 100001 | 10101001 | 1011 | 111111 |
Color Harmonies of #96ABA7
Complementary color
Monochromatic Colors of #96ABA7
Black with #96ABA7
Text Example
Text Example
White with #96ABA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96ABA7; }
p { color: rgb(150,171,167); }
H1.HeaderClassName
{
color: #96ABA7;
}
.AnyTagClassName
{
color: #96ABA7;
}
</style>
background-color css
<style>
a { background-color: #96ABA7; }
a { background-color: rgb(150,171,167); }
div.DivClassName
{
background-color: #96ABA7;
}
.BgClassName
{
background-color: #96ABA7;
}
</style>
border-color css
<style>
span { border-color: #96ABA7; }
span { border-color: rgb(150,171,167); }
td.TdClassName
{
border-color: #96ABA7;
}
.TagClassName
{
border-color: #96ABA7;
}
</style>