Shades of Green Spring #ADB790
Tints of Green Spring #ADB790
RGB
CMYK
RGB Variations
Color information
#ADB790 (or 0xADB790) is known color: Green Spring. HEX triplet: AD, B7 and 90. RGB value is (173,183,144). Sum of RGB (Red+Green+Blue) = 173+183+144=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 183 (71.88% from 255 or 36.6% from 500); Blue value is 144 (56.64% from 255 or 28.8% from 500); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB790 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB790 is #52486F. Grayscale: #AFAFAF. Windows color (decimal): -5392496 or 9484205. OLE color: 9484205.
HSL color Cylindrical-coordinate representation of color #ADB790: hue angle of 75.38º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADB790 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 144 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.28 |
| HSL | 75.38º | 0.21% | 0.64% | - |
| HSV(B) | 75.38º | 0.21% | 0.72% | - |
| XYZ | 39.2 | 44.76 | 32.96 | - |
| YUV | 175.56 | 110.19 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 144 | 0.05 | 0 | 0.21 | 0.28 | 75.38 | 0.21 | 0.64 |
| Hex | AD | B7 | 90 | 5 | 0 | 15 | 1C | 4B | 15 | 40 |
| Octal | 255 | 267 | 220 | 5 | 0 | 25 | 34 | 113 | 25 | 100 |
| Binary | 10101101 | 10110111 | 10010000 | 101 | 0 | 10101 | 11100 | 1001011 | 10101 | 1000000 |
Color Harmonies of #ADB790
Complementary color
Monochromatic Colors of #ADB790
Black with #ADB790
Text Example
Text Example
White with #ADB790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB790; }
p { color: rgb(173,183,144); }
H1.HeaderClassName
{
color: #ADB790;
}
.AnyTagClassName
{
color: #ADB790;
}
</style>
background-color css
<style>
a { background-color: #ADB790; }
a { background-color: rgb(173,183,144); }
div.DivClassName
{
background-color: #ADB790;
}
.BgClassName
{
background-color: #ADB790;
}
</style>
border-color css
<style>
span { border-color: #ADB790; }
span { border-color: rgb(173,183,144); }
td.TdClassName
{
border-color: #ADB790;
}
.TagClassName
{
border-color: #ADB790;
}
</style>