Shades of Olivine #A1C070
Tints of Olivine #A1C070
RGB
CMYK
RGB Variations
Color information
#A1C070 (or 0xA1C070) is known color: Olivine. HEX triplet: A1, C0 and 70. RGB value is (161,192,112). Sum of RGB (Red+Green+Blue) = 161+192+112=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 112 (44.14% from 255 or 24.09% from 465); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C070 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C070 is #5E3F8F. Grayscale: #ADADAD. Windows color (decimal): -6176656 or 7389345. OLE color: 7389345.
HSL color Cylindrical-coordinate representation of color #A1C070: hue angle of 83.25º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A1C070 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 192 | 112 | - |
| CMYK | 0.16 | 0 | 0.42 | 0.25 |
| HSL | 83.25º | 0.39% | 0.6% | - |
| HSV(B) | 83.25º | 0.42% | 0.75% | - |
| XYZ | 36.47 | 46.45 | 22.37 | - |
| YUV | 173.61 | 93.23 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 192 | 112 | 0.16 | 0 | 0.42 | 0.25 | 83.25 | 0.39 | 0.6 |
| Hex | A1 | C0 | 70 | 10 | 0 | 2A | 19 | 53 | 27 | 3C |
| Octal | 241 | 300 | 160 | 20 | 0 | 52 | 31 | 123 | 47 | 74 |
| Binary | 10100001 | 11000000 | 1110000 | 10000 | 0 | 101010 | 11001 | 1010011 | 100111 | 111100 |
Color Harmonies of #A1C070
Complementary color
Monochromatic Colors of #A1C070
Black with #A1C070
Text Example
Text Example
White with #A1C070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C070; }
p { color: rgb(161,192,112); }
H1.HeaderClassName
{
color: #A1C070;
}
.AnyTagClassName
{
color: #A1C070;
}
</style>
background-color css
<style>
a { background-color: #A1C070; }
a { background-color: rgb(161,192,112); }
div.DivClassName
{
background-color: #A1C070;
}
.BgClassName
{
background-color: #A1C070;
}
</style>
border-color css
<style>
span { border-color: #A1C070; }
span { border-color: rgb(161,192,112); }
td.TdClassName
{
border-color: #A1C070;
}
.TagClassName
{
border-color: #A1C070;
}
</style>