Shades of Olivine #A3C668
Tints of Olivine #A3C668
RGB
CMYK
RGB Variations
Color information
#A3C668 (or 0xA3C668) is known color: Olivine. HEX triplet: A3, C6 and 68. RGB value is (163,198,104). Sum of RGB (Red+Green+Blue) = 163+198+104=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 104 (41.02% from 255 or 22.37% from 465); Max value from RGB is 198 - color contains mainly: green. Hex color #A3C668 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C668 is #5C3997. Grayscale: #B1B1B1. Windows color (decimal): -6044056 or 6866595. OLE color: 6866595.
HSL color Cylindrical-coordinate representation of color #A3C668: hue angle of 82.34º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A3C668 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 198 | 104 | - |
| CMYK | 0.18 | 0 | 0.47 | 0.22 |
| HSL | 82.34º | 0.45% | 0.59% | - |
| HSV(B) | 82.34º | 0.47% | 0.78% | - |
| XYZ | 37.8 | 49.17 | 20.6 | - |
| YUV | 176.82 | 86.9 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 198 | 104 | 0.18 | 0 | 0.47 | 0.22 | 82.34 | 0.45 | 0.59 |
| Hex | A3 | C6 | 68 | 12 | 0 | 2F | 16 | 52 | 2D | 3B |
| Octal | 243 | 306 | 150 | 22 | 0 | 57 | 26 | 122 | 55 | 73 |
| Binary | 10100011 | 11000110 | 1101000 | 10010 | 0 | 101111 | 10110 | 1010010 | 101101 | 111011 |
Color Harmonies of #A3C668
Complementary color
Monochromatic Colors of #A3C668
Black with #A3C668
Text Example
Text Example
White with #A3C668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C668; }
p { color: rgb(163,198,104); }
H1.HeaderClassName
{
color: #A3C668;
}
.AnyTagClassName
{
color: #A3C668;
}
</style>
background-color css
<style>
a { background-color: #A3C668; }
a { background-color: rgb(163,198,104); }
div.DivClassName
{
background-color: #A3C668;
}
.BgClassName
{
background-color: #A3C668;
}
</style>
border-color css
<style>
span { border-color: #A3C668; }
span { border-color: rgb(163,198,104); }
td.TdClassName
{
border-color: #A3C668;
}
.TagClassName
{
border-color: #A3C668;
}
</style>