Shades of Olivine #A1B278
Tints of Olivine #A1B278
RGB
CMYK
RGB Variations
Color information
#A1B278 (or 0xA1B278) is known color: Olivine. HEX triplet: A1, B2 and 78. RGB value is (161,178,120). Sum of RGB (Red+Green+Blue) = 161+178+120=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 178 (69.92% from 255 or 38.78% from 459); Blue value is 120 (47.27% from 255 or 26.14% from 459); Max value from RGB is 178 - color contains mainly: green. Hex color #A1B278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B278 is #5E4D87. Grayscale: #A6A6A6. Windows color (decimal): -6180232 or 7910049. OLE color: 7910049.
HSL color Cylindrical-coordinate representation of color #A1B278: hue angle of 77.59º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1B278 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 178 | 120 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.30 |
| HSL | 77.59º | 0.27% | 0.58% | - |
| HSV(B) | 77.59º | 0.33% | 0.7% | - |
| XYZ | 34.01 | 40.77 | 23.85 | - |
| YUV | 166.31 | 101.87 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 178 | 120 | 0.10 | 0 | 0.33 | 0.30 | 77.59 | 0.27 | 0.58 |
| Hex | A1 | B2 | 78 | A | 0 | 21 | 1E | 4E | 1B | 3A |
| Octal | 241 | 262 | 170 | 12 | 0 | 41 | 36 | 116 | 33 | 72 |
| Binary | 10100001 | 10110010 | 1111000 | 1010 | 0 | 100001 | 11110 | 1001110 | 11011 | 111010 |
Color Harmonies of #A1B278
Complementary color
Monochromatic Colors of #A1B278
Black with #A1B278
Text Example
Text Example
White with #A1B278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B278; }
p { color: rgb(161,178,120); }
H1.HeaderClassName
{
color: #A1B278;
}
.AnyTagClassName
{
color: #A1B278;
}
</style>
background-color css
<style>
a { background-color: #A1B278; }
a { background-color: rgb(161,178,120); }
div.DivClassName
{
background-color: #A1B278;
}
.BgClassName
{
background-color: #A1B278;
}
</style>
border-color css
<style>
span { border-color: #A1B278; }
span { border-color: rgb(161,178,120); }
td.TdClassName
{
border-color: #A1B278;
}
.TagClassName
{
border-color: #A1B278;
}
</style>