Shades of Olivine #A3B76C
Tints of Olivine #A3B76C
RGB
CMYK
RGB Variations
Color information
#A3B76C (or 0xA3B76C) is known color: Olivine. HEX triplet: A3, B7 and 6C. RGB value is (163,183,108). Sum of RGB (Red+Green+Blue) = 163+183+108=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 183 (71.88% from 255 or 40.31% from 454); Blue value is 108 (42.58% from 255 or 23.79% from 454); Max value from RGB is 183 - color contains mainly: green. Hex color #A3B76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B76C is #5C4893. Grayscale: #A8A8A8. Windows color (decimal): -6047892 or 7124899. OLE color: 7124899.
HSL color Cylindrical-coordinate representation of color #A3B76C: hue angle of 76º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A3B76C is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 183 | 108 | - |
| CMYK | 0.11 | 0 | 0.41 | 0.28 |
| HSL | 76º | 0.34% | 0.57% | - |
| HSV(B) | 76º | 0.41% | 0.72% | - |
| XYZ | 34.74 | 42.74 | 20.61 | - |
| YUV | 168.47 | 93.87 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 183 | 108 | 0.11 | 0 | 0.41 | 0.28 | 76 | 0.34 | 0.57 |
| Hex | A3 | B7 | 6C | B | 0 | 29 | 1C | 4C | 22 | 39 |
| Octal | 243 | 267 | 154 | 13 | 0 | 51 | 34 | 114 | 42 | 71 |
| Binary | 10100011 | 10110111 | 1101100 | 1011 | 0 | 101001 | 11100 | 1001100 | 100010 | 111001 |
Color Harmonies of #A3B76C
Complementary color
Monochromatic Colors of #A3B76C
Black with #A3B76C
Text Example
Text Example
White with #A3B76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B76C; }
p { color: rgb(163,183,108); }
H1.HeaderClassName
{
color: #A3B76C;
}
.AnyTagClassName
{
color: #A3B76C;
}
</style>
background-color css
<style>
a { background-color: #A3B76C; }
a { background-color: rgb(163,183,108); }
div.DivClassName
{
background-color: #A3B76C;
}
.BgClassName
{
background-color: #A3B76C;
}
</style>
border-color css
<style>
span { border-color: #A3B76C; }
span { border-color: rgb(163,183,108); }
td.TdClassName
{
border-color: #A3B76C;
}
.TagClassName
{
border-color: #A3B76C;
}
</style>