Shades of Olivine #A1C678
Tints of Olivine #A1C678
RGB
CMYK
RGB Variations
Color information
#A1C678 (or 0xA1C678) is known color: Olivine. HEX triplet: A1, C6 and 78. RGB value is (161,198,120). Sum of RGB (Red+Green+Blue) = 161+198+120=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 198 (77.73% from 255 or 41.34% from 479); Blue value is 120 (47.27% from 255 or 25.05% from 479); Max value from RGB is 198 - color contains mainly: green. Hex color #A1C678 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C678 is #5E3987. Grayscale: #B2B2B2. Windows color (decimal): -6175112 or 7915169. OLE color: 7915169.
HSL color Cylindrical-coordinate representation of color #A1C678: hue angle of 88.46º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1C678 is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 198 | 120 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.22 |
| HSL | 88.46º | 0.41% | 0.62% | - |
| HSV(B) | 88.46º | 0.39% | 0.78% | - |
| XYZ | 38.28 | 49.32 | 25.27 | - |
| YUV | 178.05 | 95.24 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 198 | 120 | 0.19 | 0 | 0.39 | 0.22 | 88.46 | 0.41 | 0.62 |
| Hex | A1 | C6 | 78 | 13 | 0 | 27 | 16 | 58 | 29 | 3E |
| Octal | 241 | 306 | 170 | 23 | 0 | 47 | 26 | 130 | 51 | 76 |
| Binary | 10100001 | 11000110 | 1111000 | 10011 | 0 | 100111 | 10110 | 1011000 | 101001 | 111110 |
Color Harmonies of #A1C678
Complementary color
Monochromatic Colors of #A1C678
Black with #A1C678
Text Example
Text Example
White with #A1C678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C678; }
p { color: rgb(161,198,120); }
H1.HeaderClassName
{
color: #A1C678;
}
.AnyTagClassName
{
color: #A1C678;
}
</style>
background-color css
<style>
a { background-color: #A1C678; }
a { background-color: rgb(161,198,120); }
div.DivClassName
{
background-color: #A1C678;
}
.BgClassName
{
background-color: #A1C678;
}
</style>
border-color css
<style>
span { border-color: #A1C678; }
span { border-color: rgb(161,198,120); }
td.TdClassName
{
border-color: #A1C678;
}
.TagClassName
{
border-color: #A1C678;
}
</style>