Shades of Locust #9DA27F
Tints of Locust #9DA27F
RGB
CMYK
RGB Variations
Color information
#9DA27F (or 0x9DA27F) is known color: Locust. HEX triplet: 9D, A2 and 7F. RGB value is (157,162,127). Sum of RGB (Red+Green+Blue) = 157+162+127=446 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.20% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 162 - color contains mainly: green. Hex color #9DA27F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA27F is #625D80. Grayscale: #9C9C9C. Windows color (decimal): -6446465 or 8364701. OLE color: 8364701.
HSL color Cylindrical-coordinate representation of color #9DA27F: hue angle of 68.57º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DA27F is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 162 | 127 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.36 |
| HSL | 68.57º | 0.16% | 0.57% | - |
| HSV(B) | 68.57º | 0.22% | 0.64% | - |
| XYZ | 30.66 | 34.54 | 25.13 | - |
| YUV | 156.52 | 111.34 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 162 | 127 | 0.03 | 0 | 0.22 | 0.36 | 68.57 | 0.16 | 0.57 |
| Hex | 9D | A2 | 7F | 3 | 0 | 16 | 24 | 45 | 10 | 39 |
| Octal | 235 | 242 | 177 | 3 | 0 | 26 | 44 | 105 | 20 | 71 |
| Binary | 10011101 | 10100010 | 1111111 | 11 | 0 | 10110 | 100100 | 1000101 | 10000 | 111001 |
Color Harmonies of #9DA27F
Complementary color
Monochromatic Colors of #9DA27F
Black with #9DA27F
Text Example
Text Example
White with #9DA27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA27F; }
p { color: rgb(157,162,127); }
H1.HeaderClassName
{
color: #9DA27F;
}
.AnyTagClassName
{
color: #9DA27F;
}
</style>
background-color css
<style>
a { background-color: #9DA27F; }
a { background-color: rgb(157,162,127); }
div.DivClassName
{
background-color: #9DA27F;
}
.BgClassName
{
background-color: #9DA27F;
}
</style>
border-color css
<style>
span { border-color: #9DA27F; }
span { border-color: rgb(157,162,127); }
td.TdClassName
{
border-color: #9DA27F;
}
.TagClassName
{
border-color: #9DA27F;
}
</style>