Shades of Olivine #A5BA67
Tints of Olivine #A5BA67
RGB
CMYK
RGB Variations
Color information
#A5BA67 (or 0xA5BA67) is known color: Olivine. HEX triplet: A5, BA and 67. RGB value is (165,186,103). Sum of RGB (Red+Green+Blue) = 165+186+103=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 103 (40.62% from 255 or 22.69% from 454); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BA67 is #5A4598. Grayscale: #AAAAAA. Windows color (decimal): -5916057 or 6797989. OLE color: 6797989.
HSL color Cylindrical-coordinate representation of color #A5BA67: hue angle of 75.18º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A5BA67 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 186 | 103 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.27 |
| HSL | 75.18º | 0.38% | 0.57% | - |
| HSV(B) | 75.18º | 0.45% | 0.73% | - |
| XYZ | 35.52 | 44.1 | 19.47 | - |
| YUV | 170.26 | 90.04 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 186 | 103 | 0.11 | 0 | 0.45 | 0.27 | 75.18 | 0.38 | 0.57 |
| Hex | A5 | BA | 67 | B | 0 | 2D | 1B | 4B | 26 | 39 |
| Octal | 245 | 272 | 147 | 13 | 0 | 55 | 33 | 113 | 46 | 71 |
| Binary | 10100101 | 10111010 | 1100111 | 1011 | 0 | 101101 | 11011 | 1001011 | 100110 | 111001 |
Color Harmonies of #A5BA67
Complementary color
Monochromatic Colors of #A5BA67
Black with #A5BA67
Text Example
Text Example
White with #A5BA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BA67; }
p { color: rgb(165,186,103); }
H1.HeaderClassName
{
color: #A5BA67;
}
.AnyTagClassName
{
color: #A5BA67;
}
</style>
background-color css
<style>
a { background-color: #A5BA67; }
a { background-color: rgb(165,186,103); }
div.DivClassName
{
background-color: #A5BA67;
}
.BgClassName
{
background-color: #A5BA67;
}
</style>
border-color css
<style>
span { border-color: #A5BA67; }
span { border-color: rgb(165,186,103); }
td.TdClassName
{
border-color: #A5BA67;
}
.TagClassName
{
border-color: #A5BA67;
}
</style>