Shades of Olive Green #A8B357
Tints of Olive Green #A8B357
RGB
CMYK
RGB Variations
Color information
#A8B357 (or 0xA8B357) is known color: Olive Green. HEX triplet: A8, B3 and 57. RGB value is (168,179,87). Sum of RGB (Red+Green+Blue) = 168+179+87=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 87 (34.38% from 255 or 20.05% from 434); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B357 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B357 is #574CA8. Grayscale: #A5A5A5. Windows color (decimal): -5721257 or 5747624. OLE color: 5747624.
HSL color Cylindrical-coordinate representation of color #A8B357: hue angle of 67.17º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8B357 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 179 | 87 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.30 |
| HSL | 67.17º | 0.38% | 0.52% | - |
| HSV(B) | 67.17º | 0.51% | 0.7% | - |
| XYZ | 33.99 | 41.25 | 15.19 | - |
| YUV | 165.22 | 83.86 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 179 | 87 | 0.06 | 0 | 0.51 | 0.30 | 67.17 | 0.38 | 0.52 |
| Hex | A8 | B3 | 57 | 6 | 0 | 33 | 1E | 43 | 26 | 34 |
| Octal | 250 | 263 | 127 | 6 | 0 | 63 | 36 | 103 | 46 | 64 |
| Binary | 10101000 | 10110011 | 1010111 | 110 | 0 | 110011 | 11110 | 1000011 | 100110 | 110100 |
Color Harmonies of #A8B357
Complementary color
Monochromatic Colors of #A8B357
Black with #A8B357
Text Example
Text Example
White with #A8B357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B357; }
p { color: rgb(168,179,87); }
H1.HeaderClassName
{
color: #A8B357;
}
.AnyTagClassName
{
color: #A8B357;
}
</style>
background-color css
<style>
a { background-color: #A8B357; }
a { background-color: rgb(168,179,87); }
div.DivClassName
{
background-color: #A8B357;
}
.BgClassName
{
background-color: #A8B357;
}
</style>
border-color css
<style>
span { border-color: #A8B357; }
span { border-color: rgb(168,179,87); }
td.TdClassName
{
border-color: #A8B357;
}
.TagClassName
{
border-color: #A8B357;
}
</style>