Shades of Olive Green #ADB457
Tints of Olive Green #ADB457
RGB
CMYK
RGB Variations
Color information
#ADB457 (or 0xADB457) is known color: Olive Green. HEX triplet: AD, B4 and 57. RGB value is (173,180,87). Sum of RGB (Red+Green+Blue) = 173+180+87=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 87 (34.38% from 255 or 19.77% from 440); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB457 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB457 is #524BA8. Grayscale: #A7A7A7. Windows color (decimal): -5393321 or 5747885. OLE color: 5747885.
HSL color Cylindrical-coordinate representation of color #ADB457: hue angle of 64.52º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADB457 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 180 | 87 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.29 |
| HSL | 64.52º | 0.38% | 0.52% | - |
| HSV(B) | 64.52º | 0.52% | 0.71% | - |
| XYZ | 35.28 | 42.21 | 15.31 | - |
| YUV | 167.31 | 82.68 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 87 | 0.04 | 0 | 0.52 | 0.29 | 64.52 | 0.38 | 0.52 |
| Hex | AD | B4 | 57 | 4 | 0 | 34 | 1D | 41 | 26 | 34 |
| Octal | 255 | 264 | 127 | 4 | 0 | 64 | 35 | 101 | 46 | 64 |
| Binary | 10101101 | 10110100 | 1010111 | 100 | 0 | 110100 | 11101 | 1000001 | 100110 | 110100 |
Color Harmonies of #ADB457
Complementary color
Monochromatic Colors of #ADB457
Black with #ADB457
Text Example
Text Example
White with #ADB457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB457; }
p { color: rgb(173,180,87); }
H1.HeaderClassName
{
color: #ADB457;
}
.AnyTagClassName
{
color: #ADB457;
}
</style>
background-color css
<style>
a { background-color: #ADB457; }
a { background-color: rgb(173,180,87); }
div.DivClassName
{
background-color: #ADB457;
}
.BgClassName
{
background-color: #ADB457;
}
</style>
border-color css
<style>
span { border-color: #ADB457; }
span { border-color: rgb(173,180,87); }
td.TdClassName
{
border-color: #ADB457;
}
.TagClassName
{
border-color: #ADB457;
}
</style>