Shades of Olivine #A3BB7B
Tints of Olivine #A3BB7B
RGB
CMYK
RGB Variations
Color information
#A3BB7B (or 0xA3BB7B) is known color: Olivine. HEX triplet: A3, BB and 7B. RGB value is (163,187,123). Sum of RGB (Red+Green+Blue) = 163+187+123=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 187 (73.44% from 255 or 39.53% from 473); Blue value is 123 (48.44% from 255 or 26.00% from 473); Max value from RGB is 187 - color contains mainly: green. Hex color #A3BB7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BB7B is #5C4484. Grayscale: #ACACAC. Windows color (decimal): -6046853 or 8108963. OLE color: 8108963.
HSL color Cylindrical-coordinate representation of color #A3BB7B: hue angle of 82.5º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A3BB7B is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 187 | 123 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.27 |
| HSL | 82.5º | 0.32% | 0.61% | - |
| HSV(B) | 82.5º | 0.34% | 0.73% | - |
| XYZ | 36.45 | 44.76 | 25.46 | - |
| YUV | 172.53 | 100.05 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 187 | 123 | 0.13 | 0 | 0.34 | 0.27 | 82.5 | 0.32 | 0.61 |
| Hex | A3 | BB | 7B | D | 0 | 22 | 1B | 52 | 20 | 3D |
| Octal | 243 | 273 | 173 | 15 | 0 | 42 | 33 | 122 | 40 | 75 |
| Binary | 10100011 | 10111011 | 1111011 | 1101 | 0 | 100010 | 11011 | 1010010 | 100000 | 111101 |
Color Harmonies of #A3BB7B
Complementary color
Monochromatic Colors of #A3BB7B
Black with #A3BB7B
Text Example
Text Example
White with #A3BB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BB7B; }
p { color: rgb(163,187,123); }
H1.HeaderClassName
{
color: #A3BB7B;
}
.AnyTagClassName
{
color: #A3BB7B;
}
</style>
background-color css
<style>
a { background-color: #A3BB7B; }
a { background-color: rgb(163,187,123); }
div.DivClassName
{
background-color: #A3BB7B;
}
.BgClassName
{
background-color: #A3BB7B;
}
</style>
border-color css
<style>
span { border-color: #A3BB7B; }
span { border-color: rgb(163,187,123); }
td.TdClassName
{
border-color: #A3BB7B;
}
.TagClassName
{
border-color: #A3BB7B;
}
</style>