Shades of Delta #9FA990
Tints of Delta #9FA990
RGB
CMYK
RGB Variations
Color information
#9FA990 (or 0x9FA990) is known color: Delta. HEX triplet: 9F, A9 and 90. RGB value is (159,169,144). Sum of RGB (Red+Green+Blue) = 159+169+144=472 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.69% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 169 - color contains mainly: green. Hex color #9FA990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA990 is #60566F. Grayscale: #A3A3A3. Windows color (decimal): -6313584 or 9480607. OLE color: 9480607.
HSL color Cylindrical-coordinate representation of color #9FA990: hue angle of 84º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FA990 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 159 | 169 | 144 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.34 |
| HSL | 84º | 0.13% | 0.61% | - |
| HSV(B) | 84º | 0.15% | 0.66% | - |
| XYZ | 33.52 | 37.76 | 31.91 | - |
| YUV | 163.16 | 117.19 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 169 | 144 | 0.06 | 0 | 0.15 | 0.34 | 84 | 0.13 | 0.61 |
| Hex | 9F | A9 | 90 | 6 | 0 | F | 22 | 54 | D | 3D |
| Octal | 237 | 251 | 220 | 6 | 0 | 17 | 42 | 124 | 15 | 75 |
| Binary | 10011111 | 10101001 | 10010000 | 110 | 0 | 1111 | 100010 | 1010100 | 1101 | 111101 |
Color Harmonies of #9FA990
Complementary color
Monochromatic Colors of #9FA990
Black with #9FA990
Text Example
Text Example
White with #9FA990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA990; }
p { color: rgb(159,169,144); }
H1.HeaderClassName
{
color: #9FA990;
}
.AnyTagClassName
{
color: #9FA990;
}
</style>
background-color css
<style>
a { background-color: #9FA990; }
a { background-color: rgb(159,169,144); }
div.DivClassName
{
background-color: #9FA990;
}
.BgClassName
{
background-color: #9FA990;
}
</style>
border-color css
<style>
span { border-color: #9FA990; }
span { border-color: rgb(159,169,144); }
td.TdClassName
{
border-color: #9FA990;
}
.TagClassName
{
border-color: #9FA990;
}
</style>