Shades of Olivine #A3C967
Tints of Olivine #A3C967
RGB
CMYK
RGB Variations
Color information
#A3C967 (or 0xA3C967) is known color: Olivine. HEX triplet: A3, C9 and 67. RGB value is (163,201,103). Sum of RGB (Red+Green+Blue) = 163+201+103=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 201 (78.91% from 255 or 43.04% from 467); Blue value is 103 (40.62% from 255 or 22.06% from 467); Max value from RGB is 201 - color contains mainly: green. Hex color #A3C967 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C967 is #5C3698. Grayscale: #B2B2B2. Windows color (decimal): -6043289 or 6801827. OLE color: 6801827.
HSL color Cylindrical-coordinate representation of color #A3C967: hue angle of 83.27º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A3C967 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 201 | 103 | - |
| CMYK | 0.19 | 0 | 0.49 | 0.21 |
| HSL | 83.27º | 0.48% | 0.6% | - |
| HSV(B) | 83.27º | 0.49% | 0.79% | - |
| XYZ | 38.44 | 50.54 | 20.56 | - |
| YUV | 178.47 | 85.41 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 201 | 103 | 0.19 | 0 | 0.49 | 0.21 | 83.27 | 0.48 | 0.6 |
| Hex | A3 | C9 | 67 | 13 | 0 | 31 | 15 | 53 | 30 | 3C |
| Octal | 243 | 311 | 147 | 23 | 0 | 61 | 25 | 123 | 60 | 74 |
| Binary | 10100011 | 11001001 | 1100111 | 10011 | 0 | 110001 | 10101 | 1010011 | 110000 | 111100 |
Color Harmonies of #A3C967
Complementary color
Monochromatic Colors of #A3C967
Black with #A3C967
Text Example
Text Example
White with #A3C967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C967; }
p { color: rgb(163,201,103); }
H1.HeaderClassName
{
color: #A3C967;
}
.AnyTagClassName
{
color: #A3C967;
}
</style>
background-color css
<style>
a { background-color: #A3C967; }
a { background-color: rgb(163,201,103); }
div.DivClassName
{
background-color: #A3C967;
}
.BgClassName
{
background-color: #A3C967;
}
</style>
border-color css
<style>
span { border-color: #A3C967; }
span { border-color: rgb(163,201,103); }
td.TdClassName
{
border-color: #A3C967;
}
.TagClassName
{
border-color: #A3C967;
}
</style>