Shades of Green Spring #ADB79D
Tints of Green Spring #ADB79D
RGB
CMYK
RGB Variations
Color information
#ADB79D (or 0xADB79D) is known color: Green Spring. HEX triplet: AD, B7 and 9D. RGB value is (173,183,157). Sum of RGB (Red+Green+Blue) = 173+183+157=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 183 (71.88% from 255 or 35.67% from 513); Blue value is 157 (61.72% from 255 or 30.60% from 513); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB79D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB79D is #524862. Grayscale: #B1B1B1. Windows color (decimal): -5392483 or 10336173. OLE color: 10336173.
HSL color Cylindrical-coordinate representation of color #ADB79D: hue angle of 83.08º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADB79D is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 157 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.28 |
| HSL | 83.08º | 0.15% | 0.67% | - |
| HSV(B) | 83.08º | 0.14% | 0.72% | - |
| XYZ | 40.25 | 45.19 | 38.5 | - |
| YUV | 177.05 | 116.69 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 157 | 0.05 | 0 | 0.14 | 0.28 | 83.08 | 0.15 | 0.67 |
| Hex | AD | B7 | 9D | 5 | 0 | E | 1C | 53 | F | 43 |
| Octal | 255 | 267 | 235 | 5 | 0 | 16 | 34 | 123 | 17 | 103 |
| Binary | 10101101 | 10110111 | 10011101 | 101 | 0 | 1110 | 11100 | 1010011 | 1111 | 1000011 |
Color Harmonies of #ADB79D
Complementary color
Monochromatic Colors of #ADB79D
Black with #ADB79D
Text Example
Text Example
White with #ADB79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB79D; }
p { color: rgb(173,183,157); }
H1.HeaderClassName
{
color: #ADB79D;
}
.AnyTagClassName
{
color: #ADB79D;
}
</style>
background-color css
<style>
a { background-color: #ADB79D; }
a { background-color: rgb(173,183,157); }
div.DivClassName
{
background-color: #ADB79D;
}
.BgClassName
{
background-color: #ADB79D;
}
</style>
border-color css
<style>
span { border-color: #ADB79D; }
span { border-color: rgb(173,183,157); }
td.TdClassName
{
border-color: #ADB79D;
}
.TagClassName
{
border-color: #ADB79D;
}
</style>