Shades of Locust #9FA17E
Tints of Locust #9FA17E
RGB
CMYK
RGB Variations
Color information
#9FA17E (or 0x9FA17E) is known color: Locust. HEX triplet: 9F, A1 and 7E. RGB value is (159,161,126). Sum of RGB (Red+Green+Blue) = 159+161+126=446 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.65% from 446); Green value is 161 (63.28% from 255 or 36.10% from 446); Blue value is 126 (49.61% from 255 or 28.25% from 446); Max value from RGB is 161 - color contains mainly: green. Hex color #9FA17E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA17E is #605E81. Grayscale: #9C9C9C. Windows color (decimal): -6315650 or 8298911. OLE color: 8298911.
HSL color Cylindrical-coordinate representation of color #9FA17E: hue angle of 63.43º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FA17E is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 159 | 161 | 126 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.37 |
| HSL | 63.43º | 0.16% | 0.56% | - |
| HSV(B) | 63.43º | 0.22% | 0.63% | - |
| XYZ | 30.81 | 34.37 | 24.75 | - |
| YUV | 156.41 | 110.84 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 161 | 126 | 0.01 | 0 | 0.22 | 0.37 | 63.43 | 0.16 | 0.56 |
| Hex | 9F | A1 | 7E | 1 | 0 | 16 | 25 | 3F | 10 | 38 |
| Octal | 237 | 241 | 176 | 1 | 0 | 26 | 45 | 77 | 20 | 70 |
| Binary | 10011111 | 10100001 | 1111110 | 1 | 0 | 10110 | 100101 | 111111 | 10000 | 111000 |
Color Harmonies of #9FA17E
Complementary color
Monochromatic Colors of #9FA17E
Black with #9FA17E
Text Example
Text Example
White with #9FA17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA17E; }
p { color: rgb(159,161,126); }
H1.HeaderClassName
{
color: #9FA17E;
}
.AnyTagClassName
{
color: #9FA17E;
}
</style>
background-color css
<style>
a { background-color: #9FA17E; }
a { background-color: rgb(159,161,126); }
div.DivClassName
{
background-color: #9FA17E;
}
.BgClassName
{
background-color: #9FA17E;
}
</style>
border-color css
<style>
span { border-color: #9FA17E; }
span { border-color: rgb(159,161,126); }
td.TdClassName
{
border-color: #9FA17E;
}
.TagClassName
{
border-color: #9FA17E;
}
</style>