Shades of Olivine #A3B275
Tints of Olivine #A3B275
RGB
CMYK
RGB Variations
Color information
#A3B275 (or 0xA3B275) is known color: Olivine. HEX triplet: A3, B2 and 75. RGB value is (163,178,117). Sum of RGB (Red+Green+Blue) = 163+178+117=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 178 (69.92% from 255 or 38.86% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 178 - color contains mainly: green. Hex color #A3B275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3B275 is #5C4D8A. Grayscale: #A6A6A6. Windows color (decimal): -6049163 or 7713443. OLE color: 7713443.
HSL color Cylindrical-coordinate representation of color #A3B275: hue angle of 74.75º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A3B275 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 178 | 117 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.30 |
| HSL | 74.75º | 0.28% | 0.58% | - |
| HSV(B) | 74.75º | 0.34% | 0.7% | - |
| XYZ | 34.24 | 40.91 | 22.92 | - |
| YUV | 166.56 | 100.03 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 178 | 117 | 0.08 | 0 | 0.34 | 0.30 | 74.75 | 0.28 | 0.58 |
| Hex | A3 | B2 | 75 | 8 | 0 | 22 | 1E | 4B | 1C | 3A |
| Octal | 243 | 262 | 165 | 10 | 0 | 42 | 36 | 113 | 34 | 72 |
| Binary | 10100011 | 10110010 | 1110101 | 1000 | 0 | 100010 | 11110 | 1001011 | 11100 | 111010 |
Color Harmonies of #A3B275
Complementary color
Monochromatic Colors of #A3B275
Black with #A3B275
Text Example
Text Example
White with #A3B275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B275; }
p { color: rgb(163,178,117); }
H1.HeaderClassName
{
color: #A3B275;
}
.AnyTagClassName
{
color: #A3B275;
}
</style>
background-color css
<style>
a { background-color: #A3B275; }
a { background-color: rgb(163,178,117); }
div.DivClassName
{
background-color: #A3B275;
}
.BgClassName
{
background-color: #A3B275;
}
</style>
border-color css
<style>
span { border-color: #A3B275; }
span { border-color: rgb(163,178,117); }
td.TdClassName
{
border-color: #A3B275;
}
.TagClassName
{
border-color: #A3B275;
}
</style>