Shades of Olivine #A6D06B
Tints of Olivine #A6D06B
RGB
CMYK
RGB Variations
Color information
#A6D06B (or 0xA6D06B) is known color: Olivine. HEX triplet: A6, D0 and 6B. RGB value is (166,208,107). Sum of RGB (Red+Green+Blue) = 166+208+107=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 107 (42.19% from 255 or 22.25% from 481); Max value from RGB is 208 - color contains mainly: green. Hex color #A6D06B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D06B is #592F94. Grayscale: #B8B8B8. Windows color (decimal): -5844885 or 7065766. OLE color: 7065766.
HSL color Cylindrical-coordinate representation of color #A6D06B: hue angle of 84.95º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A6D06B is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 208 | 107 | - |
| CMYK | 0.20 | 0 | 0.49 | 0.18 |
| HSL | 84.95º | 0.52% | 0.62% | - |
| HSV(B) | 84.95º | 0.49% | 0.82% | - |
| XYZ | 40.94 | 54.28 | 22.23 | - |
| YUV | 183.93 | 84.59 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 208 | 107 | 0.20 | 0 | 0.49 | 0.18 | 84.95 | 0.52 | 0.62 |
| Hex | A6 | D0 | 6B | 14 | 0 | 31 | 12 | 55 | 34 | 3E |
| Octal | 246 | 320 | 153 | 24 | 0 | 61 | 22 | 125 | 64 | 76 |
| Binary | 10100110 | 11010000 | 1101011 | 10100 | 0 | 110001 | 10010 | 1010101 | 110100 | 111110 |
Color Harmonies of #A6D06B
Complementary color
Monochromatic Colors of #A6D06B
Black with #A6D06B
Text Example
Text Example
White with #A6D06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D06B; }
p { color: rgb(166,208,107); }
H1.HeaderClassName
{
color: #A6D06B;
}
.AnyTagClassName
{
color: #A6D06B;
}
</style>
background-color css
<style>
a { background-color: #A6D06B; }
a { background-color: rgb(166,208,107); }
div.DivClassName
{
background-color: #A6D06B;
}
.BgClassName
{
background-color: #A6D06B;
}
</style>
border-color css
<style>
span { border-color: #A6D06B; }
span { border-color: rgb(166,208,107); }
td.TdClassName
{
border-color: #A6D06B;
}
.TagClassName
{
border-color: #A6D06B;
}
</style>