Shades of Olivine #A8C565
Tints of Olivine #A8C565
RGB
CMYK
RGB Variations
Color information
#A8C565 (or 0xA8C565) is known color: Olivine. HEX triplet: A8, C5 and 65. RGB value is (168,197,101). Sum of RGB (Red+Green+Blue) = 168+197+101=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 197 (77.34% from 255 or 42.27% from 466); Blue value is 101 (39.84% from 255 or 21.67% from 466); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C565 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C565 is #573A9A. Grayscale: #B1B1B1. Windows color (decimal): -5716635 or 6669736. OLE color: 6669736.
HSL color Cylindrical-coordinate representation of color #A8C565: hue angle of 78.12º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8C565 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 197 | 101 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.23 |
| HSL | 78.12º | 0.45% | 0.58% | - |
| HSV(B) | 78.12º | 0.49% | 0.77% | - |
| XYZ | 38.46 | 49.2 | 19.78 | - |
| YUV | 177.39 | 84.89 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 197 | 101 | 0.15 | 0 | 0.49 | 0.23 | 78.12 | 0.45 | 0.58 |
| Hex | A8 | C5 | 65 | F | 0 | 31 | 17 | 4E | 2D | 3A |
| Octal | 250 | 305 | 145 | 17 | 0 | 61 | 27 | 116 | 55 | 72 |
| Binary | 10101000 | 11000101 | 1100101 | 1111 | 0 | 110001 | 10111 | 1001110 | 101101 | 111010 |
Color Harmonies of #A8C565
Complementary color
Monochromatic Colors of #A8C565
Black with #A8C565
Text Example
Text Example
White with #A8C565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C565; }
p { color: rgb(168,197,101); }
H1.HeaderClassName
{
color: #A8C565;
}
.AnyTagClassName
{
color: #A8C565;
}
</style>
background-color css
<style>
a { background-color: #A8C565; }
a { background-color: rgb(168,197,101); }
div.DivClassName
{
background-color: #A8C565;
}
.BgClassName
{
background-color: #A8C565;
}
</style>
border-color css
<style>
span { border-color: #A8C565; }
span { border-color: rgb(168,197,101); }
td.TdClassName
{
border-color: #A8C565;
}
.TagClassName
{
border-color: #A8C565;
}
</style>