Shades of Olivine #A5CD6D
Tints of Olivine #A5CD6D
RGB
CMYK
RGB Variations
Color information
#A5CD6D (or 0xA5CD6D) is known color: Olivine. HEX triplet: A5, CD and 6D. RGB value is (165,205,109). Sum of RGB (Red+Green+Blue) = 165+205+109=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 109 (42.97% from 255 or 22.76% from 479); Max value from RGB is 205 - color contains mainly: green. Hex color #A5CD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CD6D is #5A3292. Grayscale: #B6B6B6. Windows color (decimal): -5911187 or 7196069. OLE color: 7196069.
HSL color Cylindrical-coordinate representation of color #A5CD6D: hue angle of 85º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A5CD6D is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 205 | 109 | - |
| CMYK | 0.20 | 0 | 0.47 | 0.20 |
| HSL | 85º | 0.49% | 0.62% | - |
| HSV(B) | 85º | 0.47% | 0.8% | - |
| XYZ | 40.11 | 52.77 | 22.54 | - |
| YUV | 182.1 | 86.75 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 205 | 109 | 0.20 | 0 | 0.47 | 0.20 | 85 | 0.49 | 0.62 |
| Hex | A5 | CD | 6D | 14 | 0 | 2F | 14 | 55 | 31 | 3E |
| Octal | 245 | 315 | 155 | 24 | 0 | 57 | 24 | 125 | 61 | 76 |
| Binary | 10100101 | 11001101 | 1101101 | 10100 | 0 | 101111 | 10100 | 1010101 | 110001 | 111110 |
Color Harmonies of #A5CD6D
Complementary color
Monochromatic Colors of #A5CD6D
Black with #A5CD6D
Text Example
Text Example
White with #A5CD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CD6D; }
p { color: rgb(165,205,109); }
H1.HeaderClassName
{
color: #A5CD6D;
}
.AnyTagClassName
{
color: #A5CD6D;
}
</style>
background-color css
<style>
a { background-color: #A5CD6D; }
a { background-color: rgb(165,205,109); }
div.DivClassName
{
background-color: #A5CD6D;
}
.BgClassName
{
background-color: #A5CD6D;
}
</style>
border-color css
<style>
span { border-color: #A5CD6D; }
span { border-color: rgb(165,205,109); }
td.TdClassName
{
border-color: #A5CD6D;
}
.TagClassName
{
border-color: #A5CD6D;
}
</style>