Shades of Green Spring #ADB78E
Tints of Green Spring #ADB78E
RGB
CMYK
RGB Variations
Color information
#ADB78E (or 0xADB78E) is known color: Green Spring. HEX triplet: AD, B7 and 8E. RGB value is (173,183,142). Sum of RGB (Red+Green+Blue) = 173+183+142=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 183 (71.88% from 255 or 36.75% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB78E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB78E is #524871. Grayscale: #AFAFAF. Windows color (decimal): -5392498 or 9353133. OLE color: 9353133.
HSL color Cylindrical-coordinate representation of color #ADB78E: hue angle of 74.63º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADB78E is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 142 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.28 |
| HSL | 74.63º | 0.22% | 0.64% | - |
| HSV(B) | 74.63º | 0.22% | 0.72% | - |
| XYZ | 39.05 | 44.7 | 32.16 | - |
| YUV | 175.34 | 109.19 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 142 | 0.05 | 0 | 0.22 | 0.28 | 74.63 | 0.22 | 0.64 |
| Hex | AD | B7 | 8E | 5 | 0 | 16 | 1C | 4B | 16 | 40 |
| Octal | 255 | 267 | 216 | 5 | 0 | 26 | 34 | 113 | 26 | 100 |
| Binary | 10101101 | 10110111 | 10001110 | 101 | 0 | 10110 | 11100 | 1001011 | 10110 | 1000000 |
Color Harmonies of #ADB78E
Complementary color
Monochromatic Colors of #ADB78E
Black with #ADB78E
Text Example
Text Example
White with #ADB78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB78E; }
p { color: rgb(173,183,142); }
H1.HeaderClassName
{
color: #ADB78E;
}
.AnyTagClassName
{
color: #ADB78E;
}
</style>
background-color css
<style>
a { background-color: #ADB78E; }
a { background-color: rgb(173,183,142); }
div.DivClassName
{
background-color: #ADB78E;
}
.BgClassName
{
background-color: #ADB78E;
}
</style>
border-color css
<style>
span { border-color: #ADB78E; }
span { border-color: rgb(173,183,142); }
td.TdClassName
{
border-color: #ADB78E;
}
.TagClassName
{
border-color: #ADB78E;
}
</style>