Shades of Olivine #A8C06C
Tints of Olivine #A8C06C
RGB
CMYK
RGB Variations
Color information
#A8C06C (or 0xA8C06C) is known color: Olivine. HEX triplet: A8, C0 and 6C. RGB value is (168,192,108). Sum of RGB (Red+Green+Blue) = 168+192+108=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C06C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C06C is #573F93. Grayscale: #AFAFAF. Windows color (decimal): -5717908 or 7127208. OLE color: 7127208.
HSL color Cylindrical-coordinate representation of color #A8C06C: hue angle of 77.14º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A8C06C is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 192 | 108 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.25 |
| HSL | 77.14º | 0.4% | 0.59% | - |
| HSV(B) | 77.14º | 0.44% | 0.75% | - |
| XYZ | 37.7 | 47.11 | 21.29 | - |
| YUV | 175.25 | 90.05 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 108 | 0.12 | 0 | 0.44 | 0.25 | 77.14 | 0.4 | 0.59 |
| Hex | A8 | C0 | 6C | C | 0 | 2C | 19 | 4D | 28 | 3B |
| Octal | 250 | 300 | 154 | 14 | 0 | 54 | 31 | 115 | 50 | 73 |
| Binary | 10101000 | 11000000 | 1101100 | 1100 | 0 | 101100 | 11001 | 1001101 | 101000 | 111011 |
Color Harmonies of #A8C06C
Complementary color
Monochromatic Colors of #A8C06C
Black with #A8C06C
Text Example
Text Example
White with #A8C06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C06C; }
p { color: rgb(168,192,108); }
H1.HeaderClassName
{
color: #A8C06C;
}
.AnyTagClassName
{
color: #A8C06C;
}
</style>
background-color css
<style>
a { background-color: #A8C06C; }
a { background-color: rgb(168,192,108); }
div.DivClassName
{
background-color: #A8C06C;
}
.BgClassName
{
background-color: #A8C06C;
}
</style>
border-color css
<style>
span { border-color: #A8C06C; }
span { border-color: rgb(168,192,108); }
td.TdClassName
{
border-color: #A8C06C;
}
.TagClassName
{
border-color: #A8C06C;
}
</style>