Shades of Olivine #A3B37B
Tints of Olivine #A3B37B
RGB
CMYK
RGB Variations
Color information
#A3B37B (or 0xA3B37B) is known color: Olivine. HEX triplet: A3, B3 and 7B. RGB value is (163,179,123). Sum of RGB (Red+Green+Blue) = 163+179+123=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 179 (70.31% from 255 or 38.49% from 465); Blue value is 123 (48.44% from 255 or 26.45% from 465); Max value from RGB is 179 - color contains mainly: green. Hex color #A3B37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B37B is #5C4C84. Grayscale: #A8A8A8. Windows color (decimal): -6048901 or 8106915. OLE color: 8106915.
HSL color Cylindrical-coordinate representation of color #A3B37B: hue angle of 77.14º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3B37B is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 179 | 123 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.30 |
| HSL | 77.14º | 0.27% | 0.59% | - |
| HSV(B) | 77.14º | 0.31% | 0.7% | - |
| XYZ | 34.8 | 41.46 | 24.91 | - |
| YUV | 167.83 | 102.7 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 179 | 123 | 0.09 | 0 | 0.31 | 0.30 | 77.14 | 0.27 | 0.59 |
| Hex | A3 | B3 | 7B | 9 | 0 | 1F | 1E | 4D | 1B | 3B |
| Octal | 243 | 263 | 173 | 11 | 0 | 37 | 36 | 115 | 33 | 73 |
| Binary | 10100011 | 10110011 | 1111011 | 1001 | 0 | 11111 | 11110 | 1001101 | 11011 | 111011 |
Color Harmonies of #A3B37B
Complementary color
Monochromatic Colors of #A3B37B
Black with #A3B37B
Text Example
Text Example
White with #A3B37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B37B; }
p { color: rgb(163,179,123); }
H1.HeaderClassName
{
color: #A3B37B;
}
.AnyTagClassName
{
color: #A3B37B;
}
</style>
background-color css
<style>
a { background-color: #A3B37B; }
a { background-color: rgb(163,179,123); }
div.DivClassName
{
background-color: #A3B37B;
}
.BgClassName
{
background-color: #A3B37B;
}
</style>
border-color css
<style>
span { border-color: #A3B37B; }
span { border-color: rgb(163,179,123); }
td.TdClassName
{
border-color: #A3B37B;
}
.TagClassName
{
border-color: #A3B37B;
}
</style>