Shades of Olivine #A3C56B
Tints of Olivine #A3C56B
RGB
CMYK
RGB Variations
Color information
#A3C56B (or 0xA3C56B) is known color: Olivine. HEX triplet: A3, C5 and 6B. RGB value is (163,197,107). Sum of RGB (Red+Green+Blue) = 163+197+107=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 107 (42.19% from 255 or 22.91% from 467); Max value from RGB is 197 - color contains mainly: green. Hex color #A3C56B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C56B is #5C3A94. Grayscale: #B0B0B0. Windows color (decimal): -6044309 or 7062947. OLE color: 7062947.
HSL color Cylindrical-coordinate representation of color #A3C56B: hue angle of 82.67º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A3C56B is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 197 | 107 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.23 |
| HSL | 82.67º | 0.44% | 0.6% | - |
| HSV(B) | 82.67º | 0.46% | 0.77% | - |
| XYZ | 37.72 | 48.78 | 21.34 | - |
| YUV | 176.57 | 88.74 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 197 | 107 | 0.17 | 0 | 0.46 | 0.23 | 82.67 | 0.44 | 0.6 |
| Hex | A3 | C5 | 6B | 11 | 0 | 2E | 17 | 53 | 2C | 3C |
| Octal | 243 | 305 | 153 | 21 | 0 | 56 | 27 | 123 | 54 | 74 |
| Binary | 10100011 | 11000101 | 1101011 | 10001 | 0 | 101110 | 10111 | 1010011 | 101100 | 111100 |
Color Harmonies of #A3C56B
Complementary color
Monochromatic Colors of #A3C56B
Black with #A3C56B
Text Example
Text Example
White with #A3C56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C56B; }
p { color: rgb(163,197,107); }
H1.HeaderClassName
{
color: #A3C56B;
}
.AnyTagClassName
{
color: #A3C56B;
}
</style>
background-color css
<style>
a { background-color: #A3C56B; }
a { background-color: rgb(163,197,107); }
div.DivClassName
{
background-color: #A3C56B;
}
.BgClassName
{
background-color: #A3C56B;
}
</style>
border-color css
<style>
span { border-color: #A3C56B; }
span { border-color: rgb(163,197,107); }
td.TdClassName
{
border-color: #A3C56B;
}
.TagClassName
{
border-color: #A3C56B;
}
</style>