Shades of Olivine #A3C67C
Tints of Olivine #A3C67C
RGB
CMYK
RGB Variations
Color information
#A3C67C (or 0xA3C67C) is known color: Olivine. HEX triplet: A3, C6 and 7C. RGB value is (163,198,124). Sum of RGB (Red+Green+Blue) = 163+198+124=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 198 (77.73% from 255 or 40.82% from 485); Blue value is 124 (48.83% from 255 or 25.57% from 485); Max value from RGB is 198 - color contains mainly: green. Hex color #A3C67C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C67C is #5C3983. Grayscale: #B3B3B3. Windows color (decimal): -6044036 or 8177315. OLE color: 8177315.
HSL color Cylindrical-coordinate representation of color #A3C67C: hue angle of 88.38º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A3C67C is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 198 | 124 | - |
| CMYK | 0.18 | 0 | 0.37 | 0.22 |
| HSL | 88.38º | 0.39% | 0.63% | - |
| HSV(B) | 88.38º | 0.37% | 0.78% | - |
| XYZ | 38.94 | 49.63 | 26.6 | - |
| YUV | 179.1 | 96.9 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 198 | 124 | 0.18 | 0 | 0.37 | 0.22 | 88.38 | 0.39 | 0.63 |
| Hex | A3 | C6 | 7C | 12 | 0 | 25 | 16 | 58 | 27 | 3F |
| Octal | 243 | 306 | 174 | 22 | 0 | 45 | 26 | 130 | 47 | 77 |
| Binary | 10100011 | 11000110 | 1111100 | 10010 | 0 | 100101 | 10110 | 1011000 | 100111 | 111111 |
Color Harmonies of #A3C67C
Complementary color
Monochromatic Colors of #A3C67C
Black with #A3C67C
Text Example
Text Example
White with #A3C67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C67C; }
p { color: rgb(163,198,124); }
H1.HeaderClassName
{
color: #A3C67C;
}
.AnyTagClassName
{
color: #A3C67C;
}
</style>
background-color css
<style>
a { background-color: #A3C67C; }
a { background-color: rgb(163,198,124); }
div.DivClassName
{
background-color: #A3C67C;
}
.BgClassName
{
background-color: #A3C67C;
}
</style>
border-color css
<style>
span { border-color: #A3C67C; }
span { border-color: rgb(163,198,124); }
td.TdClassName
{
border-color: #A3C67C;
}
.TagClassName
{
border-color: #A3C67C;
}
</style>