Shades of Olive Green #ADB35F
Tints of Olive Green #ADB35F
RGB
CMYK
RGB Variations
Color information
#ADB35F (or 0xADB35F) is known color: Olive Green. HEX triplet: AD, B3 and 5F. RGB value is (173,179,95). Sum of RGB (Red+Green+Blue) = 173+179+95=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 95 (37.5% from 255 or 21.25% from 447); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB35F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB35F is #524CA0. Grayscale: #A7A7A7. Windows color (decimal): -5393569 or 6271917. OLE color: 6271917.
HSL color Cylindrical-coordinate representation of color #ADB35F: hue angle of 64.29º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADB35F is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 95 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.30 |
| HSL | 64.29º | 0.36% | 0.54% | - |
| HSV(B) | 64.29º | 0.47% | 0.7% | - |
| XYZ | 35.42 | 41.95 | 17.06 | - |
| YUV | 167.63 | 87.01 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 95 | 0.03 | 0 | 0.47 | 0.30 | 64.29 | 0.36 | 0.54 |
| Hex | AD | B3 | 5F | 3 | 0 | 2F | 1E | 40 | 24 | 36 |
| Octal | 255 | 263 | 137 | 3 | 0 | 57 | 36 | 100 | 44 | 66 |
| Binary | 10101101 | 10110011 | 1011111 | 11 | 0 | 101111 | 11110 | 1000000 | 100100 | 110110 |
Color Harmonies of #ADB35F
Complementary color
Monochromatic Colors of #ADB35F
Black with #ADB35F
Text Example
Text Example
White with #ADB35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB35F; }
p { color: rgb(173,179,95); }
H1.HeaderClassName
{
color: #ADB35F;
}
.AnyTagClassName
{
color: #ADB35F;
}
</style>
background-color css
<style>
a { background-color: #ADB35F; }
a { background-color: rgb(173,179,95); }
div.DivClassName
{
background-color: #ADB35F;
}
.BgClassName
{
background-color: #ADB35F;
}
</style>
border-color css
<style>
span { border-color: #ADB35F; }
span { border-color: rgb(173,179,95); }
td.TdClassName
{
border-color: #ADB35F;
}
.TagClassName
{
border-color: #ADB35F;
}
</style>