Shades of Olive Green #A8B659
Tints of Olive Green #A8B659
RGB
CMYK
RGB Variations
Color information
#A8B659 (or 0xA8B659) is known color: Olive Green. HEX triplet: A8, B6 and 59. RGB value is (168,182,89). Sum of RGB (Red+Green+Blue) = 168+182+89=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 182 (71.48% from 255 or 41.46% from 439); Blue value is 89 (35.16% from 255 or 20.27% from 439); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B659 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B659 is #5749A6. Grayscale: #A7A7A7. Windows color (decimal): -5720487 or 5879464. OLE color: 5879464.
HSL color Cylindrical-coordinate representation of color #A8B659: hue angle of 69.03º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8B659 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 182 | 89 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.29 |
| HSL | 69.03º | 0.39% | 0.53% | - |
| HSV(B) | 69.03º | 0.51% | 0.71% | - |
| XYZ | 34.68 | 42.5 | 15.83 | - |
| YUV | 167.21 | 83.86 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 182 | 89 | 0.08 | 0 | 0.51 | 0.29 | 69.03 | 0.39 | 0.53 |
| Hex | A8 | B6 | 59 | 8 | 0 | 33 | 1D | 45 | 27 | 35 |
| Octal | 250 | 266 | 131 | 10 | 0 | 63 | 35 | 105 | 47 | 65 |
| Binary | 10101000 | 10110110 | 1011001 | 1000 | 0 | 110011 | 11101 | 1000101 | 100111 | 110101 |
Color Harmonies of #A8B659
Complementary color
Monochromatic Colors of #A8B659
Black with #A8B659
Text Example
Text Example
White with #A8B659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B659; }
p { color: rgb(168,182,89); }
H1.HeaderClassName
{
color: #A8B659;
}
.AnyTagClassName
{
color: #A8B659;
}
</style>
background-color css
<style>
a { background-color: #A8B659; }
a { background-color: rgb(168,182,89); }
div.DivClassName
{
background-color: #A8B659;
}
.BgClassName
{
background-color: #A8B659;
}
</style>
border-color css
<style>
span { border-color: #A8B659; }
span { border-color: rgb(168,182,89); }
td.TdClassName
{
border-color: #A8B659;
}
.TagClassName
{
border-color: #A8B659;
}
</style>