Shades of Olivine #A0B377
Tints of Olivine #A0B377
RGB
CMYK
RGB Variations
Color information
#A0B377 (or 0xA0B377) is known color: Olivine. HEX triplet: A0, B3 and 77. RGB value is (160,179,119). Sum of RGB (Red+Green+Blue) = 160+179+119=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 179 (70.31% from 255 or 39.08% from 458); Blue value is 119 (46.88% from 255 or 25.98% from 458); Max value from RGB is 179 - color contains mainly: green. Hex color #A0B377 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B377 is #5F4C88. Grayscale: #A6A6A6. Windows color (decimal): -6245513 or 7844768. OLE color: 7844768.
HSL color Cylindrical-coordinate representation of color #A0B377: hue angle of 79º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0B377 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 179 | 119 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.30 |
| HSL | 79º | 0.28% | 0.58% | - |
| HSV(B) | 79º | 0.34% | 0.7% | - |
| XYZ | 33.95 | 41.05 | 23.59 | - |
| YUV | 166.48 | 101.21 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 179 | 119 | 0.11 | 0 | 0.34 | 0.30 | 79 | 0.28 | 0.58 |
| Hex | A0 | B3 | 77 | B | 0 | 22 | 1E | 4F | 1C | 3A |
| Octal | 240 | 263 | 167 | 13 | 0 | 42 | 36 | 117 | 34 | 72 |
| Binary | 10100000 | 10110011 | 1110111 | 1011 | 0 | 100010 | 11110 | 1001111 | 11100 | 111010 |
Color Harmonies of #A0B377
Complementary color
Monochromatic Colors of #A0B377
Black with #A0B377
Text Example
Text Example
White with #A0B377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B377; }
p { color: rgb(160,179,119); }
H1.HeaderClassName
{
color: #A0B377;
}
.AnyTagClassName
{
color: #A0B377;
}
</style>
background-color css
<style>
a { background-color: #A0B377; }
a { background-color: rgb(160,179,119); }
div.DivClassName
{
background-color: #A0B377;
}
.BgClassName
{
background-color: #A0B377;
}
</style>
border-color css
<style>
span { border-color: #A0B377; }
span { border-color: rgb(160,179,119); }
td.TdClassName
{
border-color: #A0B377;
}
.TagClassName
{
border-color: #A0B377;
}
</style>