Shades of Olivine #A4C569
Tints of Olivine #A4C569
RGB
CMYK
RGB Variations
Color information
#A4C569 (or 0xA4C569) is known color: Olivine. HEX triplet: A4, C5 and 69. RGB value is (164,197,105). Sum of RGB (Red+Green+Blue) = 164+197+105=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 197 (77.34% from 255 or 42.27% from 466); Blue value is 105 (41.41% from 255 or 22.53% from 466); Max value from RGB is 197 - color contains mainly: green. Hex color #A4C569 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C569 is #5B3A96. Grayscale: #B0B0B0. Windows color (decimal): -5978775 or 6931876. OLE color: 6931876.
HSL color Cylindrical-coordinate representation of color #A4C569: hue angle of 81.52º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A4C569 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 164 | 197 | 105 | - |
| CMYK | 0.17 | 0 | 0.47 | 0.23 |
| HSL | 81.52º | 0.44% | 0.59% | - |
| HSV(B) | 81.52º | 0.47% | 0.77% | - |
| XYZ | 37.83 | 48.84 | 20.8 | - |
| YUV | 176.65 | 87.57 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 197 | 105 | 0.17 | 0 | 0.47 | 0.23 | 81.52 | 0.44 | 0.59 |
| Hex | A4 | C5 | 69 | 11 | 0 | 2F | 17 | 52 | 2C | 3B |
| Octal | 244 | 305 | 151 | 21 | 0 | 57 | 27 | 122 | 54 | 73 |
| Binary | 10100100 | 11000101 | 1101001 | 10001 | 0 | 101111 | 10111 | 1010010 | 101100 | 111011 |
Color Harmonies of #A4C569
Complementary color
Monochromatic Colors of #A4C569
Black with #A4C569
Text Example
Text Example
White with #A4C569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C569; }
p { color: rgb(164,197,105); }
H1.HeaderClassName
{
color: #A4C569;
}
.AnyTagClassName
{
color: #A4C569;
}
</style>
background-color css
<style>
a { background-color: #A4C569; }
a { background-color: rgb(164,197,105); }
div.DivClassName
{
background-color: #A4C569;
}
.BgClassName
{
background-color: #A4C569;
}
</style>
border-color css
<style>
span { border-color: #A4C569; }
span { border-color: rgb(164,197,105); }
td.TdClassName
{
border-color: #A4C569;
}
.TagClassName
{
border-color: #A4C569;
}
</style>