Shades of Olive Green #ADAF5D
Tints of Olive Green #ADAF5D
RGB
CMYK
RGB Variations
Color information
#ADAF5D (or 0xADAF5D) is known color: Olive Green. HEX triplet: AD, AF and 5D. RGB value is (173,175,93). Sum of RGB (Red+Green+Blue) = 173+175+93=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAF5D is #5250A2. Grayscale: #A5A5A5. Windows color (decimal): -5394595 or 6139821. OLE color: 6139821.
HSL color Cylindrical-coordinate representation of color #ADAF5D: hue angle of 61.46º 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 #ADAF5D is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 175 | 93 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.31 |
| HSL | 61.46º | 0.34% | 0.53% | - |
| HSV(B) | 61.46º | 0.47% | 0.69% | - |
| XYZ | 34.54 | 40.33 | 16.32 | - |
| YUV | 165.05 | 87.34 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 93 | 0.01 | 0 | 0.47 | 0.31 | 61.46 | 0.34 | 0.53 |
| Hex | AD | AF | 5D | 1 | 0 | 2F | 1F | 3D | 22 | 35 |
| Octal | 255 | 257 | 135 | 1 | 0 | 57 | 37 | 75 | 42 | 65 |
| Binary | 10101101 | 10101111 | 1011101 | 1 | 0 | 101111 | 11111 | 111101 | 100010 | 110101 |
Color Harmonies of #ADAF5D
Complementary color
Monochromatic Colors of #ADAF5D
Black with #ADAF5D
Text Example
Text Example
White with #ADAF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAF5D; }
p { color: rgb(173,175,93); }
H1.HeaderClassName
{
color: #ADAF5D;
}
.AnyTagClassName
{
color: #ADAF5D;
}
</style>
background-color css
<style>
a { background-color: #ADAF5D; }
a { background-color: rgb(173,175,93); }
div.DivClassName
{
background-color: #ADAF5D;
}
.BgClassName
{
background-color: #ADAF5D;
}
</style>
border-color css
<style>
span { border-color: #ADAF5D; }
span { border-color: rgb(173,175,93); }
td.TdClassName
{
border-color: #ADAF5D;
}
.TagClassName
{
border-color: #ADAF5D;
}
</style>