Shades of Delta #9FA696
Tints of Delta #9FA696
RGB
CMYK
RGB Variations
Color information
#9FA696 (or 0x9FA696) is known color: Delta. HEX triplet: 9F, A6 and 96. RGB value is (159,166,150). Sum of RGB (Red+Green+Blue) = 159+166+150=475 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.47% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 150 (58.98% from 255 or 31.58% from 475); Max value from RGB is 166 - color contains mainly: green. Hex color #9FA696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA696 is #605969. Grayscale: #A2A2A2. Windows color (decimal): -6314346 or 9873055. OLE color: 9873055.
HSL color Cylindrical-coordinate representation of color #9FA696: hue angle of 86.25º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9FA696 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 159 | 166 | 150 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.35 |
| HSL | 86.25º | 0.08% | 0.62% | - |
| HSV(B) | 86.25º | 0.1% | 0.65% | - |
| XYZ | 33.44 | 36.85 | 34.2 | - |
| YUV | 162.08 | 121.18 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 166 | 150 | 0.04 | 0 | 0.10 | 0.35 | 86.25 | 0.08 | 0.62 |
| Hex | 9F | A6 | 96 | 4 | 0 | A | 23 | 56 | 8 | 3E |
| Octal | 237 | 246 | 226 | 4 | 0 | 12 | 43 | 126 | 10 | 76 |
| Binary | 10011111 | 10100110 | 10010110 | 100 | 0 | 1010 | 100011 | 1010110 | 1000 | 111110 |
Color Harmonies of #9FA696
Complementary color
Monochromatic Colors of #9FA696
Black with #9FA696
Text Example
Text Example
White with #9FA696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA696; }
p { color: rgb(159,166,150); }
H1.HeaderClassName
{
color: #9FA696;
}
.AnyTagClassName
{
color: #9FA696;
}
</style>
background-color css
<style>
a { background-color: #9FA696; }
a { background-color: rgb(159,166,150); }
div.DivClassName
{
background-color: #9FA696;
}
.BgClassName
{
background-color: #9FA696;
}
</style>
border-color css
<style>
span { border-color: #9FA696; }
span { border-color: rgb(159,166,150); }
td.TdClassName
{
border-color: #9FA696;
}
.TagClassName
{
border-color: #9FA696;
}
</style>