Shades of Olivine #A3BF6E
Tints of Olivine #A3BF6E
RGB
CMYK
RGB Variations
Color information
#A3BF6E (or 0xA3BF6E) is known color: Olivine. HEX triplet: A3, BF and 6E. RGB value is (163,191,110). Sum of RGB (Red+Green+Blue) = 163+191+110=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 191 (75% from 255 or 41.16% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 191 - color contains mainly: green. Hex color #A3BF6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BF6E is #5C4091. Grayscale: #ADADAD. Windows color (decimal): -6045842 or 7258019. OLE color: 7258019.
HSL color Cylindrical-coordinate representation of color #A3BF6E: hue angle of 80.74º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A3BF6E is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 191 | 110 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.25 |
| HSL | 80.74º | 0.39% | 0.59% | - |
| HSV(B) | 80.74º | 0.42% | 0.75% | - |
| XYZ | 36.55 | 46.17 | 21.74 | - |
| YUV | 173.39 | 92.22 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 191 | 110 | 0.15 | 0 | 0.42 | 0.25 | 80.74 | 0.39 | 0.59 |
| Hex | A3 | BF | 6E | F | 0 | 2A | 19 | 51 | 27 | 3B |
| Octal | 243 | 277 | 156 | 17 | 0 | 52 | 31 | 121 | 47 | 73 |
| Binary | 10100011 | 10111111 | 1101110 | 1111 | 0 | 101010 | 11001 | 1010001 | 100111 | 111011 |
Color Harmonies of #A3BF6E
Complementary color
Monochromatic Colors of #A3BF6E
Black with #A3BF6E
Text Example
Text Example
White with #A3BF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BF6E; }
p { color: rgb(163,191,110); }
H1.HeaderClassName
{
color: #A3BF6E;
}
.AnyTagClassName
{
color: #A3BF6E;
}
</style>
background-color css
<style>
a { background-color: #A3BF6E; }
a { background-color: rgb(163,191,110); }
div.DivClassName
{
background-color: #A3BF6E;
}
.BgClassName
{
background-color: #A3BF6E;
}
</style>
border-color css
<style>
span { border-color: #A3BF6E; }
span { border-color: rgb(163,191,110); }
td.TdClassName
{
border-color: #A3BF6E;
}
.TagClassName
{
border-color: #A3BF6E;
}
</style>