Shades of Olive Green #ADB55F
Tints of Olive Green #ADB55F
RGB
CMYK
RGB Variations
Color information
#ADB55F (or 0xADB55F) is known color: Olive Green. HEX triplet: AD, B5 and 5F. RGB value is (173,181,95). Sum of RGB (Red+Green+Blue) = 173+181+95=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 181 (71.09% from 255 or 40.31% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB55F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB55F is #524AA0. Grayscale: #A9A9A9. Windows color (decimal): -5393057 or 6272429. OLE color: 6272429.
HSL color Cylindrical-coordinate representation of color #ADB55F: hue angle of 65.58º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADB55F is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 95 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.29 |
| HSL | 65.58º | 0.37% | 0.54% | - |
| HSV(B) | 65.58º | 0.48% | 0.71% | - |
| XYZ | 35.82 | 42.76 | 17.19 | - |
| YUV | 168.8 | 86.35 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 95 | 0.04 | 0 | 0.48 | 0.29 | 65.58 | 0.37 | 0.54 |
| Hex | AD | B5 | 5F | 4 | 0 | 30 | 1D | 42 | 25 | 36 |
| Octal | 255 | 265 | 137 | 4 | 0 | 60 | 35 | 102 | 45 | 66 |
| Binary | 10101101 | 10110101 | 1011111 | 100 | 0 | 110000 | 11101 | 1000010 | 100101 | 110110 |
Color Harmonies of #ADB55F
Complementary color
Monochromatic Colors of #ADB55F
Black with #ADB55F
Text Example
Text Example
White with #ADB55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB55F; }
p { color: rgb(173,181,95); }
H1.HeaderClassName
{
color: #ADB55F;
}
.AnyTagClassName
{
color: #ADB55F;
}
</style>
background-color css
<style>
a { background-color: #ADB55F; }
a { background-color: rgb(173,181,95); }
div.DivClassName
{
background-color: #ADB55F;
}
.BgClassName
{
background-color: #ADB55F;
}
</style>
border-color css
<style>
span { border-color: #ADB55F; }
span { border-color: rgb(173,181,95); }
td.TdClassName
{
border-color: #ADB55F;
}
.TagClassName
{
border-color: #ADB55F;
}
</style>