Shades of Napa #9F978B
Tints of Napa #9F978B
RGB
CMYK
RGB Variations
Color information
#9F978B (or 0x9F978B) is known color: Napa. HEX triplet: 9F, 97 and 8B. RGB value is (159,151,139). Sum of RGB (Red+Green+Blue) = 159+151+139=449 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.41% from 449); Green value is 151 (59.38% from 255 or 33.63% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 159 - color contains mainly: red. Hex color #9F978B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F978B is #606874. Grayscale: #989898. Windows color (decimal): -6318197 or 9148319. OLE color: 9148319.
HSL color Cylindrical-coordinate representation of color #9F978B: hue angle of 36º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9F978B is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
RGB | 159 | 151 | 139 | - |
CMYK | 0 | 0.05 | 0.13 | 0.38 |
HSL | 36º | 0.09% | 0.58% | - |
HSV(B) | 36º | 0.13% | 0.62% | - |
XYZ | 30.02 | 31.37 | 28.9 | - |
YUV | 152.02 | 120.65 | 132.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 151 | 139 | 0 | 0.05 | 0.13 | 0.38 | 36 | 0.09 | 0.58 |
Hex | 9F | 97 | 8B | 0 | 5 | D | 26 | 24 | 9 | 3A |
Octal | 237 | 227 | 213 | 0 | 5 | 15 | 46 | 44 | 11 | 72 |
Binary | 10011111 | 10010111 | 10001011 | 0 | 101 | 1101 | 100110 | 100100 | 1001 | 111010 |
Color Harmonies of #9F978B
Complementary color
Monochromatic Colors of #9F978B
Black with #9F978B
Text Example
Text Example
White with #9F978B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F978B; }
p { color: rgb(159,151,139); }
H1.HeaderClassName
{
color: #9F978B;
}
.AnyTagClassName
{
color: #9F978B;
}
</style>
background-color css
<style>
a { background-color: #9F978B; }
a { background-color: rgb(159,151,139); }
div.DivClassName
{
background-color: #9F978B;
}
.BgClassName
{
background-color: #9F978B;
}
</style>
border-color css
<style>
span { border-color: #9F978B; }
span { border-color: rgb(159,151,139); }
td.TdClassName
{
border-color: #9F978B;
}
.TagClassName
{
border-color: #9F978B;
}
</style>