Shades of Olivine #A1BB67
Tints of Olivine #A1BB67
RGB
CMYK
RGB Variations
Color information
#A1BB67 (or 0xA1BB67) is known color: Olivine. HEX triplet: A1, BB and 67. RGB value is (161,187,103). Sum of RGB (Red+Green+Blue) = 161+187+103=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 187 (73.44% from 255 or 41.46% from 451); Blue value is 103 (40.62% from 255 or 22.84% from 451); Max value from RGB is 187 - color contains mainly: green. Hex color #A1BB67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BB67 is #5E4498. Grayscale: #A9A9A9. Windows color (decimal): -6177945 or 6798241. OLE color: 6798241.
HSL color Cylindrical-coordinate representation of color #A1BB67: hue angle of 78.57º 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 #A1BB67 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 187 | 103 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.27 |
| HSL | 78.57º | 0.38% | 0.57% | - |
| HSV(B) | 78.57º | 0.45% | 0.73% | - |
| XYZ | 34.92 | 44.1 | 19.5 | - |
| YUV | 169.65 | 90.39 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 187 | 103 | 0.14 | 0 | 0.45 | 0.27 | 78.57 | 0.38 | 0.57 |
| Hex | A1 | BB | 67 | E | 0 | 2D | 1B | 4F | 26 | 39 |
| Octal | 241 | 273 | 147 | 16 | 0 | 55 | 33 | 117 | 46 | 71 |
| Binary | 10100001 | 10111011 | 1100111 | 1110 | 0 | 101101 | 11011 | 1001111 | 100110 | 111001 |
Color Harmonies of #A1BB67
Complementary color
Monochromatic Colors of #A1BB67
Black with #A1BB67
Text Example
Text Example
White with #A1BB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BB67; }
p { color: rgb(161,187,103); }
H1.HeaderClassName
{
color: #A1BB67;
}
.AnyTagClassName
{
color: #A1BB67;
}
</style>
background-color css
<style>
a { background-color: #A1BB67; }
a { background-color: rgb(161,187,103); }
div.DivClassName
{
background-color: #A1BB67;
}
.BgClassName
{
background-color: #A1BB67;
}
</style>
border-color css
<style>
span { border-color: #A1BB67; }
span { border-color: rgb(161,187,103); }
td.TdClassName
{
border-color: #A1BB67;
}
.TagClassName
{
border-color: #A1BB67;
}
</style>