Shades of Olivine #A6C36A
Tints of Olivine #A6C36A
RGB
CMYK
RGB Variations
Color information
#A6C36A (or 0xA6C36A) is known color: Olivine. HEX triplet: A6, C3 and 6A. RGB value is (166,195,106). Sum of RGB (Red+Green+Blue) = 166+195+106=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 106 (41.80% from 255 or 22.70% from 467); Max value from RGB is 195 - color contains mainly: green. Hex color #A6C36A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C36A is #593C95. Grayscale: #B0B0B0. Windows color (decimal): -5848214 or 6996902. OLE color: 6996902.
HSL color Cylindrical-coordinate representation of color #A6C36A: hue angle of 79.55º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A6C36A is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 195 | 106 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.24 |
| HSL | 79.55º | 0.43% | 0.59% | - |
| HSV(B) | 79.55º | 0.46% | 0.76% | - |
| XYZ | 37.84 | 48.18 | 20.94 | - |
| YUV | 176.18 | 88.39 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 195 | 106 | 0.15 | 0 | 0.46 | 0.24 | 79.55 | 0.43 | 0.59 |
| Hex | A6 | C3 | 6A | F | 0 | 2E | 18 | 50 | 2B | 3B |
| Octal | 246 | 303 | 152 | 17 | 0 | 56 | 30 | 120 | 53 | 73 |
| Binary | 10100110 | 11000011 | 1101010 | 1111 | 0 | 101110 | 11000 | 1010000 | 101011 | 111011 |
Color Harmonies of #A6C36A
Complementary color
Monochromatic Colors of #A6C36A
Black with #A6C36A
Text Example
Text Example
White with #A6C36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C36A; }
p { color: rgb(166,195,106); }
H1.HeaderClassName
{
color: #A6C36A;
}
.AnyTagClassName
{
color: #A6C36A;
}
</style>
background-color css
<style>
a { background-color: #A6C36A; }
a { background-color: rgb(166,195,106); }
div.DivClassName
{
background-color: #A6C36A;
}
.BgClassName
{
background-color: #A6C36A;
}
</style>
border-color css
<style>
span { border-color: #A6C36A; }
span { border-color: rgb(166,195,106); }
td.TdClassName
{
border-color: #A6C36A;
}
.TagClassName
{
border-color: #A6C36A;
}
</style>