Shades of Olivine #A7BD70
Tints of Olivine #A7BD70
RGB
CMYK
RGB Variations
Color information
#A7BD70 (or 0xA7BD70) is known color: Olivine. HEX triplet: A7, BD and 70. RGB value is (167,189,112). Sum of RGB (Red+Green+Blue) = 167+189+112=468 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.68% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 189 - color contains mainly: green. Hex color #A7BD70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7BD70 is #58428F. Grayscale: #ADADAD. Windows color (decimal): -5784208 or 7388583. OLE color: 7388583.
HSL color Cylindrical-coordinate representation of color #A7BD70: hue angle of 77.14º 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 #A7BD70 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 189 | 112 | - |
| CMYK | 0.12 | 0 | 0.41 | 0.26 |
| HSL | 77.14º | 0.37% | 0.59% | - |
| HSV(B) | 77.14º | 0.41% | 0.74% | - |
| XYZ | 37.06 | 45.78 | 22.21 | - |
| YUV | 173.64 | 93.21 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 189 | 112 | 0.12 | 0 | 0.41 | 0.26 | 77.14 | 0.37 | 0.59 |
| Hex | A7 | BD | 70 | C | 0 | 29 | 1A | 4D | 25 | 3B |
| Octal | 247 | 275 | 160 | 14 | 0 | 51 | 32 | 115 | 45 | 73 |
| Binary | 10100111 | 10111101 | 1110000 | 1100 | 0 | 101001 | 11010 | 1001101 | 100101 | 111011 |
Color Harmonies of #A7BD70
Complementary color
Monochromatic Colors of #A7BD70
Black with #A7BD70
Text Example
Text Example
White with #A7BD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BD70; }
p { color: rgb(167,189,112); }
H1.HeaderClassName
{
color: #A7BD70;
}
.AnyTagClassName
{
color: #A7BD70;
}
</style>
background-color css
<style>
a { background-color: #A7BD70; }
a { background-color: rgb(167,189,112); }
div.DivClassName
{
background-color: #A7BD70;
}
.BgClassName
{
background-color: #A7BD70;
}
</style>
border-color css
<style>
span { border-color: #A7BD70; }
span { border-color: rgb(167,189,112); }
td.TdClassName
{
border-color: #A7BD70;
}
.TagClassName
{
border-color: #A7BD70;
}
</style>