Shades of Olive Green #ADB25F
Tints of Olive Green #ADB25F
RGB
CMYK
RGB Variations
Color information
#ADB25F (or 0xADB25F) is known color: Olive Green. HEX triplet: AD, B2 and 5F. RGB value is (173,178,95). Sum of RGB (Red+Green+Blue) = 173+178+95=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 178 (69.92% from 255 or 39.91% from 446); Blue value is 95 (37.5% from 255 or 21.30% from 446); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB25F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB25F is #524DA0. Grayscale: #A7A7A7. Windows color (decimal): -5393825 or 6271661. OLE color: 6271661.
HSL color Cylindrical-coordinate representation of color #ADB25F: hue angle of 63.61º degrees, saturation: 0.35, 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 #ADB25F is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 178 | 95 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.30 |
| HSL | 63.61º | 0.35% | 0.54% | - |
| HSV(B) | 63.61º | 0.47% | 0.7% | - |
| XYZ | 35.22 | 41.55 | 16.99 | - |
| YUV | 167.04 | 87.34 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 95 | 0.03 | 0 | 0.47 | 0.30 | 63.61 | 0.35 | 0.54 |
| Hex | AD | B2 | 5F | 3 | 0 | 2F | 1E | 40 | 23 | 36 |
| Octal | 255 | 262 | 137 | 3 | 0 | 57 | 36 | 100 | 43 | 66 |
| Binary | 10101101 | 10110010 | 1011111 | 11 | 0 | 101111 | 11110 | 1000000 | 100011 | 110110 |
Color Harmonies of #ADB25F
Complementary color
Monochromatic Colors of #ADB25F
Black with #ADB25F
Text Example
Text Example
White with #ADB25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB25F; }
p { color: rgb(173,178,95); }
H1.HeaderClassName
{
color: #ADB25F;
}
.AnyTagClassName
{
color: #ADB25F;
}
</style>
background-color css
<style>
a { background-color: #ADB25F; }
a { background-color: rgb(173,178,95); }
div.DivClassName
{
background-color: #ADB25F;
}
.BgClassName
{
background-color: #ADB25F;
}
</style>
border-color css
<style>
span { border-color: #ADB25F; }
span { border-color: rgb(173,178,95); }
td.TdClassName
{
border-color: #ADB25F;
}
.TagClassName
{
border-color: #ADB25F;
}
</style>