Shades of Olive Green #ADB357
Tints of Olive Green #ADB357
RGB
CMYK
RGB Variations
Color information
#ADB357 (or 0xADB357) is known color: Olive Green. HEX triplet: AD, B3 and 57. RGB value is (173,179,87). Sum of RGB (Red+Green+Blue) = 173+179+87=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 179 (70.31% from 255 or 40.77% from 439); Blue value is 87 (34.38% from 255 or 19.82% from 439); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB357 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB357 is #524CA8. Grayscale: #A7A7A7. Windows color (decimal): -5393577 or 5747629. OLE color: 5747629.
HSL color Cylindrical-coordinate representation of color #ADB357: hue angle of 63.91º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADB357 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 87 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.30 |
| HSL | 63.91º | 0.38% | 0.52% | - |
| HSV(B) | 63.91º | 0.51% | 0.7% | - |
| XYZ | 35.07 | 41.81 | 15.24 | - |
| YUV | 166.72 | 83.01 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 87 | 0.03 | 0 | 0.51 | 0.30 | 63.91 | 0.38 | 0.52 |
| Hex | AD | B3 | 57 | 3 | 0 | 33 | 1E | 40 | 26 | 34 |
| Octal | 255 | 263 | 127 | 3 | 0 | 63 | 36 | 100 | 46 | 64 |
| Binary | 10101101 | 10110011 | 1010111 | 11 | 0 | 110011 | 11110 | 1000000 | 100110 | 110100 |
Color Harmonies of #ADB357
Complementary color
Monochromatic Colors of #ADB357
Black with #ADB357
Text Example
Text Example
White with #ADB357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB357; }
p { color: rgb(173,179,87); }
H1.HeaderClassName
{
color: #ADB357;
}
.AnyTagClassName
{
color: #ADB357;
}
</style>
background-color css
<style>
a { background-color: #ADB357; }
a { background-color: rgb(173,179,87); }
div.DivClassName
{
background-color: #ADB357;
}
.BgClassName
{
background-color: #ADB357;
}
</style>
border-color css
<style>
span { border-color: #ADB357; }
span { border-color: rgb(173,179,87); }
td.TdClassName
{
border-color: #ADB357;
}
.TagClassName
{
border-color: #ADB357;
}
</style>