Shades of Olivine #A1D068
Tints of Olivine #A1D068
RGB
CMYK
RGB Variations
Color information
#A1D068 (or 0xA1D068) is known color: Olivine. HEX triplet: A1, D0 and 68. RGB value is (161,208,104). Sum of RGB (Red+Green+Blue) = 161+208+104=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 208 (81.64% from 255 or 43.97% from 473); Blue value is 104 (41.02% from 255 or 21.99% from 473); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D068 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D068 is #5E2F97. Grayscale: #B6B6B6. Windows color (decimal): -6172568 or 6869153. OLE color: 6869153.
HSL color Cylindrical-coordinate representation of color #A1D068: hue angle of 87.12º 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 #A1D068 is Cyan = 0.23, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 208 | 104 | - |
| CMYK | 0.23 | 0 | 0.5 | 0.18 |
| HSL | 87.12º | 0.53% | 0.61% | - |
| HSV(B) | 87.12º | 0.5% | 0.82% | - |
| XYZ | 39.75 | 53.69 | 21.36 | - |
| YUV | 182.09 | 83.93 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 208 | 104 | 0.23 | 0 | 0.5 | 0.18 | 87.12 | 0.53 | 0.61 |
| Hex | A1 | D0 | 68 | 17 | 0 | 32 | 12 | 57 | 35 | 3D |
| Octal | 241 | 320 | 150 | 27 | 0 | 62 | 22 | 127 | 65 | 75 |
| Binary | 10100001 | 11010000 | 1101000 | 10111 | 0 | 110010 | 10010 | 1010111 | 110101 | 111101 |
Color Harmonies of #A1D068
Complementary color
Monochromatic Colors of #A1D068
Black with #A1D068
Text Example
Text Example
White with #A1D068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D068; }
p { color: rgb(161,208,104); }
H1.HeaderClassName
{
color: #A1D068;
}
.AnyTagClassName
{
color: #A1D068;
}
</style>
background-color css
<style>
a { background-color: #A1D068; }
a { background-color: rgb(161,208,104); }
div.DivClassName
{
background-color: #A1D068;
}
.BgClassName
{
background-color: #A1D068;
}
</style>
border-color css
<style>
span { border-color: #A1D068; }
span { border-color: rgb(161,208,104); }
td.TdClassName
{
border-color: #A1D068;
}
.TagClassName
{
border-color: #A1D068;
}
</style>