Shades of Olivine #A5BE6F
Tints of Olivine #A5BE6F
RGB
CMYK
RGB Variations
Color information
#A5BE6F (or 0xA5BE6F) is known color: Olivine. HEX triplet: A5, BE and 6F. RGB value is (165,190,111). Sum of RGB (Red+Green+Blue) = 165+190+111=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 111 (43.75% from 255 or 23.82% from 466); Max value from RGB is 190 - color contains mainly: green. Hex color #A5BE6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BE6F is #5A4190. Grayscale: #ADADAD. Windows color (decimal): -5915025 or 7323301. OLE color: 7323301.
HSL color Cylindrical-coordinate representation of color #A5BE6F: hue angle of 78.99º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5BE6F is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 190 | 111 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.25 |
| HSL | 78.99º | 0.38% | 0.59% | - |
| HSV(B) | 78.99º | 0.42% | 0.75% | - |
| XYZ | 36.8 | 45.97 | 21.97 | - |
| YUV | 173.52 | 92.72 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 190 | 111 | 0.13 | 0 | 0.42 | 0.25 | 78.99 | 0.38 | 0.59 |
| Hex | A5 | BE | 6F | D | 0 | 2A | 19 | 4F | 26 | 3B |
| Octal | 245 | 276 | 157 | 15 | 0 | 52 | 31 | 117 | 46 | 73 |
| Binary | 10100101 | 10111110 | 1101111 | 1101 | 0 | 101010 | 11001 | 1001111 | 100110 | 111011 |
Color Harmonies of #A5BE6F
Complementary color
Monochromatic Colors of #A5BE6F
Black with #A5BE6F
Text Example
Text Example
White with #A5BE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BE6F; }
p { color: rgb(165,190,111); }
H1.HeaderClassName
{
color: #A5BE6F;
}
.AnyTagClassName
{
color: #A5BE6F;
}
</style>
background-color css
<style>
a { background-color: #A5BE6F; }
a { background-color: rgb(165,190,111); }
div.DivClassName
{
background-color: #A5BE6F;
}
.BgClassName
{
background-color: #A5BE6F;
}
</style>
border-color css
<style>
span { border-color: #A5BE6F; }
span { border-color: rgb(165,190,111); }
td.TdClassName
{
border-color: #A5BE6F;
}
.TagClassName
{
border-color: #A5BE6F;
}
</style>