Shades of Olivine #A6BD75
Tints of Olivine #A6BD75
RGB
CMYK
RGB Variations
Color information
#A6BD75 (or 0xA6BD75) is known color: Olivine. HEX triplet: A6, BD and 75. RGB value is (166,189,117). Sum of RGB (Red+Green+Blue) = 166+189+117=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BD75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BD75 is #59428A. Grayscale: #AEAEAE. Windows color (decimal): -5849739 or 7716262. OLE color: 7716262.
HSL color Cylindrical-coordinate representation of color #A6BD75: hue angle of 79.17º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A6BD75 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 189 | 117 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.26 |
| HSL | 79.17º | 0.35% | 0.6% | - |
| HSV(B) | 79.17º | 0.38% | 0.74% | - |
| XYZ | 37.13 | 45.79 | 23.71 | - |
| YUV | 173.92 | 95.88 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 189 | 117 | 0.12 | 0 | 0.38 | 0.26 | 79.17 | 0.35 | 0.6 |
| Hex | A6 | BD | 75 | C | 0 | 26 | 1A | 4F | 23 | 3C |
| Octal | 246 | 275 | 165 | 14 | 0 | 46 | 32 | 117 | 43 | 74 |
| Binary | 10100110 | 10111101 | 1110101 | 1100 | 0 | 100110 | 11010 | 1001111 | 100011 | 111100 |
Color Harmonies of #A6BD75
Complementary color
Monochromatic Colors of #A6BD75
Black with #A6BD75
Text Example
Text Example
White with #A6BD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BD75; }
p { color: rgb(166,189,117); }
H1.HeaderClassName
{
color: #A6BD75;
}
.AnyTagClassName
{
color: #A6BD75;
}
</style>
background-color css
<style>
a { background-color: #A6BD75; }
a { background-color: rgb(166,189,117); }
div.DivClassName
{
background-color: #A6BD75;
}
.BgClassName
{
background-color: #A6BD75;
}
</style>
border-color css
<style>
span { border-color: #A6BD75; }
span { border-color: rgb(166,189,117); }
td.TdClassName
{
border-color: #A6BD75;
}
.TagClassName
{
border-color: #A6BD75;
}
</style>