Shades of Olivine #A4BF7A
Tints of Olivine #A4BF7A
RGB
CMYK
RGB Variations
Color information
#A4BF7A (or 0xA4BF7A) is known color: Olivine. HEX triplet: A4, BF and 7A. RGB value is (164,191,122). Sum of RGB (Red+Green+Blue) = 164+191+122=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BF7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BF7A is #5B4085. Grayscale: #AFAFAF. Windows color (decimal): -5980294 or 8044452. OLE color: 8044452.
HSL color Cylindrical-coordinate representation of color #A4BF7A: hue angle of 83.48º degrees, saturation: 0.35, 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 #A4BF7A is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 191 | 122 | - |
| CMYK | 0.14 | 0 | 0.36 | 0.25 |
| HSL | 83.48º | 0.35% | 0.61% | - |
| HSV(B) | 83.48º | 0.36% | 0.75% | - |
| XYZ | 37.45 | 46.56 | 25.43 | - |
| YUV | 175.06 | 98.05 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 191 | 122 | 0.14 | 0 | 0.36 | 0.25 | 83.48 | 0.35 | 0.61 |
| Hex | A4 | BF | 7A | E | 0 | 24 | 19 | 53 | 23 | 3D |
| Octal | 244 | 277 | 172 | 16 | 0 | 44 | 31 | 123 | 43 | 75 |
| Binary | 10100100 | 10111111 | 1111010 | 1110 | 0 | 100100 | 11001 | 1010011 | 100011 | 111101 |
Color Harmonies of #A4BF7A
Complementary color
Monochromatic Colors of #A4BF7A
Black with #A4BF7A
Text Example
Text Example
White with #A4BF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BF7A; }
p { color: rgb(164,191,122); }
H1.HeaderClassName
{
color: #A4BF7A;
}
.AnyTagClassName
{
color: #A4BF7A;
}
</style>
background-color css
<style>
a { background-color: #A4BF7A; }
a { background-color: rgb(164,191,122); }
div.DivClassName
{
background-color: #A4BF7A;
}
.BgClassName
{
background-color: #A4BF7A;
}
</style>
border-color css
<style>
span { border-color: #A4BF7A; }
span { border-color: rgb(164,191,122); }
td.TdClassName
{
border-color: #A4BF7A;
}
.TagClassName
{
border-color: #A4BF7A;
}
</style>