Shades of Locust #9FA07E
Tints of Locust #9FA07E
RGB
CMYK
RGB Variations
Color information
#9FA07E (or 0x9FA07E) is known color: Locust. HEX triplet: 9F, A0 and 7E. RGB value is (159,160,126). Sum of RGB (Red+Green+Blue) = 159+160+126=445 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.73% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 160 - color contains mainly: green. Hex color #9FA07E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA07E is #605F81. Grayscale: #9B9B9B. Windows color (decimal): -6315906 or 8298655. OLE color: 8298655.
HSL color Cylindrical-coordinate representation of color #9FA07E: hue angle of 61.76º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FA07E is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 159 | 160 | 126 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.37 |
| HSL | 61.76º | 0.15% | 0.56% | - |
| HSV(B) | 61.76º | 0.21% | 0.63% | - |
| XYZ | 30.63 | 34.02 | 24.69 | - |
| YUV | 155.83 | 111.17 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 160 | 126 | 0.01 | 0 | 0.21 | 0.37 | 61.76 | 0.15 | 0.56 |
| Hex | 9F | A0 | 7E | 1 | 0 | 15 | 25 | 3E | F | 38 |
| Octal | 237 | 240 | 176 | 1 | 0 | 25 | 45 | 76 | 17 | 70 |
| Binary | 10011111 | 10100000 | 1111110 | 1 | 0 | 10101 | 100101 | 111110 | 1111 | 111000 |
Color Harmonies of #9FA07E
Complementary color
Monochromatic Colors of #9FA07E
Black with #9FA07E
Text Example
Text Example
White with #9FA07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA07E; }
p { color: rgb(159,160,126); }
H1.HeaderClassName
{
color: #9FA07E;
}
.AnyTagClassName
{
color: #9FA07E;
}
</style>
background-color css
<style>
a { background-color: #9FA07E; }
a { background-color: rgb(159,160,126); }
div.DivClassName
{
background-color: #9FA07E;
}
.BgClassName
{
background-color: #9FA07E;
}
</style>
border-color css
<style>
span { border-color: #9FA07E; }
span { border-color: rgb(159,160,126); }
td.TdClassName
{
border-color: #9FA07E;
}
.TagClassName
{
border-color: #9FA07E;
}
</style>