Shades of Olivine #A6C06F
Tints of Olivine #A6C06F
RGB
CMYK
RGB Variations
Color information
#A6C06F (or 0xA6C06F) is known color: Olivine. HEX triplet: A6, C0 and 6F. RGB value is (166,192,111). Sum of RGB (Red+Green+Blue) = 166+192+111=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 111 (43.75% from 255 or 23.67% from 469); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C06F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C06F is #593F90. Grayscale: #AFAFAF. Windows color (decimal): -5848977 or 7323814. OLE color: 7323814.
HSL color Cylindrical-coordinate representation of color #A6C06F: hue angle of 79.26º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A6C06F is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 192 | 111 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.25 |
| HSL | 79.26º | 0.39% | 0.59% | - |
| HSV(B) | 79.26º | 0.42% | 0.75% | - |
| XYZ | 37.44 | 46.95 | 22.13 | - |
| YUV | 174.99 | 91.89 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 192 | 111 | 0.14 | 0 | 0.42 | 0.25 | 79.26 | 0.39 | 0.59 |
| Hex | A6 | C0 | 6F | E | 0 | 2A | 19 | 4F | 27 | 3B |
| Octal | 246 | 300 | 157 | 16 | 0 | 52 | 31 | 117 | 47 | 73 |
| Binary | 10100110 | 11000000 | 1101111 | 1110 | 0 | 101010 | 11001 | 1001111 | 100111 | 111011 |
Color Harmonies of #A6C06F
Complementary color
Monochromatic Colors of #A6C06F
Black with #A6C06F
Text Example
Text Example
White with #A6C06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C06F; }
p { color: rgb(166,192,111); }
H1.HeaderClassName
{
color: #A6C06F;
}
.AnyTagClassName
{
color: #A6C06F;
}
</style>
background-color css
<style>
a { background-color: #A6C06F; }
a { background-color: rgb(166,192,111); }
div.DivClassName
{
background-color: #A6C06F;
}
.BgClassName
{
background-color: #A6C06F;
}
</style>
border-color css
<style>
span { border-color: #A6C06F; }
span { border-color: rgb(166,192,111); }
td.TdClassName
{
border-color: #A6C06F;
}
.TagClassName
{
border-color: #A6C06F;
}
</style>