Shades of Locust #9DA07C
Tints of Locust #9DA07C
RGB
CMYK
RGB Variations
Color information
#9DA07C (or 0x9DA07C) is known color: Locust. HEX triplet: 9D, A0 and 7C. RGB value is (157,160,124). Sum of RGB (Red+Green+Blue) = 157+160+124=441 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.60% from 441); Green value is 160 (62.89% from 255 or 36.28% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA07C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA07C is #625F83. Grayscale: #9B9B9B. Windows color (decimal): -6446980 or 8167581. OLE color: 8167581.
HSL color Cylindrical-coordinate representation of color #9DA07C: hue angle of 65º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DA07C is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 160 | 124 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.37 |
| HSL | 65º | 0.16% | 0.56% | - |
| HSV(B) | 65º | 0.23% | 0.63% | - |
| XYZ | 30.11 | 33.76 | 24 | - |
| YUV | 155 | 110.51 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 160 | 124 | 0.02 | 0 | 0.22 | 0.37 | 65 | 0.16 | 0.56 |
| Hex | 9D | A0 | 7C | 2 | 0 | 16 | 25 | 41 | 10 | 38 |
| Octal | 235 | 240 | 174 | 2 | 0 | 26 | 45 | 101 | 20 | 70 |
| Binary | 10011101 | 10100000 | 1111100 | 10 | 0 | 10110 | 100101 | 1000001 | 10000 | 111000 |
Color Harmonies of #9DA07C
Complementary color
Monochromatic Colors of #9DA07C
Black with #9DA07C
Text Example
Text Example
White with #9DA07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA07C; }
p { color: rgb(157,160,124); }
H1.HeaderClassName
{
color: #9DA07C;
}
.AnyTagClassName
{
color: #9DA07C;
}
</style>
background-color css
<style>
a { background-color: #9DA07C; }
a { background-color: rgb(157,160,124); }
div.DivClassName
{
background-color: #9DA07C;
}
.BgClassName
{
background-color: #9DA07C;
}
</style>
border-color css
<style>
span { border-color: #9DA07C; }
span { border-color: rgb(157,160,124); }
td.TdClassName
{
border-color: #9DA07C;
}
.TagClassName
{
border-color: #9DA07C;
}
</style>