Shades of Olivine #A3BF6F
Tints of Olivine #A3BF6F
RGB
CMYK
RGB Variations
Color information
#A3BF6F (or 0xA3BF6F) is known color: Olivine. HEX triplet: A3, BF and 6F. RGB value is (163,191,111). Sum of RGB (Red+Green+Blue) = 163+191+111=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 111 (43.75% from 255 or 23.87% from 465); Max value from RGB is 191 - color contains mainly: green. Hex color #A3BF6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BF6F is #5C4090. Grayscale: #ADADAD. Windows color (decimal): -6045841 or 7323555. OLE color: 7323555.
HSL color Cylindrical-coordinate representation of color #A3BF6F: hue angle of 81º degrees, saturation: 0.38, 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 #A3BF6F is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 191 | 111 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.25 |
| HSL | 81º | 0.38% | 0.59% | - |
| HSV(B) | 81º | 0.42% | 0.75% | - |
| XYZ | 36.6 | 46.2 | 22.03 | - |
| YUV | 173.51 | 92.72 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 191 | 111 | 0.15 | 0 | 0.42 | 0.25 | 81 | 0.38 | 0.59 |
| Hex | A3 | BF | 6F | F | 0 | 2A | 19 | 51 | 26 | 3B |
| Octal | 243 | 277 | 157 | 17 | 0 | 52 | 31 | 121 | 46 | 73 |
| Binary | 10100011 | 10111111 | 1101111 | 1111 | 0 | 101010 | 11001 | 1010001 | 100110 | 111011 |
Color Harmonies of #A3BF6F
Complementary color
Monochromatic Colors of #A3BF6F
Black with #A3BF6F
Text Example
Text Example
White with #A3BF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BF6F; }
p { color: rgb(163,191,111); }
H1.HeaderClassName
{
color: #A3BF6F;
}
.AnyTagClassName
{
color: #A3BF6F;
}
</style>
background-color css
<style>
a { background-color: #A3BF6F; }
a { background-color: rgb(163,191,111); }
div.DivClassName
{
background-color: #A3BF6F;
}
.BgClassName
{
background-color: #A3BF6F;
}
</style>
border-color css
<style>
span { border-color: #A3BF6F; }
span { border-color: rgb(163,191,111); }
td.TdClassName
{
border-color: #A3BF6F;
}
.TagClassName
{
border-color: #A3BF6F;
}
</style>