Shades of Locust #9FA67F
Tints of Locust #9FA67F
RGB
CMYK
RGB Variations
Color information
#9FA67F (or 0x9FA67F) is known color: Locust. HEX triplet: 9F, A6 and 7F. RGB value is (159,166,127). Sum of RGB (Red+Green+Blue) = 159+166+127=452 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.18% from 452); Green value is 166 (65.23% from 255 or 36.73% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 166 - color contains mainly: green. Hex color #9FA67F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA67F is #605980. Grayscale: #9F9F9F. Windows color (decimal): -6314369 or 8365727. OLE color: 8365727.
HSL color Cylindrical-coordinate representation of color #9FA67F: hue angle of 70.77º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FA67F is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 159 | 166 | 127 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.35 |
| HSL | 70.77º | 0.18% | 0.57% | - |
| HSV(B) | 70.77º | 0.23% | 0.65% | - |
| XYZ | 31.77 | 36.18 | 25.39 | - |
| YUV | 159.46 | 109.68 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 166 | 127 | 0.04 | 0 | 0.23 | 0.35 | 70.77 | 0.18 | 0.57 |
| Hex | 9F | A6 | 7F | 4 | 0 | 17 | 23 | 47 | 12 | 39 |
| Octal | 237 | 246 | 177 | 4 | 0 | 27 | 43 | 107 | 22 | 71 |
| Binary | 10011111 | 10100110 | 1111111 | 100 | 0 | 10111 | 100011 | 1000111 | 10010 | 111001 |
Color Harmonies of #9FA67F
Complementary color
Monochromatic Colors of #9FA67F
Black with #9FA67F
Text Example
Text Example
White with #9FA67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA67F; }
p { color: rgb(159,166,127); }
H1.HeaderClassName
{
color: #9FA67F;
}
.AnyTagClassName
{
color: #9FA67F;
}
</style>
background-color css
<style>
a { background-color: #9FA67F; }
a { background-color: rgb(159,166,127); }
div.DivClassName
{
background-color: #9FA67F;
}
.BgClassName
{
background-color: #9FA67F;
}
</style>
border-color css
<style>
span { border-color: #9FA67F; }
span { border-color: rgb(159,166,127); }
td.TdClassName
{
border-color: #9FA67F;
}
.TagClassName
{
border-color: #9FA67F;
}
</style>