Shades of Olivine #A3BF7A
Tints of Olivine #A3BF7A
RGB
CMYK
RGB Variations
Color information
#A3BF7A (or 0xA3BF7A) is known color: Olivine. HEX triplet: A3, BF and 7A. RGB value is (163,191,122). Sum of RGB (Red+Green+Blue) = 163+191+122=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 122 (48.05% from 255 or 25.63% from 476); Max value from RGB is 191 - color contains mainly: green. Hex color #A3BF7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BF7A is #5C4085. Grayscale: #AFAFAF. Windows color (decimal): -6045830 or 8044451. OLE color: 8044451.
HSL color Cylindrical-coordinate representation of color #A3BF7A: hue angle of 84.35º 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 #A3BF7A is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 191 | 122 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.25 |
| HSL | 84.35º | 0.35% | 0.61% | - |
| HSV(B) | 84.35º | 0.36% | 0.75% | - |
| XYZ | 37.25 | 46.45 | 25.42 | - |
| YUV | 174.76 | 98.22 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 191 | 122 | 0.15 | 0 | 0.36 | 0.25 | 84.35 | 0.35 | 0.61 |
| Hex | A3 | BF | 7A | F | 0 | 24 | 19 | 54 | 23 | 3D |
| Octal | 243 | 277 | 172 | 17 | 0 | 44 | 31 | 124 | 43 | 75 |
| Binary | 10100011 | 10111111 | 1111010 | 1111 | 0 | 100100 | 11001 | 1010100 | 100011 | 111101 |
Color Harmonies of #A3BF7A
Complementary color
Monochromatic Colors of #A3BF7A
Black with #A3BF7A
Text Example
Text Example
White with #A3BF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BF7A; }
p { color: rgb(163,191,122); }
H1.HeaderClassName
{
color: #A3BF7A;
}
.AnyTagClassName
{
color: #A3BF7A;
}
</style>
background-color css
<style>
a { background-color: #A3BF7A; }
a { background-color: rgb(163,191,122); }
div.DivClassName
{
background-color: #A3BF7A;
}
.BgClassName
{
background-color: #A3BF7A;
}
</style>
border-color css
<style>
span { border-color: #A3BF7A; }
span { border-color: rgb(163,191,122); }
td.TdClassName
{
border-color: #A3BF7A;
}
.TagClassName
{
border-color: #A3BF7A;
}
</style>