Shades of Olivine #A6D069
Tints of Olivine #A6D069
RGB
CMYK
RGB Variations
Color information
#A6D069 (or 0xA6D069) is known color: Olivine. HEX triplet: A6, D0 and 69. RGB value is (166,208,105). Sum of RGB (Red+Green+Blue) = 166+208+105=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 208 (81.64% from 255 or 43.42% from 479); Blue value is 105 (41.41% from 255 or 21.92% from 479); Max value from RGB is 208 - color contains mainly: green. Hex color #A6D069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D069 is #592F96. Grayscale: #B8B8B8. Windows color (decimal): -5844887 or 6934694. OLE color: 6934694.
HSL color Cylindrical-coordinate representation of color #A6D069: hue angle of 84.47º degrees, saturation: 0.52, 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 #A6D069 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 208 | 105 | - |
| CMYK | 0.20 | 0 | 0.50 | 0.18 |
| HSL | 84.47º | 0.52% | 0.61% | - |
| HSV(B) | 84.47º | 0.5% | 0.82% | - |
| XYZ | 40.83 | 54.24 | 21.68 | - |
| YUV | 183.7 | 83.59 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 208 | 105 | 0.20 | 0 | 0.50 | 0.18 | 84.47 | 0.52 | 0.61 |
| Hex | A6 | D0 | 69 | 14 | 0 | 32 | 12 | 54 | 34 | 3D |
| Octal | 246 | 320 | 151 | 24 | 0 | 62 | 22 | 124 | 64 | 75 |
| Binary | 10100110 | 11010000 | 1101001 | 10100 | 0 | 110010 | 10010 | 1010100 | 110100 | 111101 |
Color Harmonies of #A6D069
Complementary color
Monochromatic Colors of #A6D069
Black with #A6D069
Text Example
Text Example
White with #A6D069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D069; }
p { color: rgb(166,208,105); }
H1.HeaderClassName
{
color: #A6D069;
}
.AnyTagClassName
{
color: #A6D069;
}
</style>
background-color css
<style>
a { background-color: #A6D069; }
a { background-color: rgb(166,208,105); }
div.DivClassName
{
background-color: #A6D069;
}
.BgClassName
{
background-color: #A6D069;
}
</style>
border-color css
<style>
span { border-color: #A6D069; }
span { border-color: rgb(166,208,105); }
td.TdClassName
{
border-color: #A6D069;
}
.TagClassName
{
border-color: #A6D069;
}
</style>