Shades of Olivine #A4CA6F
Tints of Olivine #A4CA6F
RGB
CMYK
RGB Variations
Color information
#A4CA6F (or 0xA4CA6F) is known color: Olivine. HEX triplet: A4, CA and 6F. RGB value is (164,202,111). Sum of RGB (Red+Green+Blue) = 164+202+111=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 111 (43.75% from 255 or 23.27% from 477); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CA6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CA6F is #5B3590. Grayscale: #B4B4B4. Windows color (decimal): -5977489 or 7326372. OLE color: 7326372.
HSL color Cylindrical-coordinate representation of color #A4CA6F: hue angle of 85.05º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A4CA6F is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 202 | 111 | - |
| CMYK | 0.19 | 0 | 0.45 | 0.21 |
| HSL | 85.05º | 0.46% | 0.61% | - |
| HSV(B) | 85.05º | 0.45% | 0.79% | - |
| XYZ | 39.3 | 51.28 | 22.87 | - |
| YUV | 180.26 | 88.91 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 202 | 111 | 0.19 | 0 | 0.45 | 0.21 | 85.05 | 0.46 | 0.61 |
| Hex | A4 | CA | 6F | 13 | 0 | 2D | 15 | 55 | 2E | 3D |
| Octal | 244 | 312 | 157 | 23 | 0 | 55 | 25 | 125 | 56 | 75 |
| Binary | 10100100 | 11001010 | 1101111 | 10011 | 0 | 101101 | 10101 | 1010101 | 101110 | 111101 |
Color Harmonies of #A4CA6F
Complementary color
Monochromatic Colors of #A4CA6F
Black with #A4CA6F
Text Example
Text Example
White with #A4CA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CA6F; }
p { color: rgb(164,202,111); }
H1.HeaderClassName
{
color: #A4CA6F;
}
.AnyTagClassName
{
color: #A4CA6F;
}
</style>
background-color css
<style>
a { background-color: #A4CA6F; }
a { background-color: rgb(164,202,111); }
div.DivClassName
{
background-color: #A4CA6F;
}
.BgClassName
{
background-color: #A4CA6F;
}
</style>
border-color css
<style>
span { border-color: #A4CA6F; }
span { border-color: rgb(164,202,111); }
td.TdClassName
{
border-color: #A4CA6F;
}
.TagClassName
{
border-color: #A4CA6F;
}
</style>