Shades of Delta #9FA98F
Tints of Delta #9FA98F
RGB
CMYK
RGB Variations
Color information
#9FA98F (or 0x9FA98F) is known color: Delta. HEX triplet: 9F, A9 and 8F. RGB value is (159,169,143). Sum of RGB (Red+Green+Blue) = 159+169+143=471 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.76% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 143 (56.25% from 255 or 30.36% from 471); Max value from RGB is 169 - color contains mainly: green. Hex color #9FA98F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA98F is #605670. Grayscale: #A3A3A3. Windows color (decimal): -6313585 or 9415071. OLE color: 9415071.
HSL color Cylindrical-coordinate representation of color #9FA98F: hue angle of 83.08º 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 #9FA98F is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 159 | 169 | 143 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.34 |
| HSL | 83.08º | 0.13% | 0.61% | - |
| HSV(B) | 83.08º | 0.15% | 0.66% | - |
| XYZ | 33.44 | 37.73 | 31.51 | - |
| YUV | 163.05 | 116.69 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 169 | 143 | 0.06 | 0 | 0.15 | 0.34 | 83.08 | 0.13 | 0.61 |
| Hex | 9F | A9 | 8F | 6 | 0 | F | 22 | 53 | D | 3D |
| Octal | 237 | 251 | 217 | 6 | 0 | 17 | 42 | 123 | 15 | 75 |
| Binary | 10011111 | 10101001 | 10001111 | 110 | 0 | 1111 | 100010 | 1010011 | 1101 | 111101 |
Color Harmonies of #9FA98F
Complementary color
Monochromatic Colors of #9FA98F
Black with #9FA98F
Text Example
Text Example
White with #9FA98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA98F; }
p { color: rgb(159,169,143); }
H1.HeaderClassName
{
color: #9FA98F;
}
.AnyTagClassName
{
color: #9FA98F;
}
</style>
background-color css
<style>
a { background-color: #9FA98F; }
a { background-color: rgb(159,169,143); }
div.DivClassName
{
background-color: #9FA98F;
}
.BgClassName
{
background-color: #9FA98F;
}
</style>
border-color css
<style>
span { border-color: #9FA98F; }
span { border-color: rgb(159,169,143); }
td.TdClassName
{
border-color: #9FA98F;
}
.TagClassName
{
border-color: #9FA98F;
}
</style>