Shades of Olivine #A3B373
Tints of Olivine #A3B373
RGB
CMYK
RGB Variations
Color information
#A3B373 (or 0xA3B373) is known color: Olivine. HEX triplet: A3, B3 and 73. RGB value is (163,179,115). Sum of RGB (Red+Green+Blue) = 163+179+115=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 179 (70.31% from 255 or 39.17% from 457); Blue value is 115 (45.31% from 255 or 25.16% from 457); Max value from RGB is 179 - color contains mainly: green. Hex color #A3B373 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B373 is #5C4C8C. Grayscale: #A7A7A7. Windows color (decimal): -6048909 or 7582627. OLE color: 7582627.
HSL color Cylindrical-coordinate representation of color #A3B373: hue angle of 75º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3B373 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 179 | 115 | - |
| CMYK | 0.09 | 0 | 0.36 | 0.30 |
| HSL | 75º | 0.3% | 0.58% | - |
| HSV(B) | 75º | 0.36% | 0.7% | - |
| XYZ | 34.32 | 41.26 | 22.38 | - |
| YUV | 166.92 | 98.7 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 179 | 115 | 0.09 | 0 | 0.36 | 0.30 | 75 | 0.3 | 0.58 |
| Hex | A3 | B3 | 73 | 9 | 0 | 24 | 1E | 4B | 1E | 3A |
| Octal | 243 | 263 | 163 | 11 | 0 | 44 | 36 | 113 | 36 | 72 |
| Binary | 10100011 | 10110011 | 1110011 | 1001 | 0 | 100100 | 11110 | 1001011 | 11110 | 111010 |
Color Harmonies of #A3B373
Complementary color
Monochromatic Colors of #A3B373
Black with #A3B373
Text Example
Text Example
White with #A3B373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B373; }
p { color: rgb(163,179,115); }
H1.HeaderClassName
{
color: #A3B373;
}
.AnyTagClassName
{
color: #A3B373;
}
</style>
background-color css
<style>
a { background-color: #A3B373; }
a { background-color: rgb(163,179,115); }
div.DivClassName
{
background-color: #A3B373;
}
.BgClassName
{
background-color: #A3B373;
}
</style>
border-color css
<style>
span { border-color: #A3B373; }
span { border-color: rgb(163,179,115); }
td.TdClassName
{
border-color: #A3B373;
}
.TagClassName
{
border-color: #A3B373;
}
</style>