Shades of Olivine #A8BF6A
Tints of Olivine #A8BF6A
RGB
CMYK
RGB Variations
Color information
#A8BF6A (or 0xA8BF6A) is known color: Olivine. HEX triplet: A8, BF and 6A. RGB value is (168,191,106). Sum of RGB (Red+Green+Blue) = 168+191+106=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 106 (41.80% from 255 or 22.80% from 465); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BF6A is #574095. Grayscale: #AEAEAE. Windows color (decimal): -5718166 or 6995880. OLE color: 6995880.
HSL color Cylindrical-coordinate representation of color #A8BF6A: hue angle of 76.24º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8BF6A is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 191 | 106 | - |
| CMYK | 0.12 | 0 | 0.45 | 0.25 |
| HSL | 76.24º | 0.4% | 0.58% | - |
| HSV(B) | 76.24º | 0.45% | 0.75% | - |
| XYZ | 37.38 | 46.63 | 20.67 | - |
| YUV | 174.43 | 89.38 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 191 | 106 | 0.12 | 0 | 0.45 | 0.25 | 76.24 | 0.4 | 0.58 |
| Hex | A8 | BF | 6A | C | 0 | 2D | 19 | 4C | 28 | 3A |
| Octal | 250 | 277 | 152 | 14 | 0 | 55 | 31 | 114 | 50 | 72 |
| Binary | 10101000 | 10111111 | 1101010 | 1100 | 0 | 101101 | 11001 | 1001100 | 101000 | 111010 |
Color Harmonies of #A8BF6A
Complementary color
Monochromatic Colors of #A8BF6A
Black with #A8BF6A
Text Example
Text Example
White with #A8BF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BF6A; }
p { color: rgb(168,191,106); }
H1.HeaderClassName
{
color: #A8BF6A;
}
.AnyTagClassName
{
color: #A8BF6A;
}
</style>
background-color css
<style>
a { background-color: #A8BF6A; }
a { background-color: rgb(168,191,106); }
div.DivClassName
{
background-color: #A8BF6A;
}
.BgClassName
{
background-color: #A8BF6A;
}
</style>
border-color css
<style>
span { border-color: #A8BF6A; }
span { border-color: rgb(168,191,106); }
td.TdClassName
{
border-color: #A8BF6A;
}
.TagClassName
{
border-color: #A8BF6A;
}
</style>