Shades of Olivine #A8BF6E
Tints of Olivine #A8BF6E
RGB
CMYK
RGB Variations
Color information
#A8BF6E (or 0xA8BF6E) is known color: Olivine. HEX triplet: A8, BF and 6E. RGB value is (168,191,110). Sum of RGB (Red+Green+Blue) = 168+191+110=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 110 (43.36% from 255 or 23.45% from 469); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BF6E is #574091. Grayscale: #AFAFAF. Windows color (decimal): -5718162 or 7258024. OLE color: 7258024.
HSL color Cylindrical-coordinate representation of color #A8BF6E: hue angle of 77.04º 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 #A8BF6E is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 191 | 110 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.25 |
| HSL | 77.04º | 0.39% | 0.59% | - |
| HSV(B) | 77.04º | 0.42% | 0.75% | - |
| XYZ | 37.59 | 46.71 | 21.79 | - |
| YUV | 174.89 | 91.38 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 191 | 110 | 0.12 | 0 | 0.42 | 0.25 | 77.04 | 0.39 | 0.59 |
| Hex | A8 | BF | 6E | C | 0 | 2A | 19 | 4D | 27 | 3B |
| Octal | 250 | 277 | 156 | 14 | 0 | 52 | 31 | 115 | 47 | 73 |
| Binary | 10101000 | 10111111 | 1101110 | 1100 | 0 | 101010 | 11001 | 1001101 | 100111 | 111011 |
Color Harmonies of #A8BF6E
Complementary color
Monochromatic Colors of #A8BF6E
Black with #A8BF6E
Text Example
Text Example
White with #A8BF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BF6E; }
p { color: rgb(168,191,110); }
H1.HeaderClassName
{
color: #A8BF6E;
}
.AnyTagClassName
{
color: #A8BF6E;
}
</style>
background-color css
<style>
a { background-color: #A8BF6E; }
a { background-color: rgb(168,191,110); }
div.DivClassName
{
background-color: #A8BF6E;
}
.BgClassName
{
background-color: #A8BF6E;
}
</style>
border-color css
<style>
span { border-color: #A8BF6E; }
span { border-color: rgb(168,191,110); }
td.TdClassName
{
border-color: #A8BF6E;
}
.TagClassName
{
border-color: #A8BF6E;
}
</style>