Shades of Olivine #A6BD73
Tints of Olivine #A6BD73
RGB
CMYK
RGB Variations
Color information
#A6BD73 (or 0xA6BD73) is known color: Olivine. HEX triplet: A6, BD and 73. RGB value is (166,189,115). Sum of RGB (Red+Green+Blue) = 166+189+115=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 115 (45.31% from 255 or 24.47% from 470); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BD73 is #59428C. Grayscale: #ADADAD. Windows color (decimal): -5849741 or 7585190. OLE color: 7585190.
HSL color Cylindrical-coordinate representation of color #A6BD73: hue angle of 78.65º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A6BD73 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 189 | 115 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.26 |
| HSL | 78.65º | 0.36% | 0.6% | - |
| HSV(B) | 78.65º | 0.39% | 0.74% | - |
| XYZ | 37.02 | 45.74 | 23.1 | - |
| YUV | 173.69 | 94.88 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 189 | 115 | 0.12 | 0 | 0.39 | 0.26 | 78.65 | 0.36 | 0.6 |
| Hex | A6 | BD | 73 | C | 0 | 27 | 1A | 4F | 24 | 3C |
| Octal | 246 | 275 | 163 | 14 | 0 | 47 | 32 | 117 | 44 | 74 |
| Binary | 10100110 | 10111101 | 1110011 | 1100 | 0 | 100111 | 11010 | 1001111 | 100100 | 111100 |
Color Harmonies of #A6BD73
Complementary color
Monochromatic Colors of #A6BD73
Black with #A6BD73
Text Example
Text Example
White with #A6BD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BD73; }
p { color: rgb(166,189,115); }
H1.HeaderClassName
{
color: #A6BD73;
}
.AnyTagClassName
{
color: #A6BD73;
}
</style>
background-color css
<style>
a { background-color: #A6BD73; }
a { background-color: rgb(166,189,115); }
div.DivClassName
{
background-color: #A6BD73;
}
.BgClassName
{
background-color: #A6BD73;
}
</style>
border-color css
<style>
span { border-color: #A6BD73; }
span { border-color: rgb(166,189,115); }
td.TdClassName
{
border-color: #A6BD73;
}
.TagClassName
{
border-color: #A6BD73;
}
</style>