Shades of Olivine #A6CE70
Tints of Olivine #A6CE70
RGB
CMYK
RGB Variations
Color information
#A6CE70 (or 0xA6CE70) is known color: Olivine. HEX triplet: A6, CE and 70. RGB value is (166,206,112). Sum of RGB (Red+Green+Blue) = 166+206+112=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 206 (80.86% from 255 or 42.56% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CE70 is #59318F. Grayscale: #B7B7B7. Windows color (decimal): -5845392 or 7392934. OLE color: 7392934.
HSL color Cylindrical-coordinate representation of color #A6CE70: hue angle of 85.53º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A6CE70 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 206 | 112 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.19 |
| HSL | 85.53º | 0.49% | 0.62% | - |
| HSV(B) | 85.53º | 0.46% | 0.81% | - |
| XYZ | 40.72 | 53.42 | 23.49 | - |
| YUV | 183.32 | 87.75 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 206 | 112 | 0.19 | 0 | 0.46 | 0.19 | 85.53 | 0.49 | 0.62 |
| Hex | A6 | CE | 70 | 13 | 0 | 2E | 13 | 56 | 31 | 3E |
| Octal | 246 | 316 | 160 | 23 | 0 | 56 | 23 | 126 | 61 | 76 |
| Binary | 10100110 | 11001110 | 1110000 | 10011 | 0 | 101110 | 10011 | 1010110 | 110001 | 111110 |
Color Harmonies of #A6CE70
Complementary color
Monochromatic Colors of #A6CE70
Black with #A6CE70
Text Example
Text Example
White with #A6CE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CE70; }
p { color: rgb(166,206,112); }
H1.HeaderClassName
{
color: #A6CE70;
}
.AnyTagClassName
{
color: #A6CE70;
}
</style>
background-color css
<style>
a { background-color: #A6CE70; }
a { background-color: rgb(166,206,112); }
div.DivClassName
{
background-color: #A6CE70;
}
.BgClassName
{
background-color: #A6CE70;
}
</style>
border-color css
<style>
span { border-color: #A6CE70; }
span { border-color: rgb(166,206,112); }
td.TdClassName
{
border-color: #A6CE70;
}
.TagClassName
{
border-color: #A6CE70;
}
</style>