Shades of Olivine #A1B575
Tints of Olivine #A1B575
RGB
CMYK
RGB Variations
Color information
#A1B575 (or 0xA1B575) is known color: Olivine. HEX triplet: A1, B5 and 75. RGB value is (161,181,117). Sum of RGB (Red+Green+Blue) = 161+181+117=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B575 is #5E4A8A. Grayscale: #A7A7A7. Windows color (decimal): -6179467 or 7714209. OLE color: 7714209.
HSL color Cylindrical-coordinate representation of color #A1B575: hue angle of 78.75º 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 #A1B575 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 181 | 117 | - |
| CMYK | 0.11 | 0 | 0.35 | 0.29 |
| HSL | 78.75º | 0.3% | 0.58% | - |
| HSV(B) | 78.75º | 0.35% | 0.71% | - |
| XYZ | 34.43 | 41.91 | 23.1 | - |
| YUV | 167.72 | 99.37 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 181 | 117 | 0.11 | 0 | 0.35 | 0.29 | 78.75 | 0.3 | 0.58 |
| Hex | A1 | B5 | 75 | B | 0 | 23 | 1D | 4F | 1E | 3A |
| Octal | 241 | 265 | 165 | 13 | 0 | 43 | 35 | 117 | 36 | 72 |
| Binary | 10100001 | 10110101 | 1110101 | 1011 | 0 | 100011 | 11101 | 1001111 | 11110 | 111010 |
Color Harmonies of #A1B575
Complementary color
Monochromatic Colors of #A1B575
Black with #A1B575
Text Example
Text Example
White with #A1B575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B575; }
p { color: rgb(161,181,117); }
H1.HeaderClassName
{
color: #A1B575;
}
.AnyTagClassName
{
color: #A1B575;
}
</style>
background-color css
<style>
a { background-color: #A1B575; }
a { background-color: rgb(161,181,117); }
div.DivClassName
{
background-color: #A1B575;
}
.BgClassName
{
background-color: #A1B575;
}
</style>
border-color css
<style>
span { border-color: #A1B575; }
span { border-color: rgb(161,181,117); }
td.TdClassName
{
border-color: #A1B575;
}
.TagClassName
{
border-color: #A1B575;
}
</style>