Shades of Olive Green #ABA75C
Tints of Olive Green #ABA75C
RGB
CMYK
RGB Variations
Color information
#ABA75C (or 0xABA75C) is known color: Olive Green. HEX triplet: AB, A7 and 5C. RGB value is (171,167,92). Sum of RGB (Red+Green+Blue) = 171+167+92=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 167 (65.62% from 255 or 38.84% from 430); Blue value is 92 (36.33% from 255 or 21.40% from 430); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA75C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA75C is #5458A3. Grayscale: #9F9F9F. Windows color (decimal): -5527716 or 6072235. OLE color: 6072235.
HSL color Cylindrical-coordinate representation of color #ABA75C: hue angle of 56.96º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ABA75C is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 167 | 92 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.33 |
| HSL | 56.96º | 0.32% | 0.52% | - |
| HSV(B) | 56.96º | 0.46% | 0.67% | - |
| XYZ | 32.55 | 37.07 | 15.56 | - |
| YUV | 159.65 | 89.83 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 167 | 92 | 0 | 0.02 | 0.46 | 0.33 | 56.96 | 0.32 | 0.52 |
| Hex | AB | A7 | 5C | 0 | 2 | 2E | 21 | 39 | 20 | 34 |
| Octal | 253 | 247 | 134 | 0 | 2 | 56 | 41 | 71 | 40 | 64 |
| Binary | 10101011 | 10100111 | 1011100 | 0 | 10 | 101110 | 100001 | 111001 | 100000 | 110100 |
Color Harmonies of #ABA75C
Complementary color
Monochromatic Colors of #ABA75C
Black with #ABA75C
Text Example
Text Example
White with #ABA75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA75C; }
p { color: rgb(171,167,92); }
H1.HeaderClassName
{
color: #ABA75C;
}
.AnyTagClassName
{
color: #ABA75C;
}
</style>
background-color css
<style>
a { background-color: #ABA75C; }
a { background-color: rgb(171,167,92); }
div.DivClassName
{
background-color: #ABA75C;
}
.BgClassName
{
background-color: #ABA75C;
}
</style>
border-color css
<style>
span { border-color: #ABA75C; }
span { border-color: rgb(171,167,92); }
td.TdClassName
{
border-color: #ABA75C;
}
.TagClassName
{
border-color: #ABA75C;
}
</style>