Shades of Olive Green #ABA65C
Tints of Olive Green #ABA65C
RGB
CMYK
RGB Variations
Color information
#ABA65C (or 0xABA65C) is known color: Olive Green. HEX triplet: AB, A6 and 5C. RGB value is (171,166,92). Sum of RGB (Red+Green+Blue) = 171+166+92=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 166 (65.23% from 255 or 38.69% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA65C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA65C is #5459A3. Grayscale: #9F9F9F. Windows color (decimal): -5527972 or 6071979. OLE color: 6071979.
HSL color Cylindrical-coordinate representation of color #ABA65C: hue angle of 56.2º 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 #ABA65C is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 166 | 92 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.33 |
| HSL | 56.2º | 0.32% | 0.52% | - |
| HSV(B) | 56.2º | 0.46% | 0.67% | - |
| XYZ | 32.36 | 36.7 | 15.5 | - |
| YUV | 159.06 | 90.16 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 92 | 0 | 0.03 | 0.46 | 0.33 | 56.2 | 0.32 | 0.52 |
| Hex | AB | A6 | 5C | 0 | 3 | 2E | 21 | 38 | 20 | 34 |
| Octal | 253 | 246 | 134 | 0 | 3 | 56 | 41 | 70 | 40 | 64 |
| Binary | 10101011 | 10100110 | 1011100 | 0 | 11 | 101110 | 100001 | 111000 | 100000 | 110100 |
Color Harmonies of #ABA65C
Complementary color
Monochromatic Colors of #ABA65C
Black with #ABA65C
Text Example
Text Example
White with #ABA65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA65C; }
p { color: rgb(171,166,92); }
H1.HeaderClassName
{
color: #ABA65C;
}
.AnyTagClassName
{
color: #ABA65C;
}
</style>
background-color css
<style>
a { background-color: #ABA65C; }
a { background-color: rgb(171,166,92); }
div.DivClassName
{
background-color: #ABA65C;
}
.BgClassName
{
background-color: #ABA65C;
}
</style>
border-color css
<style>
span { border-color: #ABA65C; }
span { border-color: rgb(171,166,92); }
td.TdClassName
{
border-color: #ABA65C;
}
.TagClassName
{
border-color: #ABA65C;
}
</style>