Shades of Olivine #A3BE7A
Tints of Olivine #A3BE7A
RGB
CMYK
RGB Variations
Color information
#A3BE7A (or 0xA3BE7A) is known color: Olivine. HEX triplet: A3, BE and 7A. RGB value is (163,190,122). Sum of RGB (Red+Green+Blue) = 163+190+122=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 122 (48.05% from 255 or 25.68% from 475); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BE7A is #5C4185. Grayscale: #AEAEAE. Windows color (decimal): -6046086 or 8044195. OLE color: 8044195.
HSL color Cylindrical-coordinate representation of color #A3BE7A: hue angle of 83.82º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3BE7A is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 190 | 122 | - |
| CMYK | 0.14 | 0 | 0.36 | 0.25 |
| HSL | 83.82º | 0.34% | 0.61% | - |
| HSV(B) | 83.82º | 0.36% | 0.75% | - |
| XYZ | 37.03 | 46.02 | 25.34 | - |
| YUV | 174.18 | 98.55 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 190 | 122 | 0.14 | 0 | 0.36 | 0.25 | 83.82 | 0.34 | 0.61 |
| Hex | A3 | BE | 7A | E | 0 | 24 | 19 | 54 | 22 | 3D |
| Octal | 243 | 276 | 172 | 16 | 0 | 44 | 31 | 124 | 42 | 75 |
| Binary | 10100011 | 10111110 | 1111010 | 1110 | 0 | 100100 | 11001 | 1010100 | 100010 | 111101 |
Color Harmonies of #A3BE7A
Complementary color
Monochromatic Colors of #A3BE7A
Black with #A3BE7A
Text Example
Text Example
White with #A3BE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BE7A; }
p { color: rgb(163,190,122); }
H1.HeaderClassName
{
color: #A3BE7A;
}
.AnyTagClassName
{
color: #A3BE7A;
}
</style>
background-color css
<style>
a { background-color: #A3BE7A; }
a { background-color: rgb(163,190,122); }
div.DivClassName
{
background-color: #A3BE7A;
}
.BgClassName
{
background-color: #A3BE7A;
}
</style>
border-color css
<style>
span { border-color: #A3BE7A; }
span { border-color: rgb(163,190,122); }
td.TdClassName
{
border-color: #A3BE7A;
}
.TagClassName
{
border-color: #A3BE7A;
}
</style>