Shades of Olivine #A7C863
Tints of Olivine #A7C863
RGB
CMYK
RGB Variations
Color information
#A7C863 (or 0xA7C863) is known color: Olivine. HEX triplet: A7, C8 and 63. RGB value is (167,200,99). Sum of RGB (Red+Green+Blue) = 167+200+99=466 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.84% from 466); Green value is 200 (78.52% from 255 or 42.92% from 466); Blue value is 99 (39.06% from 255 or 21.24% from 466); Max value from RGB is 200 - color contains mainly: green. Hex color #A7C863 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C863 is #58379C. Grayscale: #B2B2B2. Windows color (decimal): -5781405 or 6539431. OLE color: 6539431.
HSL color Cylindrical-coordinate representation of color #A7C863: hue angle of 79.6º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A7C863 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 167 | 200 | 99 | - |
| CMYK | 0.16 | 0 | 0.50 | 0.22 |
| HSL | 79.6º | 0.48% | 0.59% | - |
| HSV(B) | 79.6º | 0.51% | 0.78% | - |
| XYZ | 38.84 | 50.42 | 19.49 | - |
| YUV | 178.62 | 83.07 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 200 | 99 | 0.16 | 0 | 0.50 | 0.22 | 79.6 | 0.48 | 0.59 |
| Hex | A7 | C8 | 63 | 10 | 0 | 32 | 16 | 50 | 30 | 3B |
| Octal | 247 | 310 | 143 | 20 | 0 | 62 | 26 | 120 | 60 | 73 |
| Binary | 10100111 | 11001000 | 1100011 | 10000 | 0 | 110010 | 10110 | 1010000 | 110000 | 111011 |
Color Harmonies of #A7C863
Complementary color
Monochromatic Colors of #A7C863
Black with #A7C863
Text Example
Text Example
White with #A7C863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C863; }
p { color: rgb(167,200,99); }
H1.HeaderClassName
{
color: #A7C863;
}
.AnyTagClassName
{
color: #A7C863;
}
</style>
background-color css
<style>
a { background-color: #A7C863; }
a { background-color: rgb(167,200,99); }
div.DivClassName
{
background-color: #A7C863;
}
.BgClassName
{
background-color: #A7C863;
}
</style>
border-color css
<style>
span { border-color: #A7C863; }
span { border-color: rgb(167,200,99); }
td.TdClassName
{
border-color: #A7C863;
}
.TagClassName
{
border-color: #A7C863;
}
</style>