Shades of Locust #9DA081
Tints of Locust #9DA081
RGB
CMYK
RGB Variations
Color information
#9DA081 (or 0x9DA081) is known color: Locust. HEX triplet: 9D, A0 and 81. RGB value is (157,160,129). Sum of RGB (Red+Green+Blue) = 157+160+129=446 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.20% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 129 (50.78% from 255 or 28.92% from 446); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA081 is #625F7E. Grayscale: #9B9B9B. Windows color (decimal): -6446975 or 8495261. OLE color: 8495261.
HSL color Cylindrical-coordinate representation of color #9DA081: hue angle of 65.81º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9DA081 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 160 | 129 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.37 |
| HSL | 65.81º | 0.14% | 0.57% | - |
| HSV(B) | 65.81º | 0.19% | 0.63% | - |
| XYZ | 30.44 | 33.89 | 25.71 | - |
| YUV | 155.57 | 113.01 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 160 | 129 | 0.02 | 0 | 0.19 | 0.37 | 65.81 | 0.14 | 0.57 |
| Hex | 9D | A0 | 81 | 2 | 0 | 13 | 25 | 42 | E | 39 |
| Octal | 235 | 240 | 201 | 2 | 0 | 23 | 45 | 102 | 16 | 71 |
| Binary | 10011101 | 10100000 | 10000001 | 10 | 0 | 10011 | 100101 | 1000010 | 1110 | 111001 |
Color Harmonies of #9DA081
Complementary color
Monochromatic Colors of #9DA081
Black with #9DA081
Text Example
Text Example
White with #9DA081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA081; }
p { color: rgb(157,160,129); }
H1.HeaderClassName
{
color: #9DA081;
}
.AnyTagClassName
{
color: #9DA081;
}
</style>
background-color css
<style>
a { background-color: #9DA081; }
a { background-color: rgb(157,160,129); }
div.DivClassName
{
background-color: #9DA081;
}
.BgClassName
{
background-color: #9DA081;
}
</style>
border-color css
<style>
span { border-color: #9DA081; }
span { border-color: rgb(157,160,129); }
td.TdClassName
{
border-color: #9DA081;
}
.TagClassName
{
border-color: #9DA081;
}
</style>