Shades of Delta #9FA491
Tints of Delta #9FA491
RGB
CMYK
RGB Variations
Color information
#9FA491 (or 0x9FA491) is known color: Delta. HEX triplet: 9F, A4 and 91. RGB value is (159,164,145). Sum of RGB (Red+Green+Blue) = 159+164+145=468 (61% of max value = 765). Red value is 159 (62.5% from 255 or 33.97% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 145 (57.03% from 255 or 30.98% from 468); Max value from RGB is 164 - color contains mainly: green. Hex color #9FA491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA491 is #605B6E. Grayscale: #A0A0A0. Windows color (decimal): -6314863 or 9544863. OLE color: 9544863.
HSL color Cylindrical-coordinate representation of color #9FA491: hue angle of 75.79º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9FA491 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 164 | 145 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.36 |
| HSL | 75.79º | 0.09% | 0.61% | - |
| HSV(B) | 75.79º | 0.12% | 0.64% | - |
| XYZ | 32.68 | 35.97 | 32.01 | - |
| YUV | 160.34 | 119.34 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 164 | 145 | 0.03 | 0 | 0.12 | 0.36 | 75.79 | 0.09 | 0.61 |
| Hex | 9F | A4 | 91 | 3 | 0 | C | 24 | 4C | 9 | 3D |
| Octal | 237 | 244 | 221 | 3 | 0 | 14 | 44 | 114 | 11 | 75 |
| Binary | 10011111 | 10100100 | 10010001 | 11 | 0 | 1100 | 100100 | 1001100 | 1001 | 111101 |
Color Harmonies of #9FA491
Complementary color
Monochromatic Colors of #9FA491
Black with #9FA491
Text Example
Text Example
White with #9FA491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA491; }
p { color: rgb(159,164,145); }
H1.HeaderClassName
{
color: #9FA491;
}
.AnyTagClassName
{
color: #9FA491;
}
</style>
background-color css
<style>
a { background-color: #9FA491; }
a { background-color: rgb(159,164,145); }
div.DivClassName
{
background-color: #9FA491;
}
.BgClassName
{
background-color: #9FA491;
}
</style>
border-color css
<style>
span { border-color: #9FA491; }
span { border-color: rgb(159,164,145); }
td.TdClassName
{
border-color: #9FA491;
}
.TagClassName
{
border-color: #9FA491;
}
</style>