Shades of Delta #9FA790
Tints of Delta #9FA790
RGB
CMYK
RGB Variations
Color information
#9FA790 (or 0x9FA790) is known color: Delta. HEX triplet: 9F, A7 and 90. RGB value is (159,167,144). Sum of RGB (Red+Green+Blue) = 159+167+144=470 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.83% from 470); Green value is 167 (65.62% from 255 or 35.53% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 167 - color contains mainly: green. Hex color #9FA790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA790 is #60586F. Grayscale: #A2A2A2. Windows color (decimal): -6314096 or 9480095. OLE color: 9480095.
HSL color Cylindrical-coordinate representation of color #9FA790: hue angle of 80.87º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9FA790 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 159 | 167 | 144 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.35 |
| HSL | 80.87º | 0.12% | 0.61% | - |
| HSV(B) | 80.87º | 0.14% | 0.65% | - |
| XYZ | 33.15 | 37.02 | 31.78 | - |
| YUV | 161.99 | 117.85 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 167 | 144 | 0.05 | 0 | 0.14 | 0.35 | 80.87 | 0.12 | 0.61 |
| Hex | 9F | A7 | 90 | 5 | 0 | E | 23 | 51 | C | 3D |
| Octal | 237 | 247 | 220 | 5 | 0 | 16 | 43 | 121 | 14 | 75 |
| Binary | 10011111 | 10100111 | 10010000 | 101 | 0 | 1110 | 100011 | 1010001 | 1100 | 111101 |
Color Harmonies of #9FA790
Complementary color
Monochromatic Colors of #9FA790
Black with #9FA790
Text Example
Text Example
White with #9FA790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA790; }
p { color: rgb(159,167,144); }
H1.HeaderClassName
{
color: #9FA790;
}
.AnyTagClassName
{
color: #9FA790;
}
</style>
background-color css
<style>
a { background-color: #9FA790; }
a { background-color: rgb(159,167,144); }
div.DivClassName
{
background-color: #9FA790;
}
.BgClassName
{
background-color: #9FA790;
}
</style>
border-color css
<style>
span { border-color: #9FA790; }
span { border-color: rgb(159,167,144); }
td.TdClassName
{
border-color: #9FA790;
}
.TagClassName
{
border-color: #9FA790;
}
</style>