Shades of Olivine #A5C46D
Tints of Olivine #A5C46D
RGB
CMYK
RGB Variations
Color information
#A5C46D (or 0xA5C46D) is known color: Olivine. HEX triplet: A5, C4 and 6D. RGB value is (165,196,109). Sum of RGB (Red+Green+Blue) = 165+196+109=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 196 (76.95% from 255 or 41.70% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 196 - color contains mainly: green. Hex color #A5C46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C46D is #5A3B92. Grayscale: #B1B1B1. Windows color (decimal): -5913491 or 7193765. OLE color: 7193765.
HSL color Cylindrical-coordinate representation of color #A5C46D: hue angle of 81.38º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A5C46D is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 196 | 109 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.23 |
| HSL | 81.38º | 0.42% | 0.6% | - |
| HSV(B) | 81.38º | 0.44% | 0.77% | - |
| XYZ | 38.02 | 48.58 | 21.84 | - |
| YUV | 176.81 | 89.73 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 196 | 109 | 0.16 | 0 | 0.44 | 0.23 | 81.38 | 0.42 | 0.6 |
| Hex | A5 | C4 | 6D | 10 | 0 | 2C | 17 | 51 | 2A | 3C |
| Octal | 245 | 304 | 155 | 20 | 0 | 54 | 27 | 121 | 52 | 74 |
| Binary | 10100101 | 11000100 | 1101101 | 10000 | 0 | 101100 | 10111 | 1010001 | 101010 | 111100 |
Color Harmonies of #A5C46D
Complementary color
Monochromatic Colors of #A5C46D
Black with #A5C46D
Text Example
Text Example
White with #A5C46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C46D; }
p { color: rgb(165,196,109); }
H1.HeaderClassName
{
color: #A5C46D;
}
.AnyTagClassName
{
color: #A5C46D;
}
</style>
background-color css
<style>
a { background-color: #A5C46D; }
a { background-color: rgb(165,196,109); }
div.DivClassName
{
background-color: #A5C46D;
}
.BgClassName
{
background-color: #A5C46D;
}
</style>
border-color css
<style>
span { border-color: #A5C46D; }
span { border-color: rgb(165,196,109); }
td.TdClassName
{
border-color: #A5C46D;
}
.TagClassName
{
border-color: #A5C46D;
}
</style>