Shades of Olivine #A3BC79
Tints of Olivine #A3BC79
RGB
CMYK
RGB Variations
Color information
#A3BC79 (or 0xA3BC79) is known color: Olivine. HEX triplet: A3, BC and 79. RGB value is (163,188,121). Sum of RGB (Red+Green+Blue) = 163+188+121=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 121 (47.66% from 255 or 25.64% from 472); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BC79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BC79 is #5C4386. Grayscale: #ADADAD. Windows color (decimal): -6046599 or 7978147. OLE color: 7978147.
HSL color Cylindrical-coordinate representation of color #A3BC79: hue angle of 82.39º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3BC79 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 188 | 121 | - |
| CMYK | 0.13 | 0 | 0.36 | 0.26 |
| HSL | 82.39º | 0.33% | 0.61% | - |
| HSV(B) | 82.39º | 0.36% | 0.74% | - |
| XYZ | 36.54 | 45.13 | 24.87 | - |
| YUV | 172.89 | 98.72 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 188 | 121 | 0.13 | 0 | 0.36 | 0.26 | 82.39 | 0.33 | 0.61 |
| Hex | A3 | BC | 79 | D | 0 | 24 | 1A | 52 | 21 | 3D |
| Octal | 243 | 274 | 171 | 15 | 0 | 44 | 32 | 122 | 41 | 75 |
| Binary | 10100011 | 10111100 | 1111001 | 1101 | 0 | 100100 | 11010 | 1010010 | 100001 | 111101 |
Color Harmonies of #A3BC79
Complementary color
Monochromatic Colors of #A3BC79
Black with #A3BC79
Text Example
Text Example
White with #A3BC79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BC79; }
p { color: rgb(163,188,121); }
H1.HeaderClassName
{
color: #A3BC79;
}
.AnyTagClassName
{
color: #A3BC79;
}
</style>
background-color css
<style>
a { background-color: #A3BC79; }
a { background-color: rgb(163,188,121); }
div.DivClassName
{
background-color: #A3BC79;
}
.BgClassName
{
background-color: #A3BC79;
}
</style>
border-color css
<style>
span { border-color: #A3BC79; }
span { border-color: rgb(163,188,121); }
td.TdClassName
{
border-color: #A3BC79;
}
.TagClassName
{
border-color: #A3BC79;
}
</style>