Shades of Olive Green #ADB55D
Tints of Olive Green #ADB55D
RGB
CMYK
RGB Variations
Color information
#ADB55D (or 0xADB55D) is known color: Olive Green. HEX triplet: AD, B5 and 5D. RGB value is (173,181,93). Sum of RGB (Red+Green+Blue) = 173+181+93=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 181 (71.09% from 255 or 40.49% from 447); Blue value is 93 (36.72% from 255 or 20.81% from 447); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB55D is #524AA2. Grayscale: #A8A8A8. Windows color (decimal): -5393059 or 6141357. OLE color: 6141357.
HSL color Cylindrical-coordinate representation of color #ADB55D: hue angle of 65.45º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADB55D is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 93 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.29 |
| HSL | 65.45º | 0.37% | 0.54% | - |
| HSV(B) | 65.45º | 0.49% | 0.71% | - |
| XYZ | 35.73 | 42.72 | 16.72 | - |
| YUV | 168.58 | 85.35 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 93 | 0.04 | 0 | 0.49 | 0.29 | 65.45 | 0.37 | 0.54 |
| Hex | AD | B5 | 5D | 4 | 0 | 31 | 1D | 41 | 25 | 36 |
| Octal | 255 | 265 | 135 | 4 | 0 | 61 | 35 | 101 | 45 | 66 |
| Binary | 10101101 | 10110101 | 1011101 | 100 | 0 | 110001 | 11101 | 1000001 | 100101 | 110110 |
Color Harmonies of #ADB55D
Complementary color
Monochromatic Colors of #ADB55D
Black with #ADB55D
Text Example
Text Example
White with #ADB55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB55D; }
p { color: rgb(173,181,93); }
H1.HeaderClassName
{
color: #ADB55D;
}
.AnyTagClassName
{
color: #ADB55D;
}
</style>
background-color css
<style>
a { background-color: #ADB55D; }
a { background-color: rgb(173,181,93); }
div.DivClassName
{
background-color: #ADB55D;
}
.BgClassName
{
background-color: #ADB55D;
}
</style>
border-color css
<style>
span { border-color: #ADB55D; }
span { border-color: rgb(173,181,93); }
td.TdClassName
{
border-color: #ADB55D;
}
.TagClassName
{
border-color: #ADB55D;
}
</style>