Shades of Olivine #A6C065
Tints of Olivine #A6C065
RGB
CMYK
RGB Variations
Color information
#A6C065 (or 0xA6C065) is known color: Olivine. HEX triplet: A6, C0 and 65. RGB value is (166,192,101). Sum of RGB (Red+Green+Blue) = 166+192+101=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C065 is #593F9A. Grayscale: #AEAEAE. Windows color (decimal): -5848987 or 6668454. OLE color: 6668454.
HSL color Cylindrical-coordinate representation of color #A6C065: hue angle of 77.14º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A6C065 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 192 | 101 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.25 |
| HSL | 77.14º | 0.42% | 0.57% | - |
| HSV(B) | 77.14º | 0.47% | 0.75% | - |
| XYZ | 36.92 | 46.75 | 19.39 | - |
| YUV | 173.85 | 86.89 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 192 | 101 | 0.14 | 0 | 0.47 | 0.25 | 77.14 | 0.42 | 0.57 |
| Hex | A6 | C0 | 65 | E | 0 | 2F | 19 | 4D | 2A | 39 |
| Octal | 246 | 300 | 145 | 16 | 0 | 57 | 31 | 115 | 52 | 71 |
| Binary | 10100110 | 11000000 | 1100101 | 1110 | 0 | 101111 | 11001 | 1001101 | 101010 | 111001 |
Color Harmonies of #A6C065
Complementary color
Monochromatic Colors of #A6C065
Black with #A6C065
Text Example
Text Example
White with #A6C065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C065; }
p { color: rgb(166,192,101); }
H1.HeaderClassName
{
color: #A6C065;
}
.AnyTagClassName
{
color: #A6C065;
}
</style>
background-color css
<style>
a { background-color: #A6C065; }
a { background-color: rgb(166,192,101); }
div.DivClassName
{
background-color: #A6C065;
}
.BgClassName
{
background-color: #A6C065;
}
</style>
border-color css
<style>
span { border-color: #A6C065; }
span { border-color: rgb(166,192,101); }
td.TdClassName
{
border-color: #A6C065;
}
.TagClassName
{
border-color: #A6C065;
}
</style>