Shades of Olivine #A5C87A
Tints of Olivine #A5C87A
RGB
CMYK
RGB Variations
Color information
#A5C87A (or 0xA5C87A) is known color: Olivine. HEX triplet: A5, C8 and 7A. RGB value is (165,200,122). Sum of RGB (Red+Green+Blue) = 165+200+122=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 200 (78.52% from 255 or 41.07% from 487); Blue value is 122 (48.05% from 255 or 25.05% from 487); Max value from RGB is 200 - color contains mainly: green. Hex color #A5C87A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C87A is #5A3785. Grayscale: #B4B4B4. Windows color (decimal): -5912454 or 8046757. OLE color: 8046757.
HSL color Cylindrical-coordinate representation of color #A5C87A: hue angle of 86.92º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A5C87A is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 200 | 122 | - |
| CMYK | 0.18 | 0 | 0.39 | 0.22 |
| HSL | 86.92º | 0.41% | 0.63% | - |
| HSV(B) | 86.92º | 0.39% | 0.78% | - |
| XYZ | 39.68 | 50.71 | 26.11 | - |
| YUV | 180.64 | 94.9 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 200 | 122 | 0.18 | 0 | 0.39 | 0.22 | 86.92 | 0.41 | 0.63 |
| Hex | A5 | C8 | 7A | 12 | 0 | 27 | 16 | 57 | 29 | 3F |
| Octal | 245 | 310 | 172 | 22 | 0 | 47 | 26 | 127 | 51 | 77 |
| Binary | 10100101 | 11001000 | 1111010 | 10010 | 0 | 100111 | 10110 | 1010111 | 101001 | 111111 |
Color Harmonies of #A5C87A
Complementary color
Monochromatic Colors of #A5C87A
Black with #A5C87A
Text Example
Text Example
White with #A5C87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C87A; }
p { color: rgb(165,200,122); }
H1.HeaderClassName
{
color: #A5C87A;
}
.AnyTagClassName
{
color: #A5C87A;
}
</style>
background-color css
<style>
a { background-color: #A5C87A; }
a { background-color: rgb(165,200,122); }
div.DivClassName
{
background-color: #A5C87A;
}
.BgClassName
{
background-color: #A5C87A;
}
</style>
border-color css
<style>
span { border-color: #A5C87A; }
span { border-color: rgb(165,200,122); }
td.TdClassName
{
border-color: #A5C87A;
}
.TagClassName
{
border-color: #A5C87A;
}
</style>