Shades of Olivine #A3C975
Tints of Olivine #A3C975
RGB
CMYK
RGB Variations
Color information
#A3C975 (or 0xA3C975) is known color: Olivine. HEX triplet: A3, C9 and 75. RGB value is (163,201,117). Sum of RGB (Red+Green+Blue) = 163+201+117=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 201 (78.91% from 255 or 41.79% from 481); Blue value is 117 (46.09% from 255 or 24.32% from 481); Max value from RGB is 201 - color contains mainly: green. Hex color #A3C975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C975 is #5C368A. Grayscale: #B4B4B4. Windows color (decimal): -6043275 or 7719331. OLE color: 7719331.
HSL color Cylindrical-coordinate representation of color #A3C975: hue angle of 87.14º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A3C975 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 201 | 117 | - |
| CMYK | 0.19 | 0 | 0.42 | 0.21 |
| HSL | 87.14º | 0.44% | 0.62% | - |
| HSV(B) | 87.14º | 0.42% | 0.79% | - |
| XYZ | 39.2 | 50.84 | 24.58 | - |
| YUV | 180.06 | 92.41 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 201 | 117 | 0.19 | 0 | 0.42 | 0.21 | 87.14 | 0.44 | 0.62 |
| Hex | A3 | C9 | 75 | 13 | 0 | 2A | 15 | 57 | 2C | 3E |
| Octal | 243 | 311 | 165 | 23 | 0 | 52 | 25 | 127 | 54 | 76 |
| Binary | 10100011 | 11001001 | 1110101 | 10011 | 0 | 101010 | 10101 | 1010111 | 101100 | 111110 |
Color Harmonies of #A3C975
Complementary color
Monochromatic Colors of #A3C975
Black with #A3C975
Text Example
Text Example
White with #A3C975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C975; }
p { color: rgb(163,201,117); }
H1.HeaderClassName
{
color: #A3C975;
}
.AnyTagClassName
{
color: #A3C975;
}
</style>
background-color css
<style>
a { background-color: #A3C975; }
a { background-color: rgb(163,201,117); }
div.DivClassName
{
background-color: #A3C975;
}
.BgClassName
{
background-color: #A3C975;
}
</style>
border-color css
<style>
span { border-color: #A3C975; }
span { border-color: rgb(163,201,117); }
td.TdClassName
{
border-color: #A3C975;
}
.TagClassName
{
border-color: #A3C975;
}
</style>