Shades of Olivine #A5C063
Tints of Olivine #A5C063
RGB
CMYK
RGB Variations
Color information
#A5C063 (or 0xA5C063) is known color: Olivine. HEX triplet: A5, C0 and 63. RGB value is (165,192,99). Sum of RGB (Red+Green+Blue) = 165+192+99=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 99 (39.06% from 255 or 21.71% from 456); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C063 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C063 is #5A3F9C. Grayscale: #ADADAD. Windows color (decimal): -5914525 or 6537381. OLE color: 6537381.
HSL color Cylindrical-coordinate representation of color #A5C063: hue angle of 77.42º 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 #A5C063 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 192 | 99 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.25 |
| HSL | 77.42º | 0.42% | 0.57% | - |
| HSV(B) | 77.42º | 0.48% | 0.75% | - |
| XYZ | 36.62 | 46.6 | 18.87 | - |
| YUV | 173.33 | 86.05 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 192 | 99 | 0.14 | 0 | 0.48 | 0.25 | 77.42 | 0.42 | 0.57 |
| Hex | A5 | C0 | 63 | E | 0 | 30 | 19 | 4D | 2A | 39 |
| Octal | 245 | 300 | 143 | 16 | 0 | 60 | 31 | 115 | 52 | 71 |
| Binary | 10100101 | 11000000 | 1100011 | 1110 | 0 | 110000 | 11001 | 1001101 | 101010 | 111001 |
Color Harmonies of #A5C063
Complementary color
Monochromatic Colors of #A5C063
Black with #A5C063
Text Example
Text Example
White with #A5C063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C063; }
p { color: rgb(165,192,99); }
H1.HeaderClassName
{
color: #A5C063;
}
.AnyTagClassName
{
color: #A5C063;
}
</style>
background-color css
<style>
a { background-color: #A5C063; }
a { background-color: rgb(165,192,99); }
div.DivClassName
{
background-color: #A5C063;
}
.BgClassName
{
background-color: #A5C063;
}
</style>
border-color css
<style>
span { border-color: #A5C063; }
span { border-color: rgb(165,192,99); }
td.TdClassName
{
border-color: #A5C063;
}
.TagClassName
{
border-color: #A5C063;
}
</style>