Shades of Olivine #A8BC69
Tints of Olivine #A8BC69
RGB
CMYK
RGB Variations
Color information
#A8BC69 (or 0xA8BC69) is known color: Olivine. HEX triplet: A8, BC and 69. RGB value is (168,188,105). Sum of RGB (Red+Green+Blue) = 168+188+105=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 105 (41.41% from 255 or 22.78% from 461); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BC69 is #574396. Grayscale: #ACACAC. Windows color (decimal): -5718935 or 6929576. OLE color: 6929576.
HSL color Cylindrical-coordinate representation of color #A8BC69: hue angle of 74.46º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A8BC69 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 188 | 105 | - |
| CMYK | 0.11 | 0 | 0.44 | 0.26 |
| HSL | 74.46º | 0.38% | 0.57% | - |
| HSV(B) | 74.46º | 0.44% | 0.74% | - |
| XYZ | 36.68 | 45.31 | 20.18 | - |
| YUV | 172.56 | 89.87 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 105 | 0.11 | 0 | 0.44 | 0.26 | 74.46 | 0.38 | 0.57 |
| Hex | A8 | BC | 69 | B | 0 | 2C | 1A | 4A | 26 | 39 |
| Octal | 250 | 274 | 151 | 13 | 0 | 54 | 32 | 112 | 46 | 71 |
| Binary | 10101000 | 10111100 | 1101001 | 1011 | 0 | 101100 | 11010 | 1001010 | 100110 | 111001 |
Color Harmonies of #A8BC69
Complementary color
Monochromatic Colors of #A8BC69
Black with #A8BC69
Text Example
Text Example
White with #A8BC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BC69; }
p { color: rgb(168,188,105); }
H1.HeaderClassName
{
color: #A8BC69;
}
.AnyTagClassName
{
color: #A8BC69;
}
</style>
background-color css
<style>
a { background-color: #A8BC69; }
a { background-color: rgb(168,188,105); }
div.DivClassName
{
background-color: #A8BC69;
}
.BgClassName
{
background-color: #A8BC69;
}
</style>
border-color css
<style>
span { border-color: #A8BC69; }
span { border-color: rgb(168,188,105); }
td.TdClassName
{
border-color: #A8BC69;
}
.TagClassName
{
border-color: #A8BC69;
}
</style>