Shades of Olivine #A3B576
Tints of Olivine #A3B576
RGB
CMYK
RGB Variations
Color information
#A3B576 (or 0xA3B576) is known color: Olivine. HEX triplet: A3, B5 and 76. RGB value is (163,181,118). Sum of RGB (Red+Green+Blue) = 163+181+118=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 181 (71.09% from 255 or 39.18% from 462); Blue value is 118 (46.48% from 255 or 25.54% from 462); Max value from RGB is 181 - color contains mainly: green. Hex color #A3B576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B576 is #5C4A89. Grayscale: #A8A8A8. Windows color (decimal): -6048394 or 7779747. OLE color: 7779747.
HSL color Cylindrical-coordinate representation of color #A3B576: hue angle of 77.14º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3B576 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 181 | 118 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.29 |
| HSL | 77.14º | 0.3% | 0.59% | - |
| HSV(B) | 77.14º | 0.35% | 0.71% | - |
| XYZ | 34.9 | 42.14 | 23.43 | - |
| YUV | 168.44 | 99.54 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 181 | 118 | 0.10 | 0 | 0.35 | 0.29 | 77.14 | 0.3 | 0.59 |
| Hex | A3 | B5 | 76 | A | 0 | 23 | 1D | 4D | 1E | 3B |
| Octal | 243 | 265 | 166 | 12 | 0 | 43 | 35 | 115 | 36 | 73 |
| Binary | 10100011 | 10110101 | 1110110 | 1010 | 0 | 100011 | 11101 | 1001101 | 11110 | 111011 |
Color Harmonies of #A3B576
Complementary color
Monochromatic Colors of #A3B576
Black with #A3B576
Text Example
Text Example
White with #A3B576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B576; }
p { color: rgb(163,181,118); }
H1.HeaderClassName
{
color: #A3B576;
}
.AnyTagClassName
{
color: #A3B576;
}
</style>
background-color css
<style>
a { background-color: #A3B576; }
a { background-color: rgb(163,181,118); }
div.DivClassName
{
background-color: #A3B576;
}
.BgClassName
{
background-color: #A3B576;
}
</style>
border-color css
<style>
span { border-color: #A3B576; }
span { border-color: rgb(163,181,118); }
td.TdClassName
{
border-color: #A3B576;
}
.TagClassName
{
border-color: #A3B576;
}
</style>