Shades of Olivine #A8C468
Tints of Olivine #A8C468
RGB
CMYK
RGB Variations
Color information
#A8C468 (or 0xA8C468) is known color: Olivine. HEX triplet: A8, C4 and 68. RGB value is (168,196,104). Sum of RGB (Red+Green+Blue) = 168+196+104=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 196 (76.95% from 255 or 41.88% from 468); Blue value is 104 (41.02% from 255 or 22.22% from 468); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C468 is #573B97. Grayscale: #B1B1B1. Windows color (decimal): -5716888 or 6866088. OLE color: 6866088.
HSL color Cylindrical-coordinate representation of color #A8C468: hue angle of 78.26º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8C468 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 196 | 104 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.23 |
| HSL | 78.26º | 0.44% | 0.59% | - |
| HSV(B) | 78.26º | 0.47% | 0.77% | - |
| XYZ | 38.39 | 48.8 | 20.49 | - |
| YUV | 177.14 | 86.72 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 196 | 104 | 0.14 | 0 | 0.47 | 0.23 | 78.26 | 0.44 | 0.59 |
| Hex | A8 | C4 | 68 | E | 0 | 2F | 17 | 4E | 2C | 3B |
| Octal | 250 | 304 | 150 | 16 | 0 | 57 | 27 | 116 | 54 | 73 |
| Binary | 10101000 | 11000100 | 1101000 | 1110 | 0 | 101111 | 10111 | 1001110 | 101100 | 111011 |
Color Harmonies of #A8C468
Complementary color
Monochromatic Colors of #A8C468
Black with #A8C468
Text Example
Text Example
White with #A8C468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C468; }
p { color: rgb(168,196,104); }
H1.HeaderClassName
{
color: #A8C468;
}
.AnyTagClassName
{
color: #A8C468;
}
</style>
background-color css
<style>
a { background-color: #A8C468; }
a { background-color: rgb(168,196,104); }
div.DivClassName
{
background-color: #A8C468;
}
.BgClassName
{
background-color: #A8C468;
}
</style>
border-color css
<style>
span { border-color: #A8C468; }
span { border-color: rgb(168,196,104); }
td.TdClassName
{
border-color: #A8C468;
}
.TagClassName
{
border-color: #A8C468;
}
</style>