Shades of Olivine #A3C469
Tints of Olivine #A3C469
RGB
CMYK
RGB Variations
Color information
#A3C469 (or 0xA3C469) is known color: Olivine. HEX triplet: A3, C4 and 69. RGB value is (163,196,105). Sum of RGB (Red+Green+Blue) = 163+196+105=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 196 (76.95% from 255 or 42.24% from 464); Blue value is 105 (41.41% from 255 or 22.63% from 464); Max value from RGB is 196 - color contains mainly: green. Hex color #A3C469 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C469 is #5C3B96. Grayscale: #B0B0B0. Windows color (decimal): -6044567 or 6931619. OLE color: 6931619.
HSL color Cylindrical-coordinate representation of color #A3C469: hue angle of 81.76º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A3C469 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 196 | 105 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.23 |
| HSL | 81.76º | 0.44% | 0.59% | - |
| HSV(B) | 81.76º | 0.46% | 0.77% | - |
| XYZ | 37.39 | 48.29 | 20.71 | - |
| YUV | 175.76 | 88.07 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 196 | 105 | 0.17 | 0 | 0.46 | 0.23 | 81.76 | 0.44 | 0.59 |
| Hex | A3 | C4 | 69 | 11 | 0 | 2E | 17 | 52 | 2C | 3B |
| Octal | 243 | 304 | 151 | 21 | 0 | 56 | 27 | 122 | 54 | 73 |
| Binary | 10100011 | 11000100 | 1101001 | 10001 | 0 | 101110 | 10111 | 1010010 | 101100 | 111011 |
Color Harmonies of #A3C469
Complementary color
Monochromatic Colors of #A3C469
Black with #A3C469
Text Example
Text Example
White with #A3C469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C469; }
p { color: rgb(163,196,105); }
H1.HeaderClassName
{
color: #A3C469;
}
.AnyTagClassName
{
color: #A3C469;
}
</style>
background-color css
<style>
a { background-color: #A3C469; }
a { background-color: rgb(163,196,105); }
div.DivClassName
{
background-color: #A3C469;
}
.BgClassName
{
background-color: #A3C469;
}
</style>
border-color css
<style>
span { border-color: #A3C469; }
span { border-color: rgb(163,196,105); }
td.TdClassName
{
border-color: #A3C469;
}
.TagClassName
{
border-color: #A3C469;
}
</style>