Shades of Olivine #A4C678
Tints of Olivine #A4C678
RGB
CMYK
RGB Variations
Color information
#A4C678 (or 0xA4C678) is known color: Olivine. HEX triplet: A4, C6 and 78. RGB value is (164,198,120). Sum of RGB (Red+Green+Blue) = 164+198+120=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 198 (77.73% from 255 or 41.08% from 482); Blue value is 120 (47.27% from 255 or 24.90% from 482); Max value from RGB is 198 - color contains mainly: green. Hex color #A4C678 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C678 is #5B3987. Grayscale: #B3B3B3. Windows color (decimal): -5978504 or 7915172. OLE color: 7915172.
HSL color Cylindrical-coordinate representation of color #A4C678: hue angle of 86.15º 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 #A4C678 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 198 | 120 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.22 |
| HSL | 86.15º | 0.41% | 0.62% | - |
| HSV(B) | 86.15º | 0.39% | 0.78% | - |
| XYZ | 38.89 | 49.64 | 25.3 | - |
| YUV | 178.94 | 94.74 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 198 | 120 | 0.17 | 0 | 0.39 | 0.22 | 86.15 | 0.41 | 0.62 |
| Hex | A4 | C6 | 78 | 11 | 0 | 27 | 16 | 56 | 29 | 3E |
| Octal | 244 | 306 | 170 | 21 | 0 | 47 | 26 | 126 | 51 | 76 |
| Binary | 10100100 | 11000110 | 1111000 | 10001 | 0 | 100111 | 10110 | 1010110 | 101001 | 111110 |
Color Harmonies of #A4C678
Complementary color
Monochromatic Colors of #A4C678
Black with #A4C678
Text Example
Text Example
White with #A4C678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C678; }
p { color: rgb(164,198,120); }
H1.HeaderClassName
{
color: #A4C678;
}
.AnyTagClassName
{
color: #A4C678;
}
</style>
background-color css
<style>
a { background-color: #A4C678; }
a { background-color: rgb(164,198,120); }
div.DivClassName
{
background-color: #A4C678;
}
.BgClassName
{
background-color: #A4C678;
}
</style>
border-color css
<style>
span { border-color: #A4C678; }
span { border-color: rgb(164,198,120); }
td.TdClassName
{
border-color: #A4C678;
}
.TagClassName
{
border-color: #A4C678;
}
</style>