Shades of Manatee #96979C
Tints of Manatee #96979C
RGB
CMYK
RGB Variations
Color information
#96979C (or 0x96979C) is known color: Manatee. HEX triplet: 96, 97 and 9C. RGB value is (150,151,156). Sum of RGB (Red+Green+Blue) = 150+151+156=457 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.82% from 457); Green value is 151 (59.38% from 255 or 33.04% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 156 - color contains mainly: blue. Hex color #96979C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96979C is #696863. Grayscale: #979797. Windows color (decimal): -6908004 or 10262422. OLE color: 10262422.
HSL color Cylindrical-coordinate representation of color #96979C: hue angle of 230º degrees, saturation: 0.03, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #96979C is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 151 | 156 | - |
| CMYK | 0.04 | 0.03 | 0 | 0.39 |
| HSL | 230º | 0.03% | 0.6% | - |
| HSV(B) | 230º | 0.04% | 0.61% | - |
| XYZ | 29.65 | 31.02 | 35.88 | - |
| YUV | 151.27 | 130.67 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 151 | 156 | 0.04 | 0.03 | 0 | 0.39 | 230 | 0.03 | 0.6 |
| Hex | 96 | 97 | 9C | 4 | 3 | 0 | 27 | E6 | 3 | 3C |
| Octal | 226 | 227 | 234 | 4 | 3 | 0 | 47 | 346 | 3 | 74 |
| Binary | 10010110 | 10010111 | 10011100 | 100 | 11 | 0 | 100111 | 11100110 | 11 | 111100 |
Color Harmonies of #96979C
Complementary color
Monochromatic Colors of #96979C
Black with #96979C
Text Example
Text Example
White with #96979C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96979C; }
p { color: rgb(150,151,156); }
H1.HeaderClassName
{
color: #96979C;
}
.AnyTagClassName
{
color: #96979C;
}
</style>
background-color css
<style>
a { background-color: #96979C; }
a { background-color: rgb(150,151,156); }
div.DivClassName
{
background-color: #96979C;
}
.BgClassName
{
background-color: #96979C;
}
</style>
border-color css
<style>
span { border-color: #96979C; }
span { border-color: rgb(150,151,156); }
td.TdClassName
{
border-color: #96979C;
}
.TagClassName
{
border-color: #96979C;
}
</style>