Shades of Locust #9DA07A
Tints of Locust #9DA07A
RGB
CMYK
RGB Variations
Color information
#9DA07A (or 0x9DA07A) is known color: Locust. HEX triplet: 9D, A0 and 7A. RGB value is (157,160,122). Sum of RGB (Red+Green+Blue) = 157+160+122=439 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.76% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA07A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA07A is #625F85. Grayscale: #9A9A9A. Windows color (decimal): -6446982 or 8036509. OLE color: 8036509.
HSL color Cylindrical-coordinate representation of color #9DA07A: hue angle of 64.74º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9DA07A is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 160 | 122 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.37 |
| HSL | 64.74º | 0.17% | 0.55% | - |
| HSV(B) | 64.74º | 0.24% | 0.63% | - |
| XYZ | 29.99 | 33.71 | 23.34 | - |
| YUV | 154.77 | 109.51 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 160 | 122 | 0.02 | 0 | 0.24 | 0.37 | 64.74 | 0.17 | 0.55 |
| Hex | 9D | A0 | 7A | 2 | 0 | 18 | 25 | 41 | 11 | 37 |
| Octal | 235 | 240 | 172 | 2 | 0 | 30 | 45 | 101 | 21 | 67 |
| Binary | 10011101 | 10100000 | 1111010 | 10 | 0 | 11000 | 100101 | 1000001 | 10001 | 110111 |
Color Harmonies of #9DA07A
Complementary color
Monochromatic Colors of #9DA07A
Black with #9DA07A
Text Example
Text Example
White with #9DA07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA07A; }
p { color: rgb(157,160,122); }
H1.HeaderClassName
{
color: #9DA07A;
}
.AnyTagClassName
{
color: #9DA07A;
}
</style>
background-color css
<style>
a { background-color: #9DA07A; }
a { background-color: rgb(157,160,122); }
div.DivClassName
{
background-color: #9DA07A;
}
.BgClassName
{
background-color: #9DA07A;
}
</style>
border-color css
<style>
span { border-color: #9DA07A; }
span { border-color: rgb(157,160,122); }
td.TdClassName
{
border-color: #9DA07A;
}
.TagClassName
{
border-color: #9DA07A;
}
</style>