Shades of Olivine #A7BD67
Tints of Olivine #A7BD67
RGB
CMYK
RGB Variations
Color information
#A7BD67 (or 0xA7BD67) is known color: Olivine. HEX triplet: A7, BD and 67. RGB value is (167,189,103). Sum of RGB (Red+Green+Blue) = 167+189+103=459 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.38% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 103 (40.62% from 255 or 22.44% from 459); Max value from RGB is 189 - color contains mainly: green. Hex color #A7BD67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7BD67 is #584298. Grayscale: #ACACAC. Windows color (decimal): -5784217 or 6798759. OLE color: 6798759.
HSL color Cylindrical-coordinate representation of color #A7BD67: hue angle of 75.35º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A7BD67 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 189 | 103 | - |
| CMYK | 0.12 | 0 | 0.46 | 0.26 |
| HSL | 75.35º | 0.39% | 0.57% | - |
| HSV(B) | 75.35º | 0.46% | 0.74% | - |
| XYZ | 36.58 | 45.59 | 19.7 | - |
| YUV | 172.62 | 88.71 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 189 | 103 | 0.12 | 0 | 0.46 | 0.26 | 75.35 | 0.39 | 0.57 |
| Hex | A7 | BD | 67 | C | 0 | 2E | 1A | 4B | 27 | 39 |
| Octal | 247 | 275 | 147 | 14 | 0 | 56 | 32 | 113 | 47 | 71 |
| Binary | 10100111 | 10111101 | 1100111 | 1100 | 0 | 101110 | 11010 | 1001011 | 100111 | 111001 |
Color Harmonies of #A7BD67
Complementary color
Monochromatic Colors of #A7BD67
Black with #A7BD67
Text Example
Text Example
White with #A7BD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BD67; }
p { color: rgb(167,189,103); }
H1.HeaderClassName
{
color: #A7BD67;
}
.AnyTagClassName
{
color: #A7BD67;
}
</style>
background-color css
<style>
a { background-color: #A7BD67; }
a { background-color: rgb(167,189,103); }
div.DivClassName
{
background-color: #A7BD67;
}
.BgClassName
{
background-color: #A7BD67;
}
</style>
border-color css
<style>
span { border-color: #A7BD67; }
span { border-color: rgb(167,189,103); }
td.TdClassName
{
border-color: #A7BD67;
}
.TagClassName
{
border-color: #A7BD67;
}
</style>