Shades of Olivine #A3C177
Tints of Olivine #A3C177
RGB
CMYK
RGB Variations
Color information
#A3C177 (or 0xA3C177) is known color: Olivine. HEX triplet: A3, C1 and 77. RGB value is (163,193,119). Sum of RGB (Red+Green+Blue) = 163+193+119=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 193 (75.78% from 255 or 40.63% from 475); Blue value is 119 (46.88% from 255 or 25.05% from 475); Max value from RGB is 193 - color contains mainly: green. Hex color #A3C177 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C177 is #5C3E88. Grayscale: #AFAFAF. Windows color (decimal): -6045321 or 7848355. OLE color: 7848355.
HSL color Cylindrical-coordinate representation of color #A3C177: hue angle of 84.32º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A3C177 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 193 | 119 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.24 |
| HSL | 84.32º | 0.37% | 0.61% | - |
| HSV(B) | 84.32º | 0.38% | 0.76% | - |
| XYZ | 37.5 | 47.26 | 24.6 | - |
| YUV | 175.59 | 96.06 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 193 | 119 | 0.16 | 0 | 0.38 | 0.24 | 84.32 | 0.37 | 0.61 |
| Hex | A3 | C1 | 77 | 10 | 0 | 26 | 18 | 54 | 25 | 3D |
| Octal | 243 | 301 | 167 | 20 | 0 | 46 | 30 | 124 | 45 | 75 |
| Binary | 10100011 | 11000001 | 1110111 | 10000 | 0 | 100110 | 11000 | 1010100 | 100101 | 111101 |
Color Harmonies of #A3C177
Complementary color
Monochromatic Colors of #A3C177
Black with #A3C177
Text Example
Text Example
White with #A3C177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C177; }
p { color: rgb(163,193,119); }
H1.HeaderClassName
{
color: #A3C177;
}
.AnyTagClassName
{
color: #A3C177;
}
</style>
background-color css
<style>
a { background-color: #A3C177; }
a { background-color: rgb(163,193,119); }
div.DivClassName
{
background-color: #A3C177;
}
.BgClassName
{
background-color: #A3C177;
}
</style>
border-color css
<style>
span { border-color: #A3C177; }
span { border-color: rgb(163,193,119); }
td.TdClassName
{
border-color: #A3C177;
}
.TagClassName
{
border-color: #A3C177;
}
</style>