Shades of Olive Green #ADAB4F
Tints of Olive Green #ADAB4F
RGB
CMYK
RGB Variations
Color information
#ADAB4F (or 0xADAB4F) is known color: Olive Green. HEX triplet: AD, AB and 4F. RGB value is (173,171,79). Sum of RGB (Red+Green+Blue) = 173+171+79=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 79 (31.25% from 255 or 18.68% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB4F is #5254B0. Grayscale: #A1A1A1. Windows color (decimal): -5395633 or 5221293. OLE color: 5221293.
HSL color Cylindrical-coordinate representation of color #ADAB4F: hue angle of 58.72º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADAB4F is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 79 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.32 |
| HSL | 58.72º | 0.37% | 0.49% | - |
| HSV(B) | 58.72º | 0.54% | 0.68% | - |
| XYZ | 33.21 | 38.57 | 13.09 | - |
| YUV | 161.11 | 81.66 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 79 | 0 | 0.01 | 0.54 | 0.32 | 58.72 | 0.37 | 0.49 |
| Hex | AD | AB | 4F | 0 | 1 | 36 | 20 | 3B | 25 | 31 |
| Octal | 255 | 253 | 117 | 0 | 1 | 66 | 40 | 73 | 45 | 61 |
| Binary | 10101101 | 10101011 | 1001111 | 0 | 1 | 110110 | 100000 | 111011 | 100101 | 110001 |
Color Harmonies of #ADAB4F
Complementary color
Monochromatic Colors of #ADAB4F
Black with #ADAB4F
Text Example
Text Example
White with #ADAB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB4F; }
p { color: rgb(173,171,79); }
H1.HeaderClassName
{
color: #ADAB4F;
}
.AnyTagClassName
{
color: #ADAB4F;
}
</style>
background-color css
<style>
a { background-color: #ADAB4F; }
a { background-color: rgb(173,171,79); }
div.DivClassName
{
background-color: #ADAB4F;
}
.BgClassName
{
background-color: #ADAB4F;
}
</style>
border-color css
<style>
span { border-color: #ADAB4F; }
span { border-color: rgb(173,171,79); }
td.TdClassName
{
border-color: #ADAB4F;
}
.TagClassName
{
border-color: #ADAB4F;
}
</style>