Shades of Olivine #A6B870
Tints of Olivine #A6B870
RGB
CMYK
RGB Variations
Color information
#A6B870 (or 0xA6B870) is known color: Olivine. HEX triplet: A6, B8 and 70. RGB value is (166,184,112). Sum of RGB (Red+Green+Blue) = 166+184+112=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 184 (72.27% from 255 or 39.83% from 462); Blue value is 112 (44.14% from 255 or 24.24% from 462); Max value from RGB is 184 - color contains mainly: green. Hex color #A6B870 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B870 is #59478F. Grayscale: #AAAAAA. Windows color (decimal): -5851024 or 7387302. OLE color: 7387302.
HSL color Cylindrical-coordinate representation of color #A6B870: hue angle of 75º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A6B870 is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 184 | 112 | - |
| CMYK | 0.10 | 0 | 0.39 | 0.28 |
| HSL | 75º | 0.34% | 0.58% | - |
| HSV(B) | 75º | 0.39% | 0.72% | - |
| XYZ | 35.79 | 43.56 | 21.85 | - |
| YUV | 170.41 | 95.04 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 184 | 112 | 0.10 | 0 | 0.39 | 0.28 | 75 | 0.34 | 0.58 |
| Hex | A6 | B8 | 70 | A | 0 | 27 | 1C | 4B | 22 | 3A |
| Octal | 246 | 270 | 160 | 12 | 0 | 47 | 34 | 113 | 42 | 72 |
| Binary | 10100110 | 10111000 | 1110000 | 1010 | 0 | 100111 | 11100 | 1001011 | 100010 | 111010 |
Color Harmonies of #A6B870
Complementary color
Monochromatic Colors of #A6B870
Black with #A6B870
Text Example
Text Example
White with #A6B870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B870; }
p { color: rgb(166,184,112); }
H1.HeaderClassName
{
color: #A6B870;
}
.AnyTagClassName
{
color: #A6B870;
}
</style>
background-color css
<style>
a { background-color: #A6B870; }
a { background-color: rgb(166,184,112); }
div.DivClassName
{
background-color: #A6B870;
}
.BgClassName
{
background-color: #A6B870;
}
</style>
border-color css
<style>
span { border-color: #A6B870; }
span { border-color: rgb(166,184,112); }
td.TdClassName
{
border-color: #A6B870;
}
.TagClassName
{
border-color: #A6B870;
}
</style>