Shades of Olivine #A8C869
Tints of Olivine #A8C869
RGB
CMYK
RGB Variations
Color information
#A8C869 (or 0xA8C869) is known color: Olivine. HEX triplet: A8, C8 and 69. RGB value is (168,200,105). Sum of RGB (Red+Green+Blue) = 168+200+105=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 200 (78.52% from 255 or 42.28% from 473); Blue value is 105 (41.41% from 255 or 22.20% from 473); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C869 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C869 is #573796. Grayscale: #B3B3B3. Windows color (decimal): -5715863 or 6932648. OLE color: 6932648.
HSL color Cylindrical-coordinate representation of color #A8C869: hue angle of 80.21º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8C869 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 200 | 105 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.22 |
| HSL | 80.21º | 0.46% | 0.6% | - |
| HSV(B) | 80.21º | 0.48% | 0.78% | - |
| XYZ | 39.35 | 50.65 | 21.07 | - |
| YUV | 179.6 | 85.9 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 200 | 105 | 0.16 | 0 | 0.48 | 0.22 | 80.21 | 0.46 | 0.6 |
| Hex | A8 | C8 | 69 | 10 | 0 | 30 | 16 | 50 | 2E | 3C |
| Octal | 250 | 310 | 151 | 20 | 0 | 60 | 26 | 120 | 56 | 74 |
| Binary | 10101000 | 11001000 | 1101001 | 10000 | 0 | 110000 | 10110 | 1010000 | 101110 | 111100 |
Color Harmonies of #A8C869
Complementary color
Monochromatic Colors of #A8C869
Black with #A8C869
Text Example
Text Example
White with #A8C869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C869; }
p { color: rgb(168,200,105); }
H1.HeaderClassName
{
color: #A8C869;
}
.AnyTagClassName
{
color: #A8C869;
}
</style>
background-color css
<style>
a { background-color: #A8C869; }
a { background-color: rgb(168,200,105); }
div.DivClassName
{
background-color: #A8C869;
}
.BgClassName
{
background-color: #A8C869;
}
</style>
border-color css
<style>
span { border-color: #A8C869; }
span { border-color: rgb(168,200,105); }
td.TdClassName
{
border-color: #A8C869;
}
.TagClassName
{
border-color: #A8C869;
}
</style>