Shades of Olivine #A8C968
Tints of Olivine #A8C968
RGB
CMYK
RGB Variations
Color information
#A8C968 (or 0xA8C968) is known color: Olivine. HEX triplet: A8, C9 and 68. RGB value is (168,201,104). Sum of RGB (Red+Green+Blue) = 168+201+104=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 201 (78.91% from 255 or 42.49% from 473); Blue value is 104 (41.02% from 255 or 21.99% from 473); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C968 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C968 is #573697. Grayscale: #B4B4B4. Windows color (decimal): -5715608 or 6867368. OLE color: 6867368.
HSL color Cylindrical-coordinate representation of color #A8C968: hue angle of 80.41º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8C968 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 201 | 104 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.21 |
| HSL | 80.41º | 0.47% | 0.6% | - |
| HSV(B) | 80.41º | 0.48% | 0.79% | - |
| XYZ | 39.53 | 51.1 | 20.88 | - |
| YUV | 180.08 | 85.07 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 201 | 104 | 0.16 | 0 | 0.48 | 0.21 | 80.41 | 0.47 | 0.6 |
| Hex | A8 | C9 | 68 | 10 | 0 | 30 | 15 | 50 | 2F | 3C |
| Octal | 250 | 311 | 150 | 20 | 0 | 60 | 25 | 120 | 57 | 74 |
| Binary | 10101000 | 11001001 | 1101000 | 10000 | 0 | 110000 | 10101 | 1010000 | 101111 | 111100 |
Color Harmonies of #A8C968
Complementary color
Monochromatic Colors of #A8C968
Black with #A8C968
Text Example
Text Example
White with #A8C968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C968; }
p { color: rgb(168,201,104); }
H1.HeaderClassName
{
color: #A8C968;
}
.AnyTagClassName
{
color: #A8C968;
}
</style>
background-color css
<style>
a { background-color: #A8C968; }
a { background-color: rgb(168,201,104); }
div.DivClassName
{
background-color: #A8C968;
}
.BgClassName
{
background-color: #A8C968;
}
</style>
border-color css
<style>
span { border-color: #A8C968; }
span { border-color: rgb(168,201,104); }
td.TdClassName
{
border-color: #A8C968;
}
.TagClassName
{
border-color: #A8C968;
}
</style>