Shades of Olivine #A1B475
Tints of Olivine #A1B475
RGB
CMYK
RGB Variations
Color information
#A1B475 (or 0xA1B475) is known color: Olivine. HEX triplet: A1, B4 and 75. RGB value is (161,180,117). Sum of RGB (Red+Green+Blue) = 161+180+117=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B475 is #5E4B8A. Grayscale: #A7A7A7. Windows color (decimal): -6179723 or 7713953. OLE color: 7713953.
HSL color Cylindrical-coordinate representation of color #A1B475: hue angle of 78.1º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1B475 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 180 | 117 | - |
| CMYK | 0.11 | 0 | 0.35 | 0.29 |
| HSL | 78.1º | 0.3% | 0.58% | - |
| HSV(B) | 78.1º | 0.35% | 0.71% | - |
| XYZ | 34.23 | 41.5 | 23.04 | - |
| YUV | 167.14 | 99.71 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 180 | 117 | 0.11 | 0 | 0.35 | 0.29 | 78.1 | 0.3 | 0.58 |
| Hex | A1 | B4 | 75 | B | 0 | 23 | 1D | 4E | 1E | 3A |
| Octal | 241 | 264 | 165 | 13 | 0 | 43 | 35 | 116 | 36 | 72 |
| Binary | 10100001 | 10110100 | 1110101 | 1011 | 0 | 100011 | 11101 | 1001110 | 11110 | 111010 |
Color Harmonies of #A1B475
Complementary color
Monochromatic Colors of #A1B475
Black with #A1B475
Text Example
Text Example
White with #A1B475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B475; }
p { color: rgb(161,180,117); }
H1.HeaderClassName
{
color: #A1B475;
}
.AnyTagClassName
{
color: #A1B475;
}
</style>
background-color css
<style>
a { background-color: #A1B475; }
a { background-color: rgb(161,180,117); }
div.DivClassName
{
background-color: #A1B475;
}
.BgClassName
{
background-color: #A1B475;
}
</style>
border-color css
<style>
span { border-color: #A1B475; }
span { border-color: rgb(161,180,117); }
td.TdClassName
{
border-color: #A1B475;
}
.TagClassName
{
border-color: #A1B475;
}
</style>