Shades of Locust #9FA174
Tints of Locust #9FA174
RGB
CMYK
RGB Variations
Color information
#9FA174 (or 0x9FA174) is known color: Locust. HEX triplet: 9F, A1 and 74. RGB value is (159,161,116). Sum of RGB (Red+Green+Blue) = 159+161+116=436 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.47% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 116 (45.70% from 255 or 26.61% from 436); Max value from RGB is 161 - color contains mainly: green. Hex color #9FA174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA174 is #605E8B. Grayscale: #9B9B9B. Windows color (decimal): -6315660 or 7643551. OLE color: 7643551.
HSL color Cylindrical-coordinate representation of color #9FA174: hue angle of 62.67º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FA174 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 159 | 161 | 116 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.37 |
| HSL | 62.67º | 0.19% | 0.54% | - |
| HSV(B) | 62.67º | 0.28% | 0.63% | - |
| XYZ | 30.2 | 34.12 | 21.52 | - |
| YUV | 155.27 | 105.84 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 161 | 116 | 0.01 | 0 | 0.28 | 0.37 | 62.67 | 0.19 | 0.54 |
| Hex | 9F | A1 | 74 | 1 | 0 | 1C | 25 | 3F | 13 | 36 |
| Octal | 237 | 241 | 164 | 1 | 0 | 34 | 45 | 77 | 23 | 66 |
| Binary | 10011111 | 10100001 | 1110100 | 1 | 0 | 11100 | 100101 | 111111 | 10011 | 110110 |
Color Harmonies of #9FA174
Complementary color
Monochromatic Colors of #9FA174
Black with #9FA174
Text Example
Text Example
White with #9FA174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA174; }
p { color: rgb(159,161,116); }
H1.HeaderClassName
{
color: #9FA174;
}
.AnyTagClassName
{
color: #9FA174;
}
</style>
background-color css
<style>
a { background-color: #9FA174; }
a { background-color: rgb(159,161,116); }
div.DivClassName
{
background-color: #9FA174;
}
.BgClassName
{
background-color: #9FA174;
}
</style>
border-color css
<style>
span { border-color: #9FA174; }
span { border-color: rgb(159,161,116); }
td.TdClassName
{
border-color: #9FA174;
}
.TagClassName
{
border-color: #9FA174;
}
</style>