Shades of Green Spring #ADB697
Tints of Green Spring #ADB697
RGB
CMYK
RGB Variations
Color information
#ADB697 (or 0xADB697) is known color: Green Spring. HEX triplet: AD, B6 and 97. RGB value is (173,182,151). Sum of RGB (Red+Green+Blue) = 173+182+151=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 182 (71.48% from 255 or 35.97% from 506); Blue value is 151 (59.38% from 255 or 29.84% from 506); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB697 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB697 is #524968. Grayscale: #AFAFAF. Windows color (decimal): -5392745 or 9942701. OLE color: 9942701.
HSL color Cylindrical-coordinate representation of color #ADB697: hue angle of 77.42º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADB697 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 182 | 151 | - |
| CMYK | 0.05 | 0 | 0.17 | 0.29 |
| HSL | 77.42º | 0.18% | 0.65% | - |
| HSV(B) | 77.42º | 0.17% | 0.71% | - |
| XYZ | 39.55 | 44.57 | 35.8 | - |
| YUV | 175.78 | 114.02 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 182 | 151 | 0.05 | 0 | 0.17 | 0.29 | 77.42 | 0.18 | 0.65 |
| Hex | AD | B6 | 97 | 5 | 0 | 11 | 1D | 4D | 12 | 41 |
| Octal | 255 | 266 | 227 | 5 | 0 | 21 | 35 | 115 | 22 | 101 |
| Binary | 10101101 | 10110110 | 10010111 | 101 | 0 | 10001 | 11101 | 1001101 | 10010 | 1000001 |
Color Harmonies of #ADB697
Complementary color
Monochromatic Colors of #ADB697
Black with #ADB697
Text Example
Text Example
White with #ADB697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB697; }
p { color: rgb(173,182,151); }
H1.HeaderClassName
{
color: #ADB697;
}
.AnyTagClassName
{
color: #ADB697;
}
</style>
background-color css
<style>
a { background-color: #ADB697; }
a { background-color: rgb(173,182,151); }
div.DivClassName
{
background-color: #ADB697;
}
.BgClassName
{
background-color: #ADB697;
}
</style>
border-color css
<style>
span { border-color: #ADB697; }
span { border-color: rgb(173,182,151); }
td.TdClassName
{
border-color: #ADB697;
}
.TagClassName
{
border-color: #ADB697;
}
</style>