Shades of Olive Green #A8AF5B
Tints of Olive Green #A8AF5B
RGB
CMYK
RGB Variations
Color information
#A8AF5B (or 0xA8AF5B) is known color: Olive Green. HEX triplet: A8, AF and 5B. RGB value is (168,175,91). Sum of RGB (Red+Green+Blue) = 168+175+91=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 91 (35.94% from 255 or 20.97% from 434); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AF5B is #5750A4. Grayscale: #A3A3A3. Windows color (decimal): -5722277 or 6008744. OLE color: 6008744.
HSL color Cylindrical-coordinate representation of color #A8AF5B: hue angle of 65º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8AF5B is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 175 | 91 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.31 |
| HSL | 65º | 0.34% | 0.52% | - |
| HSV(B) | 65º | 0.48% | 0.69% | - |
| XYZ | 33.37 | 39.74 | 15.81 | - |
| YUV | 163.33 | 87.18 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 91 | 0.04 | 0 | 0.48 | 0.31 | 65 | 0.34 | 0.52 |
| Hex | A8 | AF | 5B | 4 | 0 | 30 | 1F | 41 | 22 | 34 |
| Octal | 250 | 257 | 133 | 4 | 0 | 60 | 37 | 101 | 42 | 64 |
| Binary | 10101000 | 10101111 | 1011011 | 100 | 0 | 110000 | 11111 | 1000001 | 100010 | 110100 |
Color Harmonies of #A8AF5B
Complementary color
Monochromatic Colors of #A8AF5B
Black with #A8AF5B
Text Example
Text Example
White with #A8AF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AF5B; }
p { color: rgb(168,175,91); }
H1.HeaderClassName
{
color: #A8AF5B;
}
.AnyTagClassName
{
color: #A8AF5B;
}
</style>
background-color css
<style>
a { background-color: #A8AF5B; }
a { background-color: rgb(168,175,91); }
div.DivClassName
{
background-color: #A8AF5B;
}
.BgClassName
{
background-color: #A8AF5B;
}
</style>
border-color css
<style>
span { border-color: #A8AF5B; }
span { border-color: rgb(168,175,91); }
td.TdClassName
{
border-color: #A8AF5B;
}
.TagClassName
{
border-color: #A8AF5B;
}
</style>