Shades of Locust #9DA17D
Tints of Locust #9DA17D
RGB
CMYK
RGB Variations
Color information
#9DA17D (or 0x9DA17D) is known color: Locust. HEX triplet: 9D, A1 and 7D. RGB value is (157,161,125). Sum of RGB (Red+Green+Blue) = 157+161+125=443 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.44% from 443); Green value is 161 (63.28% from 255 or 36.34% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA17D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA17D is #625E82. Grayscale: #9B9B9B. Windows color (decimal): -6446723 or 8233373. OLE color: 8233373.
HSL color Cylindrical-coordinate representation of color #9DA17D: hue angle of 66.67º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DA17D is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 161 | 125 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.37 |
| HSL | 66.67º | 0.16% | 0.56% | - |
| HSV(B) | 66.67º | 0.22% | 0.63% | - |
| XYZ | 30.35 | 34.14 | 24.39 | - |
| YUV | 155.7 | 110.67 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 161 | 125 | 0.02 | 0 | 0.22 | 0.37 | 66.67 | 0.16 | 0.56 |
| Hex | 9D | A1 | 7D | 2 | 0 | 16 | 25 | 43 | 10 | 38 |
| Octal | 235 | 241 | 175 | 2 | 0 | 26 | 45 | 103 | 20 | 70 |
| Binary | 10011101 | 10100001 | 1111101 | 10 | 0 | 10110 | 100101 | 1000011 | 10000 | 111000 |
Color Harmonies of #9DA17D
Complementary color
Monochromatic Colors of #9DA17D
Black with #9DA17D
Text Example
Text Example
White with #9DA17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA17D; }
p { color: rgb(157,161,125); }
H1.HeaderClassName
{
color: #9DA17D;
}
.AnyTagClassName
{
color: #9DA17D;
}
</style>
background-color css
<style>
a { background-color: #9DA17D; }
a { background-color: rgb(157,161,125); }
div.DivClassName
{
background-color: #9DA17D;
}
.BgClassName
{
background-color: #9DA17D;
}
</style>
border-color css
<style>
span { border-color: #9DA17D; }
span { border-color: rgb(157,161,125); }
td.TdClassName
{
border-color: #9DA17D;
}
.TagClassName
{
border-color: #9DA17D;
}
</style>