Shades of Delta #9FA297
Tints of Delta #9FA297
RGB
CMYK
RGB Variations
Color information
#9FA297 (or 0x9FA297) is known color: Delta. HEX triplet: 9F, A2 and 97. RGB value is (159,162,151). Sum of RGB (Red+Green+Blue) = 159+162+151=472 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.69% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 151 (59.38% from 255 or 31.99% from 472); Max value from RGB is 162 - color contains mainly: green. Hex color #9FA297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA297 is #605D68. Grayscale: #9F9F9F. Windows color (decimal): -6315369 or 9937567. OLE color: 9937567.
HSL color Cylindrical-coordinate representation of color #9FA297: hue angle of 76.36º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9FA297 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 162 | 151 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.36 |
| HSL | 76.36º | 0.06% | 0.61% | - |
| HSV(B) | 76.36º | 0.07% | 0.64% | - |
| XYZ | 32.8 | 35.45 | 34.39 | - |
| YUV | 159.85 | 123.01 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 162 | 151 | 0.02 | 0 | 0.07 | 0.36 | 76.36 | 0.06 | 0.61 |
| Hex | 9F | A2 | 97 | 2 | 0 | 7 | 24 | 4C | 6 | 3D |
| Octal | 237 | 242 | 227 | 2 | 0 | 7 | 44 | 114 | 6 | 75 |
| Binary | 10011111 | 10100010 | 10010111 | 10 | 0 | 111 | 100100 | 1001100 | 110 | 111101 |
Color Harmonies of #9FA297
Complementary color
Monochromatic Colors of #9FA297
Black with #9FA297
Text Example
Text Example
White with #9FA297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA297; }
p { color: rgb(159,162,151); }
H1.HeaderClassName
{
color: #9FA297;
}
.AnyTagClassName
{
color: #9FA297;
}
</style>
background-color css
<style>
a { background-color: #9FA297; }
a { background-color: rgb(159,162,151); }
div.DivClassName
{
background-color: #9FA297;
}
.BgClassName
{
background-color: #9FA297;
}
</style>
border-color css
<style>
span { border-color: #9FA297; }
span { border-color: rgb(159,162,151); }
td.TdClassName
{
border-color: #9FA297;
}
.TagClassName
{
border-color: #9FA297;
}
</style>