Shades of Olive Green #ADB05D
Tints of Olive Green #ADB05D
RGB
CMYK
RGB Variations
Color information
#ADB05D (or 0xADB05D) is known color: Olive Green. HEX triplet: AD, B0 and 5D. RGB value is (173,176,93). Sum of RGB (Red+Green+Blue) = 173+176+93=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 176 (69.14% from 255 or 39.82% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB05D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB05D is #524FA2. Grayscale: #A5A5A5. Windows color (decimal): -5394339 or 6140077. OLE color: 6140077.
HSL color Cylindrical-coordinate representation of color #ADB05D: hue angle of 62.17º degrees, saturation: 0.34, 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 #ADB05D is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 176 | 93 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.31 |
| HSL | 62.17º | 0.34% | 0.53% | - |
| HSV(B) | 62.17º | 0.47% | 0.69% | - |
| XYZ | 34.73 | 40.73 | 16.39 | - |
| YUV | 165.64 | 87.01 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 93 | 0.02 | 0 | 0.47 | 0.31 | 62.17 | 0.34 | 0.53 |
| Hex | AD | B0 | 5D | 2 | 0 | 2F | 1F | 3E | 22 | 35 |
| Octal | 255 | 260 | 135 | 2 | 0 | 57 | 37 | 76 | 42 | 65 |
| Binary | 10101101 | 10110000 | 1011101 | 10 | 0 | 101111 | 11111 | 111110 | 100010 | 110101 |
Color Harmonies of #ADB05D
Complementary color
Monochromatic Colors of #ADB05D
Black with #ADB05D
Text Example
Text Example
White with #ADB05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB05D; }
p { color: rgb(173,176,93); }
H1.HeaderClassName
{
color: #ADB05D;
}
.AnyTagClassName
{
color: #ADB05D;
}
</style>
background-color css
<style>
a { background-color: #ADB05D; }
a { background-color: rgb(173,176,93); }
div.DivClassName
{
background-color: #ADB05D;
}
.BgClassName
{
background-color: #ADB05D;
}
</style>
border-color css
<style>
span { border-color: #ADB05D; }
span { border-color: rgb(173,176,93); }
td.TdClassName
{
border-color: #ADB05D;
}
.TagClassName
{
border-color: #ADB05D;
}
</style>