Shades of Olivine #A7B96D
Tints of Olivine #A7B96D
RGB
CMYK
RGB Variations
Color information
#A7B96D (or 0xA7B96D) is known color: Olivine. HEX triplet: A7, B9 and 6D. RGB value is (167,185,109). Sum of RGB (Red+Green+Blue) = 167+185+109=461 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.23% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B96D is #584692. Grayscale: #ABABAB. Windows color (decimal): -5785235 or 7190951. OLE color: 7190951.
HSL color Cylindrical-coordinate representation of color #A7B96D: hue angle of 74.21º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A7B96D is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 185 | 109 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.27 |
| HSL | 74.21º | 0.35% | 0.58% | - |
| HSV(B) | 74.21º | 0.41% | 0.73% | - |
| XYZ | 36.05 | 44.02 | 21.06 | - |
| YUV | 170.95 | 93.04 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 185 | 109 | 0.10 | 0 | 0.41 | 0.27 | 74.21 | 0.35 | 0.58 |
| Hex | A7 | B9 | 6D | A | 0 | 29 | 1B | 4A | 23 | 3A |
| Octal | 247 | 271 | 155 | 12 | 0 | 51 | 33 | 112 | 43 | 72 |
| Binary | 10100111 | 10111001 | 1101101 | 1010 | 0 | 101001 | 11011 | 1001010 | 100011 | 111010 |
Color Harmonies of #A7B96D
Complementary color
Monochromatic Colors of #A7B96D
Black with #A7B96D
Text Example
Text Example
White with #A7B96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B96D; }
p { color: rgb(167,185,109); }
H1.HeaderClassName
{
color: #A7B96D;
}
.AnyTagClassName
{
color: #A7B96D;
}
</style>
background-color css
<style>
a { background-color: #A7B96D; }
a { background-color: rgb(167,185,109); }
div.DivClassName
{
background-color: #A7B96D;
}
.BgClassName
{
background-color: #A7B96D;
}
</style>
border-color css
<style>
span { border-color: #A7B96D; }
span { border-color: rgb(167,185,109); }
td.TdClassName
{
border-color: #A7B96D;
}
.TagClassName
{
border-color: #A7B96D;
}
</style>