Shades of Olive Green #ADB56D
Tints of Olive Green #ADB56D
RGB
CMYK
RGB Variations
Color information
#ADB56D (or 0xADB56D) is known color: Olive Green. HEX triplet: AD, B5 and 6D. RGB value is (173,181,109). Sum of RGB (Red+Green+Blue) = 173+181+109=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 181 (71.09% from 255 or 39.09% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB56D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB56D is #524A92. Grayscale: #AAAAAA. Windows color (decimal): -5393043 or 7189933. OLE color: 7189933.
HSL color Cylindrical-coordinate representation of color #ADB56D: hue angle of 66.67º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADB56D is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 109 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.29 |
| HSL | 66.67º | 0.33% | 0.57% | - |
| HSV(B) | 66.67º | 0.4% | 0.71% | - |
| XYZ | 36.52 | 43.04 | 20.85 | - |
| YUV | 170.4 | 93.35 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 109 | 0.04 | 0 | 0.40 | 0.29 | 66.67 | 0.33 | 0.57 |
| Hex | AD | B5 | 6D | 4 | 0 | 28 | 1D | 43 | 21 | 39 |
| Octal | 255 | 265 | 155 | 4 | 0 | 50 | 35 | 103 | 41 | 71 |
| Binary | 10101101 | 10110101 | 1101101 | 100 | 0 | 101000 | 11101 | 1000011 | 100001 | 111001 |
Color Harmonies of #ADB56D
Complementary color
Monochromatic Colors of #ADB56D
Black with #ADB56D
Text Example
Text Example
White with #ADB56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB56D; }
p { color: rgb(173,181,109); }
H1.HeaderClassName
{
color: #ADB56D;
}
.AnyTagClassName
{
color: #ADB56D;
}
</style>
background-color css
<style>
a { background-color: #ADB56D; }
a { background-color: rgb(173,181,109); }
div.DivClassName
{
background-color: #ADB56D;
}
.BgClassName
{
background-color: #ADB56D;
}
</style>
border-color css
<style>
span { border-color: #ADB56D; }
span { border-color: rgb(173,181,109); }
td.TdClassName
{
border-color: #ADB56D;
}
.TagClassName
{
border-color: #ADB56D;
}
</style>