Shades of Olive Green #A8A95C
Tints of Olive Green #A8A95C
RGB
CMYK
RGB Variations
Color information
#A8A95C (or 0xA8A95C) is known color: Olive Green. HEX triplet: A8, A9 and 5C. RGB value is (168,169,92). Sum of RGB (Red+Green+Blue) = 168+169+92=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 169 (66.41% from 255 or 39.39% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 169 - color contains mainly: green. Hex color #A8A95C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A95C is #5756A3. Grayscale: #A0A0A0. Windows color (decimal): -5723812 or 6072744. OLE color: 6072744.
HSL color Cylindrical-coordinate representation of color #A8A95C: hue angle of 60.78º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8A95C is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 169 | 92 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.34 |
| HSL | 60.78º | 0.31% | 0.51% | - |
| HSV(B) | 60.78º | 0.46% | 0.66% | - |
| XYZ | 32.27 | 37.47 | 15.66 | - |
| YUV | 159.92 | 89.67 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 169 | 92 | 0.01 | 0 | 0.46 | 0.34 | 60.78 | 0.31 | 0.51 |
| Hex | A8 | A9 | 5C | 1 | 0 | 2E | 22 | 3D | 1F | 33 |
| Octal | 250 | 251 | 134 | 1 | 0 | 56 | 42 | 75 | 37 | 63 |
| Binary | 10101000 | 10101001 | 1011100 | 1 | 0 | 101110 | 100010 | 111101 | 11111 | 110011 |
Color Harmonies of #A8A95C
Complementary color
Monochromatic Colors of #A8A95C
Black with #A8A95C
Text Example
Text Example
White with #A8A95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A95C; }
p { color: rgb(168,169,92); }
H1.HeaderClassName
{
color: #A8A95C;
}
.AnyTagClassName
{
color: #A8A95C;
}
</style>
background-color css
<style>
a { background-color: #A8A95C; }
a { background-color: rgb(168,169,92); }
div.DivClassName
{
background-color: #A8A95C;
}
.BgClassName
{
background-color: #A8A95C;
}
</style>
border-color css
<style>
span { border-color: #A8A95C; }
span { border-color: rgb(168,169,92); }
td.TdClassName
{
border-color: #A8A95C;
}
.TagClassName
{
border-color: #A8A95C;
}
</style>