Shades of Olivine #A5BB6C
Tints of Olivine #A5BB6C
RGB
CMYK
RGB Variations
Color information
#A5BB6C (or 0xA5BB6C) is known color: Olivine. HEX triplet: A5, BB and 6C. RGB value is (165,187,108). Sum of RGB (Red+Green+Blue) = 165+187+108=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 108 (42.58% from 255 or 23.48% from 460); Max value from RGB is 187 - color contains mainly: green. Hex color #A5BB6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BB6C is #5A4493. Grayscale: #ABABAB. Windows color (decimal): -5915796 or 7125925. OLE color: 7125925.
HSL color Cylindrical-coordinate representation of color #A5BB6C: hue angle of 76.71º degrees, saturation: 0.37, 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 #A5BB6C is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 187 | 108 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.27 |
| HSL | 76.71º | 0.37% | 0.58% | - |
| HSV(B) | 76.71º | 0.42% | 0.73% | - |
| XYZ | 35.99 | 44.62 | 20.9 | - |
| YUV | 171.42 | 92.21 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 187 | 108 | 0.12 | 0 | 0.42 | 0.27 | 76.71 | 0.37 | 0.58 |
| Hex | A5 | BB | 6C | C | 0 | 2A | 1B | 4D | 25 | 3A |
| Octal | 245 | 273 | 154 | 14 | 0 | 52 | 33 | 115 | 45 | 72 |
| Binary | 10100101 | 10111011 | 1101100 | 1100 | 0 | 101010 | 11011 | 1001101 | 100101 | 111010 |
Color Harmonies of #A5BB6C
Complementary color
Monochromatic Colors of #A5BB6C
Black with #A5BB6C
Text Example
Text Example
White with #A5BB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BB6C; }
p { color: rgb(165,187,108); }
H1.HeaderClassName
{
color: #A5BB6C;
}
.AnyTagClassName
{
color: #A5BB6C;
}
</style>
background-color css
<style>
a { background-color: #A5BB6C; }
a { background-color: rgb(165,187,108); }
div.DivClassName
{
background-color: #A5BB6C;
}
.BgClassName
{
background-color: #A5BB6C;
}
</style>
border-color css
<style>
span { border-color: #A5BB6C; }
span { border-color: rgb(165,187,108); }
td.TdClassName
{
border-color: #A5BB6C;
}
.TagClassName
{
border-color: #A5BB6C;
}
</style>