Shades of Olivine #A1B76B
Tints of Olivine #A1B76B
RGB
CMYK
RGB Variations
Color information
#A1B76B (or 0xA1B76B) is known color: Olivine. HEX triplet: A1, B7 and 6B. RGB value is (161,183,107). Sum of RGB (Red+Green+Blue) = 161+183+107=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 183 (71.88% from 255 or 40.58% from 451); Blue value is 107 (42.19% from 255 or 23.73% from 451); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B76B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B76B is #5E4894. Grayscale: #A8A8A8. Windows color (decimal): -6178965 or 7059361. OLE color: 7059361.
HSL color Cylindrical-coordinate representation of color #A1B76B: hue angle of 77.37º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A1B76B is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
RGB | 161 | 183 | 107 | - |
CMYK | 0.12 | 0 | 0.42 | 0.28 |
HSL | 77.37º | 0.35% | 0.57% | - |
HSV(B) | 77.37º | 0.42% | 0.72% | - |
XYZ | 34.29 | 42.51 | 20.31 | - |
YUV | 167.76 | 93.71 | 123.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 183 | 107 | 0.12 | 0 | 0.42 | 0.28 | 77.37 | 0.35 | 0.57 |
Hex | A1 | B7 | 6B | C | 0 | 2A | 1C | 4D | 23 | 39 |
Octal | 241 | 267 | 153 | 14 | 0 | 52 | 34 | 115 | 43 | 71 |
Binary | 10100001 | 10110111 | 1101011 | 1100 | 0 | 101010 | 11100 | 1001101 | 100011 | 111001 |
Color Harmonies of #A1B76B
Complementary color
Monochromatic Colors of #A1B76B
Black with #A1B76B
Text Example
Text Example
White with #A1B76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B76B; }
p { color: rgb(161,183,107); }
H1.HeaderClassName
{
color: #A1B76B;
}
.AnyTagClassName
{
color: #A1B76B;
}
</style>
background-color css
<style>
a { background-color: #A1B76B; }
a { background-color: rgb(161,183,107); }
div.DivClassName
{
background-color: #A1B76B;
}
.BgClassName
{
background-color: #A1B76B;
}
</style>
border-color css
<style>
span { border-color: #A1B76B; }
span { border-color: rgb(161,183,107); }
td.TdClassName
{
border-color: #A1B76B;
}
.TagClassName
{
border-color: #A1B76B;
}
</style>