Shades of Green Spring #ADB78D
Tints of Green Spring #ADB78D
RGB
CMYK
RGB Variations
Color information
#ADB78D (or 0xADB78D) is known color: Green Spring. HEX triplet: AD, B7 and 8D. RGB value is (173,183,141). Sum of RGB (Red+Green+Blue) = 173+183+141=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 183 (71.88% from 255 or 36.82% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB78D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB78D is #524872. Grayscale: #AFAFAF. Windows color (decimal): -5392499 or 9287597. OLE color: 9287597.
HSL color Cylindrical-coordinate representation of color #ADB78D: hue angle of 74.29º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADB78D is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 141 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.28 |
| HSL | 74.29º | 0.23% | 0.64% | - |
| HSV(B) | 74.29º | 0.23% | 0.72% | - |
| XYZ | 38.97 | 44.67 | 31.77 | - |
| YUV | 175.22 | 108.69 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 141 | 0.05 | 0 | 0.23 | 0.28 | 74.29 | 0.23 | 0.64 |
| Hex | AD | B7 | 8D | 5 | 0 | 17 | 1C | 4A | 17 | 40 |
| Octal | 255 | 267 | 215 | 5 | 0 | 27 | 34 | 112 | 27 | 100 |
| Binary | 10101101 | 10110111 | 10001101 | 101 | 0 | 10111 | 11100 | 1001010 | 10111 | 1000000 |
Color Harmonies of #ADB78D
Complementary color
Monochromatic Colors of #ADB78D
Black with #ADB78D
Text Example
Text Example
White with #ADB78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB78D; }
p { color: rgb(173,183,141); }
H1.HeaderClassName
{
color: #ADB78D;
}
.AnyTagClassName
{
color: #ADB78D;
}
</style>
background-color css
<style>
a { background-color: #ADB78D; }
a { background-color: rgb(173,183,141); }
div.DivClassName
{
background-color: #ADB78D;
}
.BgClassName
{
background-color: #ADB78D;
}
</style>
border-color css
<style>
span { border-color: #ADB78D; }
span { border-color: rgb(173,183,141); }
td.TdClassName
{
border-color: #ADB78D;
}
.TagClassName
{
border-color: #ADB78D;
}
</style>