Shades of Olive Green #ADB25A
Tints of Olive Green #ADB25A
RGB
CMYK
RGB Variations
Color information
#ADB25A (or 0xADB25A) is known color: Olive Green. HEX triplet: AD, B2 and 5A. RGB value is (173,178,90). Sum of RGB (Red+Green+Blue) = 173+178+90=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 90 (35.55% from 255 or 20.41% from 441); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB25A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB25A is #524DA5. Grayscale: #A6A6A6. Windows color (decimal): -5393830 or 5943981. OLE color: 5943981.
HSL color Cylindrical-coordinate representation of color #ADB25A: hue angle of 63.41º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADB25A is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 178 | 90 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.30 |
| HSL | 63.41º | 0.36% | 0.53% | - |
| HSV(B) | 63.41º | 0.49% | 0.7% | - |
| XYZ | 35 | 41.46 | 15.83 | - |
| YUV | 166.47 | 84.84 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 90 | 0.03 | 0 | 0.49 | 0.30 | 63.41 | 0.36 | 0.53 |
| Hex | AD | B2 | 5A | 3 | 0 | 31 | 1E | 3F | 24 | 35 |
| Octal | 255 | 262 | 132 | 3 | 0 | 61 | 36 | 77 | 44 | 65 |
| Binary | 10101101 | 10110010 | 1011010 | 11 | 0 | 110001 | 11110 | 111111 | 100100 | 110101 |
Color Harmonies of #ADB25A
Complementary color
Monochromatic Colors of #ADB25A
Black with #ADB25A
Text Example
Text Example
White with #ADB25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB25A; }
p { color: rgb(173,178,90); }
H1.HeaderClassName
{
color: #ADB25A;
}
.AnyTagClassName
{
color: #ADB25A;
}
</style>
background-color css
<style>
a { background-color: #ADB25A; }
a { background-color: rgb(173,178,90); }
div.DivClassName
{
background-color: #ADB25A;
}
.BgClassName
{
background-color: #ADB25A;
}
</style>
border-color css
<style>
span { border-color: #ADB25A; }
span { border-color: rgb(173,178,90); }
td.TdClassName
{
border-color: #ADB25A;
}
.TagClassName
{
border-color: #ADB25A;
}
</style>