Shades of Olive Green #ADAB5C
Tints of Olive Green #ADAB5C
RGB
CMYK
RGB Variations
Color information
#ADAB5C (or 0xADAB5C) is known color: Olive Green. HEX triplet: AD, AB and 5C. RGB value is (173,171,92). Sum of RGB (Red+Green+Blue) = 173+171+92=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 92 (36.33% from 255 or 21.10% from 436); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB5C is #5254A3. Grayscale: #A2A2A2. Windows color (decimal): -5395620 or 6073261. OLE color: 6073261.
HSL color Cylindrical-coordinate representation of color #ADAB5C: hue angle of 58.52º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADAB5C is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 92 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.32 |
| HSL | 58.52º | 0.33% | 0.52% | - |
| HSV(B) | 58.52º | 0.47% | 0.68% | - |
| XYZ | 33.73 | 38.78 | 15.83 | - |
| YUV | 162.59 | 88.16 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 92 | 0 | 0.01 | 0.47 | 0.32 | 58.52 | 0.33 | 0.52 |
| Hex | AD | AB | 5C | 0 | 1 | 2F | 20 | 3B | 21 | 34 |
| Octal | 255 | 253 | 134 | 0 | 1 | 57 | 40 | 73 | 41 | 64 |
| Binary | 10101101 | 10101011 | 1011100 | 0 | 1 | 101111 | 100000 | 111011 | 100001 | 110100 |
Color Harmonies of #ADAB5C
Complementary color
Monochromatic Colors of #ADAB5C
Black with #ADAB5C
Text Example
Text Example
White with #ADAB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB5C; }
p { color: rgb(173,171,92); }
H1.HeaderClassName
{
color: #ADAB5C;
}
.AnyTagClassName
{
color: #ADAB5C;
}
</style>
background-color css
<style>
a { background-color: #ADAB5C; }
a { background-color: rgb(173,171,92); }
div.DivClassName
{
background-color: #ADAB5C;
}
.BgClassName
{
background-color: #ADAB5C;
}
</style>
border-color css
<style>
span { border-color: #ADAB5C; }
span { border-color: rgb(173,171,92); }
td.TdClassName
{
border-color: #ADAB5C;
}
.TagClassName
{
border-color: #ADAB5C;
}
</style>