Shades of Olivine #A0B179
Tints of Olivine #A0B179
RGB
CMYK
RGB Variations
Color information
#A0B179 (or 0xA0B179) is known color: Olivine. HEX triplet: A0, B1 and 79. RGB value is (160,177,121). Sum of RGB (Red+Green+Blue) = 160+177+121=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 177 (69.53% from 255 or 38.65% from 458); Blue value is 121 (47.66% from 255 or 26.42% from 458); Max value from RGB is 177 - color contains mainly: green. Hex color #A0B179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0B179 is #5F4E86. Grayscale: #A5A5A5. Windows color (decimal): -6246023 or 7975328. OLE color: 7975328.
HSL color Cylindrical-coordinate representation of color #A0B179: hue angle of 78.21º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0B179 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 177 | 121 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.31 |
| HSL | 78.21º | 0.26% | 0.58% | - |
| HSV(B) | 78.21º | 0.32% | 0.69% | - |
| XYZ | 33.67 | 40.3 | 24.09 | - |
| YUV | 165.53 | 102.87 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 177 | 121 | 0.10 | 0 | 0.32 | 0.31 | 78.21 | 0.26 | 0.58 |
| Hex | A0 | B1 | 79 | A | 0 | 20 | 1F | 4E | 1A | 3A |
| Octal | 240 | 261 | 171 | 12 | 0 | 40 | 37 | 116 | 32 | 72 |
| Binary | 10100000 | 10110001 | 1111001 | 1010 | 0 | 100000 | 11111 | 1001110 | 11010 | 111010 |
Color Harmonies of #A0B179
Complementary color
Monochromatic Colors of #A0B179
Black with #A0B179
Text Example
Text Example
White with #A0B179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B179; }
p { color: rgb(160,177,121); }
H1.HeaderClassName
{
color: #A0B179;
}
.AnyTagClassName
{
color: #A0B179;
}
</style>
background-color css
<style>
a { background-color: #A0B179; }
a { background-color: rgb(160,177,121); }
div.DivClassName
{
background-color: #A0B179;
}
.BgClassName
{
background-color: #A0B179;
}
</style>
border-color css
<style>
span { border-color: #A0B179; }
span { border-color: rgb(160,177,121); }
td.TdClassName
{
border-color: #A0B179;
}
.TagClassName
{
border-color: #A0B179;
}
</style>