Shades of Locust #9DA080
Tints of Locust #9DA080
RGB
CMYK
RGB Variations
Color information
#9DA080 (or 0x9DA080) is known color: Locust. HEX triplet: 9D, A0 and 80. RGB value is (157,160,128). Sum of RGB (Red+Green+Blue) = 157+160+128=445 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.28% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 128 (50.39% from 255 or 28.76% from 445); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA080 is #625F7F. Grayscale: #9B9B9B. Windows color (decimal): -6446976 or 8429725. OLE color: 8429725.
HSL color Cylindrical-coordinate representation of color #9DA080: hue angle of 65.62º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9DA080 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 160 | 128 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.37 |
| HSL | 65.63º | 0.14% | 0.56% | - |
| HSV(B) | 65.63º | 0.2% | 0.63% | - |
| XYZ | 30.37 | 33.87 | 25.36 | - |
| YUV | 155.46 | 112.51 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 160 | 128 | 0.02 | 0 | 0.20 | 0.37 | 65.63 | 0.14 | 0.56 |
| Hex | 9D | A0 | 80 | 2 | 0 | 14 | 25 | 42 | E | 38 |
| Octal | 235 | 240 | 200 | 2 | 0 | 24 | 45 | 102 | 16 | 70 |
| Binary | 10011101 | 10100000 | 10000000 | 10 | 0 | 10100 | 100101 | 1000010 | 1110 | 111000 |
Color Harmonies of #9DA080
Complementary color
Monochromatic Colors of #9DA080
Black with #9DA080
Text Example
Text Example
White with #9DA080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA080; }
p { color: rgb(157,160,128); }
H1.HeaderClassName
{
color: #9DA080;
}
.AnyTagClassName
{
color: #9DA080;
}
</style>
background-color css
<style>
a { background-color: #9DA080; }
a { background-color: rgb(157,160,128); }
div.DivClassName
{
background-color: #9DA080;
}
.BgClassName
{
background-color: #9DA080;
}
</style>
border-color css
<style>
span { border-color: #9DA080; }
span { border-color: rgb(157,160,128); }
td.TdClassName
{
border-color: #9DA080;
}
.TagClassName
{
border-color: #9DA080;
}
</style>