Shades of Olive Green #A8B45E
Tints of Olive Green #A8B45E
RGB
CMYK
RGB Variations
Color information
#A8B45E (or 0xA8B45E) is known color: Olive Green. HEX triplet: A8, B4 and 5E. RGB value is (168,180,94). Sum of RGB (Red+Green+Blue) = 168+180+94=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 94 (37.11% from 255 or 21.27% from 442); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B45E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B45E is #574BA1. Grayscale: #A6A6A6. Windows color (decimal): -5720994 or 6206632. OLE color: 6206632.
HSL color Cylindrical-coordinate representation of color #A8B45E: hue angle of 68.37º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8B45E is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 180 | 94 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.29 |
| HSL | 68.37º | 0.36% | 0.54% | - |
| HSV(B) | 68.37º | 0.48% | 0.71% | - |
| XYZ | 34.49 | 41.78 | 16.84 | - |
| YUV | 166.61 | 87.02 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 180 | 94 | 0.07 | 0 | 0.48 | 0.29 | 68.37 | 0.36 | 0.54 |
| Hex | A8 | B4 | 5E | 7 | 0 | 30 | 1D | 44 | 24 | 36 |
| Octal | 250 | 264 | 136 | 7 | 0 | 60 | 35 | 104 | 44 | 66 |
| Binary | 10101000 | 10110100 | 1011110 | 111 | 0 | 110000 | 11101 | 1000100 | 100100 | 110110 |
Color Harmonies of #A8B45E
Complementary color
Monochromatic Colors of #A8B45E
Black with #A8B45E
Text Example
Text Example
White with #A8B45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B45E; }
p { color: rgb(168,180,94); }
H1.HeaderClassName
{
color: #A8B45E;
}
.AnyTagClassName
{
color: #A8B45E;
}
</style>
background-color css
<style>
a { background-color: #A8B45E; }
a { background-color: rgb(168,180,94); }
div.DivClassName
{
background-color: #A8B45E;
}
.BgClassName
{
background-color: #A8B45E;
}
</style>
border-color css
<style>
span { border-color: #A8B45E; }
span { border-color: rgb(168,180,94); }
td.TdClassName
{
border-color: #A8B45E;
}
.TagClassName
{
border-color: #A8B45E;
}
</style>