Shades of Olivine #A0B577
Tints of Olivine #A0B577
RGB
CMYK
RGB Variations
Color information
#A0B577 (or 0xA0B577) is known color: Olivine. HEX triplet: A0, B5 and 77. RGB value is (160,181,119). Sum of RGB (Red+Green+Blue) = 160+181+119=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 181 (71.09% from 255 or 39.35% from 460); Blue value is 119 (46.88% from 255 or 25.87% from 460); Max value from RGB is 181 - color contains mainly: green. Hex color #A0B577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B577 is #5F4A88. Grayscale: #A7A7A7. Windows color (decimal): -6245001 or 7845280. OLE color: 7845280.
HSL color Cylindrical-coordinate representation of color #A0B577: hue angle of 80.32º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0B577 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 181 | 119 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.29 |
| HSL | 80.32º | 0.3% | 0.59% | - |
| HSV(B) | 80.32º | 0.34% | 0.71% | - |
| XYZ | 34.35 | 41.85 | 23.72 | - |
| YUV | 167.65 | 100.54 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 181 | 119 | 0.12 | 0 | 0.34 | 0.29 | 80.32 | 0.3 | 0.59 |
| Hex | A0 | B5 | 77 | C | 0 | 22 | 1D | 50 | 1E | 3B |
| Octal | 240 | 265 | 167 | 14 | 0 | 42 | 35 | 120 | 36 | 73 |
| Binary | 10100000 | 10110101 | 1110111 | 1100 | 0 | 100010 | 11101 | 1010000 | 11110 | 111011 |
Color Harmonies of #A0B577
Complementary color
Monochromatic Colors of #A0B577
Black with #A0B577
Text Example
Text Example
White with #A0B577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B577; }
p { color: rgb(160,181,119); }
H1.HeaderClassName
{
color: #A0B577;
}
.AnyTagClassName
{
color: #A0B577;
}
</style>
background-color css
<style>
a { background-color: #A0B577; }
a { background-color: rgb(160,181,119); }
div.DivClassName
{
background-color: #A0B577;
}
.BgClassName
{
background-color: #A0B577;
}
</style>
border-color css
<style>
span { border-color: #A0B577; }
span { border-color: rgb(160,181,119); }
td.TdClassName
{
border-color: #A0B577;
}
.TagClassName
{
border-color: #A0B577;
}
</style>