Shades of Olivine #A3C67F
Tints of Olivine #A3C67F
RGB
CMYK
RGB Variations
Color information
#A3C67F (or 0xA3C67F) is known color: Olivine. HEX triplet: A3, C6 and 7F. RGB value is (163,198,127). Sum of RGB (Red+Green+Blue) = 163+198+127=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 198 (77.73% from 255 or 40.57% from 488); Blue value is 127 (50% from 255 or 26.02% from 488); Max value from RGB is 198 - color contains mainly: green. Hex color #A3C67F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C67F is #5C3980. Grayscale: #B3B3B3. Windows color (decimal): -6044033 or 8373923. OLE color: 8373923.
HSL color Cylindrical-coordinate representation of color #A3C67F: hue angle of 89.58º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3C67F is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 198 | 127 | - |
| CMYK | 0.18 | 0 | 0.36 | 0.22 |
| HSL | 89.58º | 0.38% | 0.64% | - |
| HSV(B) | 89.58º | 0.36% | 0.78% | - |
| XYZ | 39.13 | 49.71 | 27.61 | - |
| YUV | 179.44 | 98.4 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 198 | 127 | 0.18 | 0 | 0.36 | 0.22 | 89.58 | 0.38 | 0.64 |
| Hex | A3 | C6 | 7F | 12 | 0 | 24 | 16 | 5A | 26 | 40 |
| Octal | 243 | 306 | 177 | 22 | 0 | 44 | 26 | 132 | 46 | 100 |
| Binary | 10100011 | 11000110 | 1111111 | 10010 | 0 | 100100 | 10110 | 1011010 | 100110 | 1000000 |
Color Harmonies of #A3C67F
Complementary color
Monochromatic Colors of #A3C67F
Black with #A3C67F
Text Example
Text Example
White with #A3C67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C67F; }
p { color: rgb(163,198,127); }
H1.HeaderClassName
{
color: #A3C67F;
}
.AnyTagClassName
{
color: #A3C67F;
}
</style>
background-color css
<style>
a { background-color: #A3C67F; }
a { background-color: rgb(163,198,127); }
div.DivClassName
{
background-color: #A3C67F;
}
.BgClassName
{
background-color: #A3C67F;
}
</style>
border-color css
<style>
span { border-color: #A3C67F; }
span { border-color: rgb(163,198,127); }
td.TdClassName
{
border-color: #A3C67F;
}
.TagClassName
{
border-color: #A3C67F;
}
</style>