Shades of Olivine #A4BE7A
Tints of Olivine #A4BE7A
RGB
CMYK
RGB Variations
Color information
#A4BE7A (or 0xA4BE7A) is known color: Olivine. HEX triplet: A4, BE and 7A. RGB value is (164,190,122). Sum of RGB (Red+Green+Blue) = 164+190+122=476 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.45% from 476); Green value is 190 (74.61% from 255 or 39.92% from 476); Blue value is 122 (48.05% from 255 or 25.63% from 476); Max value from RGB is 190 - color contains mainly: green. Hex color #A4BE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BE7A is #5B4185. Grayscale: #AEAEAE. Windows color (decimal): -5980550 or 8044196. OLE color: 8044196.
HSL color Cylindrical-coordinate representation of color #A4BE7A: hue angle of 82.94º 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 #A4BE7A is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 190 | 122 | - |
| CMYK | 0.14 | 0 | 0.36 | 0.25 |
| HSL | 82.94º | 0.34% | 0.61% | - |
| HSV(B) | 82.94º | 0.36% | 0.75% | - |
| XYZ | 37.24 | 46.12 | 25.35 | - |
| YUV | 174.47 | 98.39 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 190 | 122 | 0.14 | 0 | 0.36 | 0.25 | 82.94 | 0.34 | 0.61 |
| Hex | A4 | BE | 7A | E | 0 | 24 | 19 | 53 | 22 | 3D |
| Octal | 244 | 276 | 172 | 16 | 0 | 44 | 31 | 123 | 42 | 75 |
| Binary | 10100100 | 10111110 | 1111010 | 1110 | 0 | 100100 | 11001 | 1010011 | 100010 | 111101 |
Color Harmonies of #A4BE7A
Complementary color
Monochromatic Colors of #A4BE7A
Black with #A4BE7A
Text Example
Text Example
White with #A4BE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BE7A; }
p { color: rgb(164,190,122); }
H1.HeaderClassName
{
color: #A4BE7A;
}
.AnyTagClassName
{
color: #A4BE7A;
}
</style>
background-color css
<style>
a { background-color: #A4BE7A; }
a { background-color: rgb(164,190,122); }
div.DivClassName
{
background-color: #A4BE7A;
}
.BgClassName
{
background-color: #A4BE7A;
}
</style>
border-color css
<style>
span { border-color: #A4BE7A; }
span { border-color: rgb(164,190,122); }
td.TdClassName
{
border-color: #A4BE7A;
}
.TagClassName
{
border-color: #A4BE7A;
}
</style>