Shades of Olivine #A3B375
Tints of Olivine #A3B375
RGB
CMYK
RGB Variations
Color information
#A3B375 (or 0xA3B375) is known color: Olivine. HEX triplet: A3, B3 and 75. RGB value is (163,179,117). Sum of RGB (Red+Green+Blue) = 163+179+117=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 179 (70.31% from 255 or 39.00% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 179 - color contains mainly: green. Hex color #A3B375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B375 is #5C4C8A. Grayscale: #A7A7A7. Windows color (decimal): -6048907 or 7713699. OLE color: 7713699.
HSL color Cylindrical-coordinate representation of color #A3B375: hue angle of 75.48º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3B375 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 179 | 117 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.30 |
| HSL | 75.48º | 0.29% | 0.58% | - |
| HSV(B) | 75.48º | 0.35% | 0.7% | - |
| XYZ | 34.44 | 41.31 | 22.99 | - |
| YUV | 167.15 | 99.7 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 179 | 117 | 0.09 | 0 | 0.35 | 0.30 | 75.48 | 0.29 | 0.58 |
| Hex | A3 | B3 | 75 | 9 | 0 | 23 | 1E | 4B | 1D | 3A |
| Octal | 243 | 263 | 165 | 11 | 0 | 43 | 36 | 113 | 35 | 72 |
| Binary | 10100011 | 10110011 | 1110101 | 1001 | 0 | 100011 | 11110 | 1001011 | 11101 | 111010 |
Color Harmonies of #A3B375
Complementary color
Monochromatic Colors of #A3B375
Black with #A3B375
Text Example
Text Example
White with #A3B375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B375; }
p { color: rgb(163,179,117); }
H1.HeaderClassName
{
color: #A3B375;
}
.AnyTagClassName
{
color: #A3B375;
}
</style>
background-color css
<style>
a { background-color: #A3B375; }
a { background-color: rgb(163,179,117); }
div.DivClassName
{
background-color: #A3B375;
}
.BgClassName
{
background-color: #A3B375;
}
</style>
border-color css
<style>
span { border-color: #A3B375; }
span { border-color: rgb(163,179,117); }
td.TdClassName
{
border-color: #A3B375;
}
.TagClassName
{
border-color: #A3B375;
}
</style>