Shades of Olivine #A3BE7B
Tints of Olivine #A3BE7B
RGB
CMYK
RGB Variations
Color information
#A3BE7B (or 0xA3BE7B) is known color: Olivine. HEX triplet: A3, BE and 7B. RGB value is (163,190,123). Sum of RGB (Red+Green+Blue) = 163+190+123=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 190 (74.61% from 255 or 39.92% from 476); Blue value is 123 (48.44% from 255 or 25.84% from 476); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BE7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BE7B is #5C4184. Grayscale: #AEAEAE. Windows color (decimal): -6046085 or 8109731. OLE color: 8109731.
HSL color Cylindrical-coordinate representation of color #A3BE7B: hue angle of 84.18º 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 #A3BE7B is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 190 | 123 | - |
| CMYK | 0.14 | 0 | 0.35 | 0.25 |
| HSL | 84.18º | 0.34% | 0.61% | - |
| HSV(B) | 84.18º | 0.35% | 0.75% | - |
| XYZ | 37.09 | 46.04 | 25.67 | - |
| YUV | 174.29 | 99.05 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 190 | 123 | 0.14 | 0 | 0.35 | 0.25 | 84.18 | 0.34 | 0.61 |
| Hex | A3 | BE | 7B | E | 0 | 23 | 19 | 54 | 22 | 3D |
| Octal | 243 | 276 | 173 | 16 | 0 | 43 | 31 | 124 | 42 | 75 |
| Binary | 10100011 | 10111110 | 1111011 | 1110 | 0 | 100011 | 11001 | 1010100 | 100010 | 111101 |
Color Harmonies of #A3BE7B
Complementary color
Monochromatic Colors of #A3BE7B
Black with #A3BE7B
Text Example
Text Example
White with #A3BE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BE7B; }
p { color: rgb(163,190,123); }
H1.HeaderClassName
{
color: #A3BE7B;
}
.AnyTagClassName
{
color: #A3BE7B;
}
</style>
background-color css
<style>
a { background-color: #A3BE7B; }
a { background-color: rgb(163,190,123); }
div.DivClassName
{
background-color: #A3BE7B;
}
.BgClassName
{
background-color: #A3BE7B;
}
</style>
border-color css
<style>
span { border-color: #A3BE7B; }
span { border-color: rgb(163,190,123); }
td.TdClassName
{
border-color: #A3BE7B;
}
.TagClassName
{
border-color: #A3BE7B;
}
</style>