Shades of Olivine #A3B57B
Tints of Olivine #A3B57B
RGB
CMYK
RGB Variations
Color information
#A3B57B (or 0xA3B57B) is known color: Olivine. HEX triplet: A3, B5 and 7B. RGB value is (163,181,123). Sum of RGB (Red+Green+Blue) = 163+181+123=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 181 - color contains mainly: green. Hex color #A3B57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B57B is #5C4A84. Grayscale: #A9A9A9. Windows color (decimal): -6048389 or 8107427. OLE color: 8107427.
HSL color Cylindrical-coordinate representation of color #A3B57B: hue angle of 78.62º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3B57B is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 181 | 123 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.29 |
| HSL | 78.62º | 0.28% | 0.6% | - |
| HSV(B) | 78.62º | 0.32% | 0.71% | - |
| XYZ | 35.2 | 42.26 | 25.04 | - |
| YUV | 169.01 | 102.04 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 181 | 123 | 0.10 | 0 | 0.32 | 0.29 | 78.62 | 0.28 | 0.6 |
| Hex | A3 | B5 | 7B | A | 0 | 20 | 1D | 4F | 1C | 3C |
| Octal | 243 | 265 | 173 | 12 | 0 | 40 | 35 | 117 | 34 | 74 |
| Binary | 10100011 | 10110101 | 1111011 | 1010 | 0 | 100000 | 11101 | 1001111 | 11100 | 111100 |
Color Harmonies of #A3B57B
Complementary color
Monochromatic Colors of #A3B57B
Black with #A3B57B
Text Example
Text Example
White with #A3B57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B57B; }
p { color: rgb(163,181,123); }
H1.HeaderClassName
{
color: #A3B57B;
}
.AnyTagClassName
{
color: #A3B57B;
}
</style>
background-color css
<style>
a { background-color: #A3B57B; }
a { background-color: rgb(163,181,123); }
div.DivClassName
{
background-color: #A3B57B;
}
.BgClassName
{
background-color: #A3B57B;
}
</style>
border-color css
<style>
span { border-color: #A3B57B; }
span { border-color: rgb(163,181,123); }
td.TdClassName
{
border-color: #A3B57B;
}
.TagClassName
{
border-color: #A3B57B;
}
</style>