Shades of Olivine #A3B56D
Tints of Olivine #A3B56D
RGB
CMYK
RGB Variations
Color information
#A3B56D (or 0xA3B56D) is known color: Olivine. HEX triplet: A3, B5 and 6D. RGB value is (163,181,109). Sum of RGB (Red+Green+Blue) = 163+181+109=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 181 (71.09% from 255 or 39.96% from 453); Blue value is 109 (42.97% from 255 or 24.06% from 453); Max value from RGB is 181 - color contains mainly: green. Hex color #A3B56D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B56D is #5C4A92. Grayscale: #A7A7A7. Windows color (decimal): -6048403 or 7189923. OLE color: 7189923.
HSL color Cylindrical-coordinate representation of color #A3B56D: hue angle of 75º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A3B56D is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 181 | 109 | - |
| CMYK | 0.10 | 0 | 0.40 | 0.29 |
| HSL | 75º | 0.33% | 0.57% | - |
| HSV(B) | 75º | 0.4% | 0.71% | - |
| XYZ | 34.39 | 41.94 | 20.75 | - |
| YUV | 167.41 | 95.04 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 181 | 109 | 0.10 | 0 | 0.40 | 0.29 | 75 | 0.33 | 0.57 |
| Hex | A3 | B5 | 6D | A | 0 | 28 | 1D | 4B | 21 | 39 |
| Octal | 243 | 265 | 155 | 12 | 0 | 50 | 35 | 113 | 41 | 71 |
| Binary | 10100011 | 10110101 | 1101101 | 1010 | 0 | 101000 | 11101 | 1001011 | 100001 | 111001 |
Color Harmonies of #A3B56D
Complementary color
Monochromatic Colors of #A3B56D
Black with #A3B56D
Text Example
Text Example
White with #A3B56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B56D; }
p { color: rgb(163,181,109); }
H1.HeaderClassName
{
color: #A3B56D;
}
.AnyTagClassName
{
color: #A3B56D;
}
</style>
background-color css
<style>
a { background-color: #A3B56D; }
a { background-color: rgb(163,181,109); }
div.DivClassName
{
background-color: #A3B56D;
}
.BgClassName
{
background-color: #A3B56D;
}
</style>
border-color css
<style>
span { border-color: #A3B56D; }
span { border-color: rgb(163,181,109); }
td.TdClassName
{
border-color: #A3B56D;
}
.TagClassName
{
border-color: #A3B56D;
}
</style>