Shades of Olivine #A1B770
Tints of Olivine #A1B770
RGB
CMYK
RGB Variations
Color information
#A1B770 (or 0xA1B770) is known color: Olivine. HEX triplet: A1, B7 and 70. RGB value is (161,183,112). Sum of RGB (Red+Green+Blue) = 161+183+112=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B770 is #5E488F. Grayscale: #A8A8A8. Windows color (decimal): -6178960 or 7387041. OLE color: 7387041.
HSL color Cylindrical-coordinate representation of color #A1B770: hue angle of 78.59º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1B770 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 183 | 112 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.28 |
| HSL | 78.59º | 0.33% | 0.58% | - |
| HSV(B) | 78.59º | 0.39% | 0.72% | - |
| XYZ | 34.56 | 42.61 | 21.73 | - |
| YUV | 168.33 | 96.21 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 183 | 112 | 0.12 | 0 | 0.39 | 0.28 | 78.59 | 0.33 | 0.58 |
| Hex | A1 | B7 | 70 | C | 0 | 27 | 1C | 4F | 21 | 3A |
| Octal | 241 | 267 | 160 | 14 | 0 | 47 | 34 | 117 | 41 | 72 |
| Binary | 10100001 | 10110111 | 1110000 | 1100 | 0 | 100111 | 11100 | 1001111 | 100001 | 111010 |
Color Harmonies of #A1B770
Complementary color
Monochromatic Colors of #A1B770
Black with #A1B770
Text Example
Text Example
White with #A1B770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B770; }
p { color: rgb(161,183,112); }
H1.HeaderClassName
{
color: #A1B770;
}
.AnyTagClassName
{
color: #A1B770;
}
</style>
background-color css
<style>
a { background-color: #A1B770; }
a { background-color: rgb(161,183,112); }
div.DivClassName
{
background-color: #A1B770;
}
.BgClassName
{
background-color: #A1B770;
}
</style>
border-color css
<style>
span { border-color: #A1B770; }
span { border-color: rgb(161,183,112); }
td.TdClassName
{
border-color: #A1B770;
}
.TagClassName
{
border-color: #A1B770;
}
</style>