Shades of Green Spring #ADB79C
Tints of Green Spring #ADB79C
RGB
CMYK
RGB Variations
Color information
#ADB79C (or 0xADB79C) is known color: Green Spring. HEX triplet: AD, B7 and 9C. RGB value is (173,183,156). Sum of RGB (Red+Green+Blue) = 173+183+156=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 156 (61.33% from 255 or 30.47% from 512); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB79C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB79C is #524863. Grayscale: #B1B1B1. Windows color (decimal): -5392484 or 10270637. OLE color: 10270637.
HSL color Cylindrical-coordinate representation of color #ADB79C: hue angle of 82.22º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADB79C is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 156 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.28 |
| HSL | 82.22º | 0.16% | 0.66% | - |
| HSV(B) | 82.22º | 0.15% | 0.72% | - |
| XYZ | 40.17 | 45.15 | 38.05 | - |
| YUV | 176.93 | 116.19 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 156 | 0.05 | 0 | 0.15 | 0.28 | 82.22 | 0.16 | 0.66 |
| Hex | AD | B7 | 9C | 5 | 0 | F | 1C | 52 | 10 | 42 |
| Octal | 255 | 267 | 234 | 5 | 0 | 17 | 34 | 122 | 20 | 102 |
| Binary | 10101101 | 10110111 | 10011100 | 101 | 0 | 1111 | 11100 | 1010010 | 10000 | 1000010 |
Color Harmonies of #ADB79C
Complementary color
Monochromatic Colors of #ADB79C
Black with #ADB79C
Text Example
Text Example
White with #ADB79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB79C; }
p { color: rgb(173,183,156); }
H1.HeaderClassName
{
color: #ADB79C;
}
.AnyTagClassName
{
color: #ADB79C;
}
</style>
background-color css
<style>
a { background-color: #ADB79C; }
a { background-color: rgb(173,183,156); }
div.DivClassName
{
background-color: #ADB79C;
}
.BgClassName
{
background-color: #ADB79C;
}
</style>
border-color css
<style>
span { border-color: #ADB79C; }
span { border-color: rgb(173,183,156); }
td.TdClassName
{
border-color: #ADB79C;
}
.TagClassName
{
border-color: #ADB79C;
}
</style>