Shades of Olivine #A3BC7A
Tints of Olivine #A3BC7A
RGB
CMYK
RGB Variations
Color information
#A3BC7A (or 0xA3BC7A) is known color: Olivine. HEX triplet: A3, BC and 7A. RGB value is (163,188,122). Sum of RGB (Red+Green+Blue) = 163+188+122=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BC7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BC7A is #5C4385. Grayscale: #ADADAD. Windows color (decimal): -6046598 or 8043683. OLE color: 8043683.
HSL color Cylindrical-coordinate representation of color #A3BC7A: hue angle of 82.73º 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 #A3BC7A is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 188 | 122 | - |
| CMYK | 0.13 | 0 | 0.35 | 0.26 |
| HSL | 82.73º | 0.33% | 0.61% | - |
| HSV(B) | 82.73º | 0.35% | 0.74% | - |
| XYZ | 36.6 | 45.16 | 25.2 | - |
| YUV | 173 | 99.22 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 188 | 122 | 0.13 | 0 | 0.35 | 0.26 | 82.73 | 0.33 | 0.61 |
| Hex | A3 | BC | 7A | D | 0 | 23 | 1A | 53 | 21 | 3D |
| Octal | 243 | 274 | 172 | 15 | 0 | 43 | 32 | 123 | 41 | 75 |
| Binary | 10100011 | 10111100 | 1111010 | 1101 | 0 | 100011 | 11010 | 1010011 | 100001 | 111101 |
Color Harmonies of #A3BC7A
Complementary color
Monochromatic Colors of #A3BC7A
Black with #A3BC7A
Text Example
Text Example
White with #A3BC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BC7A; }
p { color: rgb(163,188,122); }
H1.HeaderClassName
{
color: #A3BC7A;
}
.AnyTagClassName
{
color: #A3BC7A;
}
</style>
background-color css
<style>
a { background-color: #A3BC7A; }
a { background-color: rgb(163,188,122); }
div.DivClassName
{
background-color: #A3BC7A;
}
.BgClassName
{
background-color: #A3BC7A;
}
</style>
border-color css
<style>
span { border-color: #A3BC7A; }
span { border-color: rgb(163,188,122); }
td.TdClassName
{
border-color: #A3BC7A;
}
.TagClassName
{
border-color: #A3BC7A;
}
</style>