Shades of Olive Green #A8B35E
Tints of Olive Green #A8B35E
RGB
CMYK
RGB Variations
Color information
#A8B35E (or 0xA8B35E) is known color: Olive Green. HEX triplet: A8, B3 and 5E. RGB value is (168,179,94). Sum of RGB (Red+Green+Blue) = 168+179+94=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 94 (37.11% from 255 or 21.32% from 441); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B35E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B35E is #574CA1. Grayscale: #A6A6A6. Windows color (decimal): -5721250 or 6206376. OLE color: 6206376.
HSL color Cylindrical-coordinate representation of color #A8B35E: hue angle of 67.76º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8B35E is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 179 | 94 | - |
| CMYK | 0.06 | 0 | 0.47 | 0.30 |
| HSL | 67.76º | 0.36% | 0.54% | - |
| HSV(B) | 67.76º | 0.47% | 0.7% | - |
| XYZ | 34.29 | 41.37 | 16.77 | - |
| YUV | 166.02 | 87.36 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 179 | 94 | 0.06 | 0 | 0.47 | 0.30 | 67.76 | 0.36 | 0.54 |
| Hex | A8 | B3 | 5E | 6 | 0 | 2F | 1E | 44 | 24 | 36 |
| Octal | 250 | 263 | 136 | 6 | 0 | 57 | 36 | 104 | 44 | 66 |
| Binary | 10101000 | 10110011 | 1011110 | 110 | 0 | 101111 | 11110 | 1000100 | 100100 | 110110 |
Color Harmonies of #A8B35E
Complementary color
Monochromatic Colors of #A8B35E
Black with #A8B35E
Text Example
Text Example
White with #A8B35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B35E; }
p { color: rgb(168,179,94); }
H1.HeaderClassName
{
color: #A8B35E;
}
.AnyTagClassName
{
color: #A8B35E;
}
</style>
background-color css
<style>
a { background-color: #A8B35E; }
a { background-color: rgb(168,179,94); }
div.DivClassName
{
background-color: #A8B35E;
}
.BgClassName
{
background-color: #A8B35E;
}
</style>
border-color css
<style>
span { border-color: #A8B35E; }
span { border-color: rgb(168,179,94); }
td.TdClassName
{
border-color: #A8B35E;
}
.TagClassName
{
border-color: #A8B35E;
}
</style>