Shades of Olive Green #ADB761
Tints of Olive Green #ADB761
RGB
CMYK
RGB Variations
Color information
#ADB761 (or 0xADB761) is known color: Olive Green. HEX triplet: AD, B7 and 61. RGB value is (173,183,97). Sum of RGB (Red+Green+Blue) = 173+183+97=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 183 (71.88% from 255 or 40.40% from 453); Blue value is 97 (38.28% from 255 or 21.41% from 453); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB761 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB761 is #52489E. Grayscale: #AAAAAA. Windows color (decimal): -5392543 or 6404013. OLE color: 6404013.
HSL color Cylindrical-coordinate representation of color #ADB761: hue angle of 66.98º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADB761 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 97 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.28 |
| HSL | 66.98º | 0.37% | 0.55% | - |
| HSV(B) | 66.98º | 0.47% | 0.72% | - |
| XYZ | 36.32 | 43.61 | 17.81 | - |
| YUV | 170.21 | 86.69 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 97 | 0.05 | 0 | 0.47 | 0.28 | 66.98 | 0.37 | 0.55 |
| Hex | AD | B7 | 61 | 5 | 0 | 2F | 1C | 43 | 25 | 37 |
| Octal | 255 | 267 | 141 | 5 | 0 | 57 | 34 | 103 | 45 | 67 |
| Binary | 10101101 | 10110111 | 1100001 | 101 | 0 | 101111 | 11100 | 1000011 | 100101 | 110111 |
Color Harmonies of #ADB761
Complementary color
Monochromatic Colors of #ADB761
Black with #ADB761
Text Example
Text Example
White with #ADB761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB761; }
p { color: rgb(173,183,97); }
H1.HeaderClassName
{
color: #ADB761;
}
.AnyTagClassName
{
color: #ADB761;
}
</style>
background-color css
<style>
a { background-color: #ADB761; }
a { background-color: rgb(173,183,97); }
div.DivClassName
{
background-color: #ADB761;
}
.BgClassName
{
background-color: #ADB761;
}
</style>
border-color css
<style>
span { border-color: #ADB761; }
span { border-color: rgb(173,183,97); }
td.TdClassName
{
border-color: #ADB761;
}
.TagClassName
{
border-color: #ADB761;
}
</style>