Shades of Olivine #A1BD7B
Tints of Olivine #A1BD7B
RGB
CMYK
RGB Variations
Color information
#A1BD7B (or 0xA1BD7B) is known color: Olivine. HEX triplet: A1, BD and 7B. RGB value is (161,189,123). Sum of RGB (Red+Green+Blue) = 161+189+123=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 123 (48.44% from 255 or 26.00% from 473); Max value from RGB is 189 - color contains mainly: green. Hex color #A1BD7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BD7B is #5E4284. Grayscale: #ADADAD. Windows color (decimal): -6177413 or 8109473. OLE color: 8109473.
HSL color Cylindrical-coordinate representation of color #A1BD7B: hue angle of 85.45º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1BD7B is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 189 | 123 | - |
| CMYK | 0.15 | 0 | 0.35 | 0.26 |
| HSL | 85.45º | 0.33% | 0.61% | - |
| HSV(B) | 85.45º | 0.35% | 0.74% | - |
| XYZ | 36.47 | 45.4 | 25.58 | - |
| YUV | 173.1 | 99.72 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 189 | 123 | 0.15 | 0 | 0.35 | 0.26 | 85.45 | 0.33 | 0.61 |
| Hex | A1 | BD | 7B | F | 0 | 23 | 1A | 55 | 21 | 3D |
| Octal | 241 | 275 | 173 | 17 | 0 | 43 | 32 | 125 | 41 | 75 |
| Binary | 10100001 | 10111101 | 1111011 | 1111 | 0 | 100011 | 11010 | 1010101 | 100001 | 111101 |
Color Harmonies of #A1BD7B
Complementary color
Monochromatic Colors of #A1BD7B
Black with #A1BD7B
Text Example
Text Example
White with #A1BD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BD7B; }
p { color: rgb(161,189,123); }
H1.HeaderClassName
{
color: #A1BD7B;
}
.AnyTagClassName
{
color: #A1BD7B;
}
</style>
background-color css
<style>
a { background-color: #A1BD7B; }
a { background-color: rgb(161,189,123); }
div.DivClassName
{
background-color: #A1BD7B;
}
.BgClassName
{
background-color: #A1BD7B;
}
</style>
border-color css
<style>
span { border-color: #A1BD7B; }
span { border-color: rgb(161,189,123); }
td.TdClassName
{
border-color: #A1BD7B;
}
.TagClassName
{
border-color: #A1BD7B;
}
</style>