Shades of Olivine #A5BB6D
Tints of Olivine #A5BB6D
RGB
CMYK
RGB Variations
Color information
#A5BB6D (or 0xA5BB6D) is known color: Olivine. HEX triplet: A5, BB and 6D. RGB value is (165,187,109). Sum of RGB (Red+Green+Blue) = 165+187+109=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 187 (73.44% from 255 or 40.56% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 187 - color contains mainly: green. Hex color #A5BB6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BB6D is #5A4492. Grayscale: #ABABAB. Windows color (decimal): -5915795 or 7191461. OLE color: 7191461.
HSL color Cylindrical-coordinate representation of color #A5BB6D: hue angle of 76.92º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5BB6D is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 187 | 109 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.27 |
| HSL | 76.92º | 0.36% | 0.58% | - |
| HSV(B) | 76.92º | 0.42% | 0.73% | - |
| XYZ | 36.05 | 44.64 | 21.19 | - |
| YUV | 171.53 | 92.71 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 187 | 109 | 0.12 | 0 | 0.42 | 0.27 | 76.92 | 0.36 | 0.58 |
| Hex | A5 | BB | 6D | C | 0 | 2A | 1B | 4D | 24 | 3A |
| Octal | 245 | 273 | 155 | 14 | 0 | 52 | 33 | 115 | 44 | 72 |
| Binary | 10100101 | 10111011 | 1101101 | 1100 | 0 | 101010 | 11011 | 1001101 | 100100 | 111010 |
Color Harmonies of #A5BB6D
Complementary color
Monochromatic Colors of #A5BB6D
Black with #A5BB6D
Text Example
Text Example
White with #A5BB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BB6D; }
p { color: rgb(165,187,109); }
H1.HeaderClassName
{
color: #A5BB6D;
}
.AnyTagClassName
{
color: #A5BB6D;
}
</style>
background-color css
<style>
a { background-color: #A5BB6D; }
a { background-color: rgb(165,187,109); }
div.DivClassName
{
background-color: #A5BB6D;
}
.BgClassName
{
background-color: #A5BB6D;
}
</style>
border-color css
<style>
span { border-color: #A5BB6D; }
span { border-color: rgb(165,187,109); }
td.TdClassName
{
border-color: #A5BB6D;
}
.TagClassName
{
border-color: #A5BB6D;
}
</style>