Shades of Olivine #A1B079
Tints of Olivine #A1B079
RGB
CMYK
RGB Variations
Color information
#A1B079 (or 0xA1B079) is known color: Olivine. HEX triplet: A1, B0 and 79. RGB value is (161,176,121). Sum of RGB (Red+Green+Blue) = 161+176+121=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 176 (69.14% from 255 or 38.43% from 458); Blue value is 121 (47.66% from 255 or 26.42% from 458); Max value from RGB is 176 - color contains mainly: green. Hex color #A1B079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B079 is #5E4F86. Grayscale: #A5A5A5. Windows color (decimal): -6180743 or 7975073. OLE color: 7975073.
HSL color Cylindrical-coordinate representation of color #A1B079: hue angle of 76.36º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1B079 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 176 | 121 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.31 |
| HSL | 76.36º | 0.26% | 0.58% | - |
| HSV(B) | 76.36º | 0.31% | 0.69% | - |
| XYZ | 33.67 | 40.01 | 24.04 | - |
| YUV | 165.25 | 103.03 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 176 | 121 | 0.09 | 0 | 0.31 | 0.31 | 76.36 | 0.26 | 0.58 |
| Hex | A1 | B0 | 79 | 9 | 0 | 1F | 1F | 4C | 1A | 3A |
| Octal | 241 | 260 | 171 | 11 | 0 | 37 | 37 | 114 | 32 | 72 |
| Binary | 10100001 | 10110000 | 1111001 | 1001 | 0 | 11111 | 11111 | 1001100 | 11010 | 111010 |
Color Harmonies of #A1B079
Complementary color
Monochromatic Colors of #A1B079
Black with #A1B079
Text Example
Text Example
White with #A1B079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B079; }
p { color: rgb(161,176,121); }
H1.HeaderClassName
{
color: #A1B079;
}
.AnyTagClassName
{
color: #A1B079;
}
</style>
background-color css
<style>
a { background-color: #A1B079; }
a { background-color: rgb(161,176,121); }
div.DivClassName
{
background-color: #A1B079;
}
.BgClassName
{
background-color: #A1B079;
}
</style>
border-color css
<style>
span { border-color: #A1B079; }
span { border-color: rgb(161,176,121); }
td.TdClassName
{
border-color: #A1B079;
}
.TagClassName
{
border-color: #A1B079;
}
</style>