Shades of Olivine #A6C06B
Tints of Olivine #A6C06B
RGB
CMYK
RGB Variations
Color information
#A6C06B (or 0xA6C06B) is known color: Olivine. HEX triplet: A6, C0 and 6B. RGB value is (166,192,107). Sum of RGB (Red+Green+Blue) = 166+192+107=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 107 (42.19% from 255 or 23.01% from 465); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C06B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C06B is #593F94. Grayscale: #AEAEAE. Windows color (decimal): -5848981 or 7061670. OLE color: 7061670.
HSL color Cylindrical-coordinate representation of color #A6C06B: hue angle of 78.35º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A6C06B is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 192 | 107 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.25 |
| HSL | 78.35º | 0.4% | 0.59% | - |
| HSV(B) | 78.35º | 0.44% | 0.75% | - |
| XYZ | 37.23 | 46.87 | 20.99 | - |
| YUV | 174.54 | 89.89 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 192 | 107 | 0.14 | 0 | 0.44 | 0.25 | 78.35 | 0.4 | 0.59 |
| Hex | A6 | C0 | 6B | E | 0 | 2C | 19 | 4E | 28 | 3B |
| Octal | 246 | 300 | 153 | 16 | 0 | 54 | 31 | 116 | 50 | 73 |
| Binary | 10100110 | 11000000 | 1101011 | 1110 | 0 | 101100 | 11001 | 1001110 | 101000 | 111011 |
Color Harmonies of #A6C06B
Complementary color
Monochromatic Colors of #A6C06B
Black with #A6C06B
Text Example
Text Example
White with #A6C06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C06B; }
p { color: rgb(166,192,107); }
H1.HeaderClassName
{
color: #A6C06B;
}
.AnyTagClassName
{
color: #A6C06B;
}
</style>
background-color css
<style>
a { background-color: #A6C06B; }
a { background-color: rgb(166,192,107); }
div.DivClassName
{
background-color: #A6C06B;
}
.BgClassName
{
background-color: #A6C06B;
}
</style>
border-color css
<style>
span { border-color: #A6C06B; }
span { border-color: rgb(166,192,107); }
td.TdClassName
{
border-color: #A6C06B;
}
.TagClassName
{
border-color: #A6C06B;
}
</style>