Shades of Olivine #A3B47A
Tints of Olivine #A3B47A
RGB
CMYK
RGB Variations
Color information
#A3B47A (or 0xA3B47A) is known color: Olivine. HEX triplet: A3, B4 and 7A. RGB value is (163,180,122). Sum of RGB (Red+Green+Blue) = 163+180+122=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B47A is #5C4B85. Grayscale: #A8A8A8. Windows color (decimal): -6048646 or 8041635. OLE color: 8041635.
HSL color Cylindrical-coordinate representation of color #A3B47A: hue angle of 77.59º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3B47A is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 180 | 122 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.29 |
| HSL | 77.59º | 0.28% | 0.59% | - |
| HSV(B) | 77.59º | 0.32% | 0.71% | - |
| XYZ | 34.94 | 41.83 | 24.65 | - |
| YUV | 168.31 | 101.87 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 180 | 122 | 0.09 | 0 | 0.32 | 0.29 | 77.59 | 0.28 | 0.59 |
| Hex | A3 | B4 | 7A | 9 | 0 | 20 | 1D | 4E | 1C | 3B |
| Octal | 243 | 264 | 172 | 11 | 0 | 40 | 35 | 116 | 34 | 73 |
| Binary | 10100011 | 10110100 | 1111010 | 1001 | 0 | 100000 | 11101 | 1001110 | 11100 | 111011 |
Color Harmonies of #A3B47A
Complementary color
Monochromatic Colors of #A3B47A
Black with #A3B47A
Text Example
Text Example
White with #A3B47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B47A; }
p { color: rgb(163,180,122); }
H1.HeaderClassName
{
color: #A3B47A;
}
.AnyTagClassName
{
color: #A3B47A;
}
</style>
background-color css
<style>
a { background-color: #A3B47A; }
a { background-color: rgb(163,180,122); }
div.DivClassName
{
background-color: #A3B47A;
}
.BgClassName
{
background-color: #A3B47A;
}
</style>
border-color css
<style>
span { border-color: #A3B47A; }
span { border-color: rgb(163,180,122); }
td.TdClassName
{
border-color: #A3B47A;
}
.TagClassName
{
border-color: #A3B47A;
}
</style>