Shades of Olivine #A8BF6C
Tints of Olivine #A8BF6C
RGB
CMYK
RGB Variations
Color information
#A8BF6C (or 0xA8BF6C) is known color: Olivine. HEX triplet: A8, BF and 6C. RGB value is (168,191,108). Sum of RGB (Red+Green+Blue) = 168+191+108=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 191 (75% from 255 or 40.90% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BF6C is #574093. Grayscale: #AEAEAE. Windows color (decimal): -5718164 or 7126952. OLE color: 7126952.
HSL color Cylindrical-coordinate representation of color #A8BF6C: hue angle of 76.63º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A8BF6C is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 191 | 108 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.25 |
| HSL | 76.63º | 0.39% | 0.59% | - |
| HSV(B) | 76.63º | 0.43% | 0.75% | - |
| XYZ | 37.49 | 46.67 | 21.22 | - |
| YUV | 174.66 | 90.38 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 191 | 108 | 0.12 | 0 | 0.43 | 0.25 | 76.63 | 0.39 | 0.59 |
| Hex | A8 | BF | 6C | C | 0 | 2B | 19 | 4D | 27 | 3B |
| Octal | 250 | 277 | 154 | 14 | 0 | 53 | 31 | 115 | 47 | 73 |
| Binary | 10101000 | 10111111 | 1101100 | 1100 | 0 | 101011 | 11001 | 1001101 | 100111 | 111011 |
Color Harmonies of #A8BF6C
Complementary color
Monochromatic Colors of #A8BF6C
Black with #A8BF6C
Text Example
Text Example
White with #A8BF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BF6C; }
p { color: rgb(168,191,108); }
H1.HeaderClassName
{
color: #A8BF6C;
}
.AnyTagClassName
{
color: #A8BF6C;
}
</style>
background-color css
<style>
a { background-color: #A8BF6C; }
a { background-color: rgb(168,191,108); }
div.DivClassName
{
background-color: #A8BF6C;
}
.BgClassName
{
background-color: #A8BF6C;
}
</style>
border-color css
<style>
span { border-color: #A8BF6C; }
span { border-color: rgb(168,191,108); }
td.TdClassName
{
border-color: #A8BF6C;
}
.TagClassName
{
border-color: #A8BF6C;
}
</style>