Shades of Locust #9FA380
Tints of Locust #9FA380
RGB
CMYK
RGB Variations
Color information
#9FA380 (or 0x9FA380) is known color: Locust. HEX triplet: 9F, A3 and 80. RGB value is (159,163,128). Sum of RGB (Red+Green+Blue) = 159+163+128=450 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.33% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 128 (50.39% from 255 or 28.44% from 450); Max value from RGB is 163 - color contains mainly: green. Hex color #9FA380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA380 is #605C7F. Grayscale: #9D9D9D. Windows color (decimal): -6315136 or 8430495. OLE color: 8430495.
HSL color Cylindrical-coordinate representation of color #9FA380: hue angle of 66.86º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FA380 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 163 | 128 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.36 |
| HSL | 66.86º | 0.16% | 0.57% | - |
| HSV(B) | 66.86º | 0.21% | 0.64% | - |
| XYZ | 31.29 | 35.12 | 25.55 | - |
| YUV | 157.81 | 111.17 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 163 | 128 | 0.02 | 0 | 0.21 | 0.36 | 66.86 | 0.16 | 0.57 |
| Hex | 9F | A3 | 80 | 2 | 0 | 15 | 24 | 43 | 10 | 39 |
| Octal | 237 | 243 | 200 | 2 | 0 | 25 | 44 | 103 | 20 | 71 |
| Binary | 10011111 | 10100011 | 10000000 | 10 | 0 | 10101 | 100100 | 1000011 | 10000 | 111001 |
Color Harmonies of #9FA380
Complementary color
Monochromatic Colors of #9FA380
Black with #9FA380
Text Example
Text Example
White with #9FA380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA380; }
p { color: rgb(159,163,128); }
H1.HeaderClassName
{
color: #9FA380;
}
.AnyTagClassName
{
color: #9FA380;
}
</style>
background-color css
<style>
a { background-color: #9FA380; }
a { background-color: rgb(159,163,128); }
div.DivClassName
{
background-color: #9FA380;
}
.BgClassName
{
background-color: #9FA380;
}
</style>
border-color css
<style>
span { border-color: #9FA380; }
span { border-color: rgb(159,163,128); }
td.TdClassName
{
border-color: #9FA380;
}
.TagClassName
{
border-color: #9FA380;
}
</style>