Shades of Olivine #A1BF6E
Tints of Olivine #A1BF6E
RGB
CMYK
RGB Variations
Color information
#A1BF6E (or 0xA1BF6E) is known color: Olivine. HEX triplet: A1, BF and 6E. RGB value is (161,191,110). Sum of RGB (Red+Green+Blue) = 161+191+110=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 191 (75% from 255 or 41.34% from 462); Blue value is 110 (43.36% from 255 or 23.81% from 462); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BF6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BF6E is #5E4091. Grayscale: #ADADAD. Windows color (decimal): -6176914 or 7258017. OLE color: 7258017.
HSL color Cylindrical-coordinate representation of color #A1BF6E: hue angle of 82.22º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A1BF6E is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 191 | 110 | - |
| CMYK | 0.16 | 0 | 0.42 | 0.25 |
| HSL | 82.22º | 0.39% | 0.59% | - |
| HSV(B) | 82.22º | 0.42% | 0.75% | - |
| XYZ | 36.14 | 45.96 | 21.72 | - |
| YUV | 172.8 | 92.56 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 191 | 110 | 0.16 | 0 | 0.42 | 0.25 | 82.22 | 0.39 | 0.59 |
| Hex | A1 | BF | 6E | 10 | 0 | 2A | 19 | 52 | 27 | 3B |
| Octal | 241 | 277 | 156 | 20 | 0 | 52 | 31 | 122 | 47 | 73 |
| Binary | 10100001 | 10111111 | 1101110 | 10000 | 0 | 101010 | 11001 | 1010010 | 100111 | 111011 |
Color Harmonies of #A1BF6E
Complementary color
Monochromatic Colors of #A1BF6E
Black with #A1BF6E
Text Example
Text Example
White with #A1BF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BF6E; }
p { color: rgb(161,191,110); }
H1.HeaderClassName
{
color: #A1BF6E;
}
.AnyTagClassName
{
color: #A1BF6E;
}
</style>
background-color css
<style>
a { background-color: #A1BF6E; }
a { background-color: rgb(161,191,110); }
div.DivClassName
{
background-color: #A1BF6E;
}
.BgClassName
{
background-color: #A1BF6E;
}
</style>
border-color css
<style>
span { border-color: #A1BF6E; }
span { border-color: rgb(161,191,110); }
td.TdClassName
{
border-color: #A1BF6E;
}
.TagClassName
{
border-color: #A1BF6E;
}
</style>