Shades of Olivine #A4C063
Tints of Olivine #A4C063
RGB
CMYK
RGB Variations
Color information
#A4C063 (or 0xA4C063) is known color: Olivine. HEX triplet: A4, C0 and 63. RGB value is (164,192,99). Sum of RGB (Red+Green+Blue) = 164+192+99=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 99 (39.06% from 255 or 21.76% from 455); Max value from RGB is 192 - color contains mainly: green. Hex color #A4C063 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C063 is #5B3F9C. Grayscale: #ADADAD. Windows color (decimal): -5980061 or 6537380. OLE color: 6537380.
HSL color Cylindrical-coordinate representation of color #A4C063: hue angle of 78.06º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A4C063 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 192 | 99 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.25 |
| HSL | 78.06º | 0.42% | 0.57% | - |
| HSV(B) | 78.06º | 0.48% | 0.75% | - |
| XYZ | 36.41 | 46.49 | 18.86 | - |
| YUV | 173.03 | 86.22 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 192 | 99 | 0.15 | 0 | 0.48 | 0.25 | 78.06 | 0.42 | 0.57 |
| Hex | A4 | C0 | 63 | F | 0 | 30 | 19 | 4E | 2A | 39 |
| Octal | 244 | 300 | 143 | 17 | 0 | 60 | 31 | 116 | 52 | 71 |
| Binary | 10100100 | 11000000 | 1100011 | 1111 | 0 | 110000 | 11001 | 1001110 | 101010 | 111001 |
Color Harmonies of #A4C063
Complementary color
Monochromatic Colors of #A4C063
Black with #A4C063
Text Example
Text Example
White with #A4C063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C063; }
p { color: rgb(164,192,99); }
H1.HeaderClassName
{
color: #A4C063;
}
.AnyTagClassName
{
color: #A4C063;
}
</style>
background-color css
<style>
a { background-color: #A4C063; }
a { background-color: rgb(164,192,99); }
div.DivClassName
{
background-color: #A4C063;
}
.BgClassName
{
background-color: #A4C063;
}
</style>
border-color css
<style>
span { border-color: #A4C063; }
span { border-color: rgb(164,192,99); }
td.TdClassName
{
border-color: #A4C063;
}
.TagClassName
{
border-color: #A4C063;
}
</style>