Shades of Olive Green #ADB56B
Tints of Olive Green #ADB56B
RGB
CMYK
RGB Variations
Color information
#ADB56B (or 0xADB56B) is known color: Olive Green. HEX triplet: AD, B5 and 6B. RGB value is (173,181,107). Sum of RGB (Red+Green+Blue) = 173+181+107=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 181 (71.09% from 255 or 39.26% from 461); Blue value is 107 (42.19% from 255 or 23.21% from 461); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB56B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB56B is #524A94. Grayscale: #AAAAAA. Windows color (decimal): -5393045 or 7058861. OLE color: 7058861.
HSL color Cylindrical-coordinate representation of color #ADB56B: hue angle of 66.49º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADB56B is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 107 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.29 |
| HSL | 66.49º | 0.33% | 0.56% | - |
| HSV(B) | 66.49º | 0.41% | 0.71% | - |
| XYZ | 36.41 | 42.99 | 20.29 | - |
| YUV | 170.17 | 92.35 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 107 | 0.04 | 0 | 0.41 | 0.29 | 66.49 | 0.33 | 0.56 |
| Hex | AD | B5 | 6B | 4 | 0 | 29 | 1D | 42 | 21 | 38 |
| Octal | 255 | 265 | 153 | 4 | 0 | 51 | 35 | 102 | 41 | 70 |
| Binary | 10101101 | 10110101 | 1101011 | 100 | 0 | 101001 | 11101 | 1000010 | 100001 | 111000 |
Color Harmonies of #ADB56B
Complementary color
Monochromatic Colors of #ADB56B
Black with #ADB56B
Text Example
Text Example
White with #ADB56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB56B; }
p { color: rgb(173,181,107); }
H1.HeaderClassName
{
color: #ADB56B;
}
.AnyTagClassName
{
color: #ADB56B;
}
</style>
background-color css
<style>
a { background-color: #ADB56B; }
a { background-color: rgb(173,181,107); }
div.DivClassName
{
background-color: #ADB56B;
}
.BgClassName
{
background-color: #ADB56B;
}
</style>
border-color css
<style>
span { border-color: #ADB56B; }
span { border-color: rgb(173,181,107); }
td.TdClassName
{
border-color: #ADB56B;
}
.TagClassName
{
border-color: #ADB56B;
}
</style>