Shades of Olivine #A0D068
Tints of Olivine #A0D068
RGB
CMYK
RGB Variations
Color information
#A0D068 (or 0xA0D068) is known color: Olivine. HEX triplet: A0, D0 and 68. RGB value is (160,208,104). Sum of RGB (Red+Green+Blue) = 160+208+104=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 104 (41.02% from 255 or 22.03% from 472); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D068 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D068 is #5F2F97. Grayscale: #B6B6B6. Windows color (decimal): -6238104 or 6869152. OLE color: 6869152.
HSL color Cylindrical-coordinate representation of color #A0D068: hue angle of 87.69º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0D068 is Cyan = 0.23, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 208 | 104 | - |
| CMYK | 0.23 | 0 | 0.5 | 0.18 |
| HSL | 87.69º | 0.53% | 0.61% | - |
| HSV(B) | 87.69º | 0.5% | 0.82% | - |
| XYZ | 39.55 | 53.58 | 21.36 | - |
| YUV | 181.79 | 84.1 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 208 | 104 | 0.23 | 0 | 0.5 | 0.18 | 87.69 | 0.53 | 0.61 |
| Hex | A0 | D0 | 68 | 17 | 0 | 32 | 12 | 58 | 35 | 3D |
| Octal | 240 | 320 | 150 | 27 | 0 | 62 | 22 | 130 | 65 | 75 |
| Binary | 10100000 | 11010000 | 1101000 | 10111 | 0 | 110010 | 10010 | 1011000 | 110101 | 111101 |
Color Harmonies of #A0D068
Complementary color
Monochromatic Colors of #A0D068
Black with #A0D068
Text Example
Text Example
White with #A0D068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D068; }
p { color: rgb(160,208,104); }
H1.HeaderClassName
{
color: #A0D068;
}
.AnyTagClassName
{
color: #A0D068;
}
</style>
background-color css
<style>
a { background-color: #A0D068; }
a { background-color: rgb(160,208,104); }
div.DivClassName
{
background-color: #A0D068;
}
.BgClassName
{
background-color: #A0D068;
}
</style>
border-color css
<style>
span { border-color: #A0D068; }
span { border-color: rgb(160,208,104); }
td.TdClassName
{
border-color: #A0D068;
}
.TagClassName
{
border-color: #A0D068;
}
</style>