Shades of Skeptic #96B7A7
Tints of Skeptic #96B7A7
RGB
CMYK
RGB Variations
Color information
#96B7A7 (or 0x96B7A7) is known color: Skeptic. HEX triplet: 96, B7 and A7. RGB value is (150,183,167). Sum of RGB (Red+Green+Blue) = 150+183+167=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 183 (71.88% from 255 or 36.6% from 500); Blue value is 167 (65.62% from 255 or 33.4% from 500); Max value from RGB is 183 - color contains mainly: green. Hex color #96B7A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B7A7 is #694858. Grayscale: #ABABAB. Windows color (decimal): -6899801 or 10991510. OLE color: 10991510.
HSL color Cylindrical-coordinate representation of color #96B7A7: hue angle of 150.91º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #96B7A7 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 150 | 183 | 167 | - |
| CMYK | 0.18 | 0 | 0.09 | 0.28 |
| HSL | 150.91º | 0.19% | 0.65% | - |
| HSV(B) | 150.91º | 0.18% | 0.72% | - |
| XYZ | 36.49 | 43.14 | 42.96 | - |
| YUV | 171.31 | 125.57 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 183 | 167 | 0.18 | 0 | 0.09 | 0.28 | 150.91 | 0.19 | 0.65 |
| Hex | 96 | B7 | A7 | 12 | 0 | 9 | 1C | 97 | 13 | 41 |
| Octal | 226 | 267 | 247 | 22 | 0 | 11 | 34 | 227 | 23 | 101 |
| Binary | 10010110 | 10110111 | 10100111 | 10010 | 0 | 1001 | 11100 | 10010111 | 10011 | 1000001 |
Color Harmonies of #96B7A7
Complementary color
Monochromatic Colors of #96B7A7
Black with #96B7A7
Text Example
Text Example
White with #96B7A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B7A7; }
p { color: rgb(150,183,167); }
H1.HeaderClassName
{
color: #96B7A7;
}
.AnyTagClassName
{
color: #96B7A7;
}
</style>
background-color css
<style>
a { background-color: #96B7A7; }
a { background-color: rgb(150,183,167); }
div.DivClassName
{
background-color: #96B7A7;
}
.BgClassName
{
background-color: #96B7A7;
}
</style>
border-color css
<style>
span { border-color: #96B7A7; }
span { border-color: rgb(150,183,167); }
td.TdClassName
{
border-color: #96B7A7;
}
.TagClassName
{
border-color: #96B7A7;
}
</style>