Shades of Olivine #A1BF71
Tints of Olivine #A1BF71
RGB
CMYK
RGB Variations
Color information
#A1BF71 (or 0xA1BF71) is known color: Olivine. HEX triplet: A1, BF and 71. RGB value is (161,191,113). Sum of RGB (Red+Green+Blue) = 161+191+113=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 113 (44.53% from 255 or 24.30% from 465); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BF71 is #5E408E. Grayscale: #ADADAD. Windows color (decimal): -6176911 or 7454625. OLE color: 7454625.
HSL color Cylindrical-coordinate representation of color #A1BF71: hue angle of 83.08º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A1BF71 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 191 | 113 | - |
| CMYK | 0.16 | 0 | 0.41 | 0.25 |
| HSL | 83.08º | 0.38% | 0.6% | - |
| HSV(B) | 83.08º | 0.41% | 0.75% | - |
| XYZ | 36.31 | 46.03 | 22.59 | - |
| YUV | 173.14 | 94.06 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 191 | 113 | 0.16 | 0 | 0.41 | 0.25 | 83.08 | 0.38 | 0.6 |
| Hex | A1 | BF | 71 | 10 | 0 | 29 | 19 | 53 | 26 | 3C |
| Octal | 241 | 277 | 161 | 20 | 0 | 51 | 31 | 123 | 46 | 74 |
| Binary | 10100001 | 10111111 | 1110001 | 10000 | 0 | 101001 | 11001 | 1010011 | 100110 | 111100 |
Color Harmonies of #A1BF71
Complementary color
Monochromatic Colors of #A1BF71
Black with #A1BF71
Text Example
Text Example
White with #A1BF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BF71; }
p { color: rgb(161,191,113); }
H1.HeaderClassName
{
color: #A1BF71;
}
.AnyTagClassName
{
color: #A1BF71;
}
</style>
background-color css
<style>
a { background-color: #A1BF71; }
a { background-color: rgb(161,191,113); }
div.DivClassName
{
background-color: #A1BF71;
}
.BgClassName
{
background-color: #A1BF71;
}
</style>
border-color css
<style>
span { border-color: #A1BF71; }
span { border-color: rgb(161,191,113); }
td.TdClassName
{
border-color: #A1BF71;
}
.TagClassName
{
border-color: #A1BF71;
}
</style>