Shades of Olivine #A1C075
Tints of Olivine #A1C075
RGB
CMYK
RGB Variations
Color information
#A1C075 (or 0xA1C075) is known color: Olivine. HEX triplet: A1, C0 and 75. RGB value is (161,192,117). Sum of RGB (Red+Green+Blue) = 161+192+117=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C075 is #5E3F8A. Grayscale: #AEAEAE. Windows color (decimal): -6176651 or 7717025. OLE color: 7717025.
HSL color Cylindrical-coordinate representation of color #A1C075: hue angle of 84.8º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1C075 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 192 | 117 | - |
| CMYK | 0.16 | 0 | 0.39 | 0.25 |
| HSL | 84.8º | 0.37% | 0.61% | - |
| HSV(B) | 84.8º | 0.39% | 0.75% | - |
| XYZ | 36.76 | 46.56 | 23.88 | - |
| YUV | 174.18 | 95.73 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 192 | 117 | 0.16 | 0 | 0.39 | 0.25 | 84.8 | 0.37 | 0.61 |
| Hex | A1 | C0 | 75 | 10 | 0 | 27 | 19 | 55 | 25 | 3D |
| Octal | 241 | 300 | 165 | 20 | 0 | 47 | 31 | 125 | 45 | 75 |
| Binary | 10100001 | 11000000 | 1110101 | 10000 | 0 | 100111 | 11001 | 1010101 | 100101 | 111101 |
Color Harmonies of #A1C075
Complementary color
Monochromatic Colors of #A1C075
Black with #A1C075
Text Example
Text Example
White with #A1C075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C075; }
p { color: rgb(161,192,117); }
H1.HeaderClassName
{
color: #A1C075;
}
.AnyTagClassName
{
color: #A1C075;
}
</style>
background-color css
<style>
a { background-color: #A1C075; }
a { background-color: rgb(161,192,117); }
div.DivClassName
{
background-color: #A1C075;
}
.BgClassName
{
background-color: #A1C075;
}
</style>
border-color css
<style>
span { border-color: #A1C075; }
span { border-color: rgb(161,192,117); }
td.TdClassName
{
border-color: #A1C075;
}
.TagClassName
{
border-color: #A1C075;
}
</style>