Shades of Olivine #A5C96D
Tints of Olivine #A5C96D
RGB
CMYK
RGB Variations
Color information
#A5C96D (or 0xA5C96D) is known color: Olivine. HEX triplet: A5, C9 and 6D. RGB value is (165,201,109). Sum of RGB (Red+Green+Blue) = 165+201+109=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 201 - color contains mainly: green. Hex color #A5C96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C96D is #5A3692. Grayscale: #B4B4B4. Windows color (decimal): -5912211 or 7195045. OLE color: 7195045.
HSL color Cylindrical-coordinate representation of color #A5C96D: hue angle of 83.48º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A5C96D is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 201 | 109 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.21 |
| HSL | 83.48º | 0.46% | 0.61% | - |
| HSV(B) | 83.48º | 0.46% | 0.79% | - |
| XYZ | 39.16 | 50.88 | 22.22 | - |
| YUV | 179.75 | 88.07 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 201 | 109 | 0.18 | 0 | 0.46 | 0.21 | 83.48 | 0.46 | 0.61 |
| Hex | A5 | C9 | 6D | 12 | 0 | 2E | 15 | 53 | 2E | 3D |
| Octal | 245 | 311 | 155 | 22 | 0 | 56 | 25 | 123 | 56 | 75 |
| Binary | 10100101 | 11001001 | 1101101 | 10010 | 0 | 101110 | 10101 | 1010011 | 101110 | 111101 |
Color Harmonies of #A5C96D
Complementary color
Monochromatic Colors of #A5C96D
Black with #A5C96D
Text Example
Text Example
White with #A5C96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C96D; }
p { color: rgb(165,201,109); }
H1.HeaderClassName
{
color: #A5C96D;
}
.AnyTagClassName
{
color: #A5C96D;
}
</style>
background-color css
<style>
a { background-color: #A5C96D; }
a { background-color: rgb(165,201,109); }
div.DivClassName
{
background-color: #A5C96D;
}
.BgClassName
{
background-color: #A5C96D;
}
</style>
border-color css
<style>
span { border-color: #A5C96D; }
span { border-color: rgb(165,201,109); }
td.TdClassName
{
border-color: #A5C96D;
}
.TagClassName
{
border-color: #A5C96D;
}
</style>