Shades of Olivine #A1BE7B
Tints of Olivine #A1BE7B
RGB
CMYK
RGB Variations
Color information
#A1BE7B (or 0xA1BE7B) is known color: Olivine. HEX triplet: A1, BE and 7B. RGB value is (161,190,123). Sum of RGB (Red+Green+Blue) = 161+190+123=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 123 (48.44% from 255 or 25.95% from 474); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BE7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BE7B is #5E4184. Grayscale: #ADADAD. Windows color (decimal): -6177157 or 8109729. OLE color: 8109729.
HSL color Cylindrical-coordinate representation of color #A1BE7B: hue angle of 85.97º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1BE7B is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 190 | 123 | - |
| CMYK | 0.15 | 0 | 0.35 | 0.25 |
| HSL | 85.97º | 0.34% | 0.61% | - |
| HSV(B) | 85.97º | 0.35% | 0.75% | - |
| XYZ | 36.69 | 45.83 | 25.65 | - |
| YUV | 173.69 | 99.39 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 190 | 123 | 0.15 | 0 | 0.35 | 0.25 | 85.97 | 0.34 | 0.61 |
| Hex | A1 | BE | 7B | F | 0 | 23 | 19 | 56 | 22 | 3D |
| Octal | 241 | 276 | 173 | 17 | 0 | 43 | 31 | 126 | 42 | 75 |
| Binary | 10100001 | 10111110 | 1111011 | 1111 | 0 | 100011 | 11001 | 1010110 | 100010 | 111101 |
Color Harmonies of #A1BE7B
Complementary color
Monochromatic Colors of #A1BE7B
Black with #A1BE7B
Text Example
Text Example
White with #A1BE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BE7B; }
p { color: rgb(161,190,123); }
H1.HeaderClassName
{
color: #A1BE7B;
}
.AnyTagClassName
{
color: #A1BE7B;
}
</style>
background-color css
<style>
a { background-color: #A1BE7B; }
a { background-color: rgb(161,190,123); }
div.DivClassName
{
background-color: #A1BE7B;
}
.BgClassName
{
background-color: #A1BE7B;
}
</style>
border-color css
<style>
span { border-color: #A1BE7B; }
span { border-color: rgb(161,190,123); }
td.TdClassName
{
border-color: #A1BE7B;
}
.TagClassName
{
border-color: #A1BE7B;
}
</style>