Shades of Olivine #A3C973
Tints of Olivine #A3C973
RGB
CMYK
RGB Variations
Color information
#A3C973 (or 0xA3C973) is known color: Olivine. HEX triplet: A3, C9 and 73. RGB value is (163,201,115). Sum of RGB (Red+Green+Blue) = 163+201+115=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 201 (78.91% from 255 or 41.96% from 479); Blue value is 115 (45.31% from 255 or 24.01% from 479); Max value from RGB is 201 - color contains mainly: green. Hex color #A3C973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C973 is #5C368C. Grayscale: #B4B4B4. Windows color (decimal): -6043277 or 7588259. OLE color: 7588259.
HSL color Cylindrical-coordinate representation of color #A3C973: hue angle of 86.51º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A3C973 is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 201 | 115 | - |
| CMYK | 0.19 | 0 | 0.43 | 0.21 |
| HSL | 86.51º | 0.44% | 0.62% | - |
| HSV(B) | 86.51º | 0.43% | 0.79% | - |
| XYZ | 39.09 | 50.8 | 23.96 | - |
| YUV | 179.83 | 91.41 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 201 | 115 | 0.19 | 0 | 0.43 | 0.21 | 86.51 | 0.44 | 0.62 |
| Hex | A3 | C9 | 73 | 13 | 0 | 2B | 15 | 57 | 2C | 3E |
| Octal | 243 | 311 | 163 | 23 | 0 | 53 | 25 | 127 | 54 | 76 |
| Binary | 10100011 | 11001001 | 1110011 | 10011 | 0 | 101011 | 10101 | 1010111 | 101100 | 111110 |
Color Harmonies of #A3C973
Complementary color
Monochromatic Colors of #A3C973
Black with #A3C973
Text Example
Text Example
White with #A3C973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C973; }
p { color: rgb(163,201,115); }
H1.HeaderClassName
{
color: #A3C973;
}
.AnyTagClassName
{
color: #A3C973;
}
</style>
background-color css
<style>
a { background-color: #A3C973; }
a { background-color: rgb(163,201,115); }
div.DivClassName
{
background-color: #A3C973;
}
.BgClassName
{
background-color: #A3C973;
}
</style>
border-color css
<style>
span { border-color: #A3C973; }
span { border-color: rgb(163,201,115); }
td.TdClassName
{
border-color: #A3C973;
}
.TagClassName
{
border-color: #A3C973;
}
</style>