Shades of Olivine #A4CA6D
Tints of Olivine #A4CA6D
RGB
CMYK
RGB Variations
Color information
#A4CA6D (or 0xA4CA6D) is known color: Olivine. HEX triplet: A4, CA and 6D. RGB value is (164,202,109). Sum of RGB (Red+Green+Blue) = 164+202+109=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CA6D is #5B3592. Grayscale: #B4B4B4. Windows color (decimal): -5977491 or 7195300. OLE color: 7195300.
HSL color Cylindrical-coordinate representation of color #A4CA6D: hue angle of 84.52º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A4CA6D is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 202 | 109 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.21 |
| HSL | 84.52º | 0.47% | 0.61% | - |
| HSV(B) | 84.52º | 0.46% | 0.79% | - |
| XYZ | 39.19 | 51.24 | 22.29 | - |
| YUV | 180.04 | 87.91 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 202 | 109 | 0.19 | 0 | 0.46 | 0.21 | 84.52 | 0.47 | 0.61 |
| Hex | A4 | CA | 6D | 13 | 0 | 2E | 15 | 55 | 2F | 3D |
| Octal | 244 | 312 | 155 | 23 | 0 | 56 | 25 | 125 | 57 | 75 |
| Binary | 10100100 | 11001010 | 1101101 | 10011 | 0 | 101110 | 10101 | 1010101 | 101111 | 111101 |
Color Harmonies of #A4CA6D
Complementary color
Monochromatic Colors of #A4CA6D
Black with #A4CA6D
Text Example
Text Example
White with #A4CA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CA6D; }
p { color: rgb(164,202,109); }
H1.HeaderClassName
{
color: #A4CA6D;
}
.AnyTagClassName
{
color: #A4CA6D;
}
</style>
background-color css
<style>
a { background-color: #A4CA6D; }
a { background-color: rgb(164,202,109); }
div.DivClassName
{
background-color: #A4CA6D;
}
.BgClassName
{
background-color: #A4CA6D;
}
</style>
border-color css
<style>
span { border-color: #A4CA6D; }
span { border-color: rgb(164,202,109); }
td.TdClassName
{
border-color: #A4CA6D;
}
.TagClassName
{
border-color: #A4CA6D;
}
</style>