Shades of Olivine #A3C567
Tints of Olivine #A3C567
RGB
CMYK
RGB Variations
Color information
#A3C567 (or 0xA3C567) is known color: Olivine. HEX triplet: A3, C5 and 67. RGB value is (163,197,103). Sum of RGB (Red+Green+Blue) = 163+197+103=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 197 (77.34% from 255 or 42.55% from 463); Blue value is 103 (40.62% from 255 or 22.25% from 463); Max value from RGB is 197 - color contains mainly: green. Hex color #A3C567 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C567 is #5C3A98. Grayscale: #B0B0B0. Windows color (decimal): -6044313 or 6800803. OLE color: 6800803.
HSL color Cylindrical-coordinate representation of color #A3C567: hue angle of 81.7º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A3C567 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 197 | 103 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.23 |
| HSL | 81.7º | 0.45% | 0.59% | - |
| HSV(B) | 81.7º | 0.48% | 0.77% | - |
| XYZ | 37.52 | 48.7 | 20.25 | - |
| YUV | 176.12 | 86.74 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 197 | 103 | 0.17 | 0 | 0.48 | 0.23 | 81.7 | 0.45 | 0.59 |
| Hex | A3 | C5 | 67 | 11 | 0 | 30 | 17 | 52 | 2D | 3B |
| Octal | 243 | 305 | 147 | 21 | 0 | 60 | 27 | 122 | 55 | 73 |
| Binary | 10100011 | 11000101 | 1100111 | 10001 | 0 | 110000 | 10111 | 1010010 | 101101 | 111011 |
Color Harmonies of #A3C567
Complementary color
Monochromatic Colors of #A3C567
Black with #A3C567
Text Example
Text Example
White with #A3C567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C567; }
p { color: rgb(163,197,103); }
H1.HeaderClassName
{
color: #A3C567;
}
.AnyTagClassName
{
color: #A3C567;
}
</style>
background-color css
<style>
a { background-color: #A3C567; }
a { background-color: rgb(163,197,103); }
div.DivClassName
{
background-color: #A3C567;
}
.BgClassName
{
background-color: #A3C567;
}
</style>
border-color css
<style>
span { border-color: #A3C567; }
span { border-color: rgb(163,197,103); }
td.TdClassName
{
border-color: #A3C567;
}
.TagClassName
{
border-color: #A3C567;
}
</style>