Shades of Olivine #A3B56F
Tints of Olivine #A3B56F
RGB
CMYK
RGB Variations
Color information
#A3B56F (or 0xA3B56F) is known color: Olivine. HEX triplet: A3, B5 and 6F. RGB value is (163,181,111). Sum of RGB (Red+Green+Blue) = 163+181+111=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 181 (71.09% from 255 or 39.78% from 455); Blue value is 111 (43.75% from 255 or 24.40% from 455); Max value from RGB is 181 - color contains mainly: green. Hex color #A3B56F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B56F is #5C4A90. Grayscale: #A7A7A7. Windows color (decimal): -6048401 or 7320995. OLE color: 7320995.
HSL color Cylindrical-coordinate representation of color #A3B56F: hue angle of 75.43º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A3B56F is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 181 | 111 | - |
| CMYK | 0.10 | 0 | 0.39 | 0.29 |
| HSL | 75.43º | 0.32% | 0.57% | - |
| HSV(B) | 75.43º | 0.39% | 0.71% | - |
| XYZ | 34.5 | 41.98 | 21.32 | - |
| YUV | 167.64 | 96.04 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 181 | 111 | 0.10 | 0 | 0.39 | 0.29 | 75.43 | 0.32 | 0.57 |
| Hex | A3 | B5 | 6F | A | 0 | 27 | 1D | 4B | 20 | 39 |
| Octal | 243 | 265 | 157 | 12 | 0 | 47 | 35 | 113 | 40 | 71 |
| Binary | 10100011 | 10110101 | 1101111 | 1010 | 0 | 100111 | 11101 | 1001011 | 100000 | 111001 |
Color Harmonies of #A3B56F
Complementary color
Monochromatic Colors of #A3B56F
Black with #A3B56F
Text Example
Text Example
White with #A3B56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B56F; }
p { color: rgb(163,181,111); }
H1.HeaderClassName
{
color: #A3B56F;
}
.AnyTagClassName
{
color: #A3B56F;
}
</style>
background-color css
<style>
a { background-color: #A3B56F; }
a { background-color: rgb(163,181,111); }
div.DivClassName
{
background-color: #A3B56F;
}
.BgClassName
{
background-color: #A3B56F;
}
</style>
border-color css
<style>
span { border-color: #A3B56F; }
span { border-color: rgb(163,181,111); }
td.TdClassName
{
border-color: #A3B56F;
}
.TagClassName
{
border-color: #A3B56F;
}
</style>