Shades of Olive Green #ADB358
Tints of Olive Green #ADB358
RGB
CMYK
RGB Variations
Color information
#ADB358 (or 0xADB358) is known color: Olive Green. HEX triplet: AD, B3 and 58. RGB value is (173,179,88). Sum of RGB (Red+Green+Blue) = 173+179+88=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 88 (34.77% from 255 or 20% from 440); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB358 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB358 is #524CA7. Grayscale: #A7A7A7. Windows color (decimal): -5393576 or 5813165. OLE color: 5813165.
HSL color Cylindrical-coordinate representation of color #ADB358: hue angle of 63.96º degrees, saturation: 0.37, 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 #ADB358 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 88 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.30 |
| HSL | 63.96º | 0.37% | 0.52% | - |
| HSV(B) | 63.96º | 0.51% | 0.7% | - |
| XYZ | 35.12 | 41.83 | 15.46 | - |
| YUV | 166.83 | 83.51 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 88 | 0.03 | 0 | 0.51 | 0.30 | 63.96 | 0.37 | 0.52 |
| Hex | AD | B3 | 58 | 3 | 0 | 33 | 1E | 40 | 25 | 34 |
| Octal | 255 | 263 | 130 | 3 | 0 | 63 | 36 | 100 | 45 | 64 |
| Binary | 10101101 | 10110011 | 1011000 | 11 | 0 | 110011 | 11110 | 1000000 | 100101 | 110100 |
Color Harmonies of #ADB358
Complementary color
Monochromatic Colors of #ADB358
Black with #ADB358
Text Example
Text Example
White with #ADB358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB358; }
p { color: rgb(173,179,88); }
H1.HeaderClassName
{
color: #ADB358;
}
.AnyTagClassName
{
color: #ADB358;
}
</style>
background-color css
<style>
a { background-color: #ADB358; }
a { background-color: rgb(173,179,88); }
div.DivClassName
{
background-color: #ADB358;
}
.BgClassName
{
background-color: #ADB358;
}
</style>
border-color css
<style>
span { border-color: #ADB358; }
span { border-color: rgb(173,179,88); }
td.TdClassName
{
border-color: #ADB358;
}
.TagClassName
{
border-color: #ADB358;
}
</style>