Shades of Olivine #A7B76F
Tints of Olivine #A7B76F
RGB
CMYK
RGB Variations
Color information
#A7B76F (or 0xA7B76F) is known color: Olivine. HEX triplet: A7, B7 and 6F. RGB value is (167,183,111). Sum of RGB (Red+Green+Blue) = 167+183+111=461 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.23% from 461); Green value is 183 (71.88% from 255 or 39.70% from 461); Blue value is 111 (43.75% from 255 or 24.08% from 461); Max value from RGB is 183 - color contains mainly: green. Hex color #A7B76F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B76F is #584890. Grayscale: #AAAAAA. Windows color (decimal): -5785745 or 7321511. OLE color: 7321511.
HSL color Cylindrical-coordinate representation of color #A7B76F: hue angle of 73.33º degrees, saturation: 0.33, 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 #A7B76F is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 183 | 111 | - |
| CMYK | 0.09 | 0 | 0.39 | 0.28 |
| HSL | 73.33º | 0.33% | 0.58% | - |
| HSV(B) | 73.33º | 0.39% | 0.72% | - |
| XYZ | 35.74 | 43.23 | 21.5 | - |
| YUV | 170.01 | 94.7 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 183 | 111 | 0.09 | 0 | 0.39 | 0.28 | 73.33 | 0.33 | 0.58 |
| Hex | A7 | B7 | 6F | 9 | 0 | 27 | 1C | 49 | 21 | 3A |
| Octal | 247 | 267 | 157 | 11 | 0 | 47 | 34 | 111 | 41 | 72 |
| Binary | 10100111 | 10110111 | 1101111 | 1001 | 0 | 100111 | 11100 | 1001001 | 100001 | 111010 |
Color Harmonies of #A7B76F
Complementary color
Monochromatic Colors of #A7B76F
Black with #A7B76F
Text Example
Text Example
White with #A7B76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B76F; }
p { color: rgb(167,183,111); }
H1.HeaderClassName
{
color: #A7B76F;
}
.AnyTagClassName
{
color: #A7B76F;
}
</style>
background-color css
<style>
a { background-color: #A7B76F; }
a { background-color: rgb(167,183,111); }
div.DivClassName
{
background-color: #A7B76F;
}
.BgClassName
{
background-color: #A7B76F;
}
</style>
border-color css
<style>
span { border-color: #A7B76F; }
span { border-color: rgb(167,183,111); }
td.TdClassName
{
border-color: #A7B76F;
}
.TagClassName
{
border-color: #A7B76F;
}
</style>