Shades of Olivine #A5BD6E
Tints of Olivine #A5BD6E
RGB
CMYK
RGB Variations
Color information
#A5BD6E (or 0xA5BD6E) is known color: Olivine. HEX triplet: A5, BD and 6E. RGB value is (165,189,110). Sum of RGB (Red+Green+Blue) = 165+189+110=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 189 (74.22% from 255 or 40.73% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BD6E is #5A4291. Grayscale: #ADADAD. Windows color (decimal): -5915282 or 7257509. OLE color: 7257509.
HSL color Cylindrical-coordinate representation of color #A5BD6E: hue angle of 78.23º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5BD6E is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 189 | 110 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.26 |
| HSL | 78.23º | 0.37% | 0.59% | - |
| HSV(B) | 78.23º | 0.42% | 0.74% | - |
| XYZ | 36.53 | 45.52 | 21.61 | - |
| YUV | 172.82 | 92.55 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 189 | 110 | 0.13 | 0 | 0.42 | 0.26 | 78.23 | 0.37 | 0.59 |
| Hex | A5 | BD | 6E | D | 0 | 2A | 1A | 4E | 25 | 3B |
| Octal | 245 | 275 | 156 | 15 | 0 | 52 | 32 | 116 | 45 | 73 |
| Binary | 10100101 | 10111101 | 1101110 | 1101 | 0 | 101010 | 11010 | 1001110 | 100101 | 111011 |
Color Harmonies of #A5BD6E
Complementary color
Monochromatic Colors of #A5BD6E
Black with #A5BD6E
Text Example
Text Example
White with #A5BD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BD6E; }
p { color: rgb(165,189,110); }
H1.HeaderClassName
{
color: #A5BD6E;
}
.AnyTagClassName
{
color: #A5BD6E;
}
</style>
background-color css
<style>
a { background-color: #A5BD6E; }
a { background-color: rgb(165,189,110); }
div.DivClassName
{
background-color: #A5BD6E;
}
.BgClassName
{
background-color: #A5BD6E;
}
</style>
border-color css
<style>
span { border-color: #A5BD6E; }
span { border-color: rgb(165,189,110); }
td.TdClassName
{
border-color: #A5BD6E;
}
.TagClassName
{
border-color: #A5BD6E;
}
</style>