Shades of Delta #9FA690
Tints of Delta #9FA690
RGB
CMYK
RGB Variations
Color information
#9FA690 (or 0x9FA690) is known color: Delta. HEX triplet: 9F, A6 and 90. RGB value is (159,166,144). Sum of RGB (Red+Green+Blue) = 159+166+144=469 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.90% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 166 - color contains mainly: green. Hex color #9FA690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA690 is #60596F. Grayscale: #A1A1A1. Windows color (decimal): -6314352 or 9479839. OLE color: 9479839.
HSL color Cylindrical-coordinate representation of color #9FA690: hue angle of 79.09º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9FA690 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 159 | 166 | 144 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.35 |
| HSL | 79.09º | 0.11% | 0.61% | - |
| HSV(B) | 79.09º | 0.13% | 0.65% | - |
| XYZ | 32.97 | 36.66 | 31.72 | - |
| YUV | 161.4 | 118.18 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 166 | 144 | 0.04 | 0 | 0.13 | 0.35 | 79.09 | 0.11 | 0.61 |
| Hex | 9F | A6 | 90 | 4 | 0 | D | 23 | 4F | B | 3D |
| Octal | 237 | 246 | 220 | 4 | 0 | 15 | 43 | 117 | 13 | 75 |
| Binary | 10011111 | 10100110 | 10010000 | 100 | 0 | 1101 | 100011 | 1001111 | 1011 | 111101 |
Color Harmonies of #9FA690
Complementary color
Monochromatic Colors of #9FA690
Black with #9FA690
Text Example
Text Example
White with #9FA690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA690; }
p { color: rgb(159,166,144); }
H1.HeaderClassName
{
color: #9FA690;
}
.AnyTagClassName
{
color: #9FA690;
}
</style>
background-color css
<style>
a { background-color: #9FA690; }
a { background-color: rgb(159,166,144); }
div.DivClassName
{
background-color: #9FA690;
}
.BgClassName
{
background-color: #9FA690;
}
</style>
border-color css
<style>
span { border-color: #9FA690; }
span { border-color: rgb(159,166,144); }
td.TdClassName
{
border-color: #9FA690;
}
.TagClassName
{
border-color: #9FA690;
}
</style>