Shades of Olivine #A6BD70
Tints of Olivine #A6BD70
RGB
CMYK
RGB Variations
Color information
#A6BD70 (or 0xA6BD70) is known color: Olivine. HEX triplet: A6, BD and 70. RGB value is (166,189,112). Sum of RGB (Red+Green+Blue) = 166+189+112=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BD70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BD70 is #59428F. Grayscale: #ADADAD. Windows color (decimal): -5849744 or 7388582. OLE color: 7388582.
HSL color Cylindrical-coordinate representation of color #A6BD70: hue angle of 77.92º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A6BD70 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 189 | 112 | - |
| CMYK | 0.12 | 0 | 0.41 | 0.26 |
| HSL | 77.92º | 0.37% | 0.59% | - |
| HSV(B) | 77.92º | 0.41% | 0.74% | - |
| XYZ | 36.85 | 45.67 | 22.2 | - |
| YUV | 173.35 | 93.38 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 189 | 112 | 0.12 | 0 | 0.41 | 0.26 | 77.92 | 0.37 | 0.59 |
| Hex | A6 | BD | 70 | C | 0 | 29 | 1A | 4E | 25 | 3B |
| Octal | 246 | 275 | 160 | 14 | 0 | 51 | 32 | 116 | 45 | 73 |
| Binary | 10100110 | 10111101 | 1110000 | 1100 | 0 | 101001 | 11010 | 1001110 | 100101 | 111011 |
Color Harmonies of #A6BD70
Complementary color
Monochromatic Colors of #A6BD70
Black with #A6BD70
Text Example
Text Example
White with #A6BD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BD70; }
p { color: rgb(166,189,112); }
H1.HeaderClassName
{
color: #A6BD70;
}
.AnyTagClassName
{
color: #A6BD70;
}
</style>
background-color css
<style>
a { background-color: #A6BD70; }
a { background-color: rgb(166,189,112); }
div.DivClassName
{
background-color: #A6BD70;
}
.BgClassName
{
background-color: #A6BD70;
}
</style>
border-color css
<style>
span { border-color: #A6BD70; }
span { border-color: rgb(166,189,112); }
td.TdClassName
{
border-color: #A6BD70;
}
.TagClassName
{
border-color: #A6BD70;
}
</style>