Shades of Olive Green #ADB15D
Tints of Olive Green #ADB15D
RGB
CMYK
RGB Variations
Color information
#ADB15D (or 0xADB15D) is known color: Olive Green. HEX triplet: AD, B1 and 5D. RGB value is (173,177,93). Sum of RGB (Red+Green+Blue) = 173+177+93=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 177 (69.53% from 255 or 39.95% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB15D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB15D is #524EA2. Grayscale: #A6A6A6. Windows color (decimal): -5394083 or 6140333. OLE color: 6140333.
HSL color Cylindrical-coordinate representation of color #ADB15D: hue angle of 62.86º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADB15D is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 93 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.31 |
| HSL | 62.86º | 0.35% | 0.53% | - |
| HSV(B) | 62.86º | 0.47% | 0.69% | - |
| XYZ | 34.93 | 41.12 | 16.45 | - |
| YUV | 166.23 | 86.67 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 93 | 0.02 | 0 | 0.47 | 0.31 | 62.86 | 0.35 | 0.53 |
| Hex | AD | B1 | 5D | 2 | 0 | 2F | 1F | 3F | 23 | 35 |
| Octal | 255 | 261 | 135 | 2 | 0 | 57 | 37 | 77 | 43 | 65 |
| Binary | 10101101 | 10110001 | 1011101 | 10 | 0 | 101111 | 11111 | 111111 | 100011 | 110101 |
Color Harmonies of #ADB15D
Complementary color
Monochromatic Colors of #ADB15D
Black with #ADB15D
Text Example
Text Example
White with #ADB15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB15D; }
p { color: rgb(173,177,93); }
H1.HeaderClassName
{
color: #ADB15D;
}
.AnyTagClassName
{
color: #ADB15D;
}
</style>
background-color css
<style>
a { background-color: #ADB15D; }
a { background-color: rgb(173,177,93); }
div.DivClassName
{
background-color: #ADB15D;
}
.BgClassName
{
background-color: #ADB15D;
}
</style>
border-color css
<style>
span { border-color: #ADB15D; }
span { border-color: rgb(173,177,93); }
td.TdClassName
{
border-color: #ADB15D;
}
.TagClassName
{
border-color: #ADB15D;
}
</style>