Shades of Olivine #A3BC77
Tints of Olivine #A3BC77
RGB
CMYK
RGB Variations
Color information
#A3BC77 (or 0xA3BC77) is known color: Olivine. HEX triplet: A3, BC and 77. RGB value is (163,188,119). Sum of RGB (Red+Green+Blue) = 163+188+119=470 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.68% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 119 (46.88% from 255 or 25.32% from 470); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BC77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BC77 is #5C4388. Grayscale: #ACACAC. Windows color (decimal): -6046601 or 7847075. OLE color: 7847075.
HSL color Cylindrical-coordinate representation of color #A3BC77: hue angle of 81.74º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A3BC77 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 188 | 119 | - |
| CMYK | 0.13 | 0 | 0.37 | 0.26 |
| HSL | 81.74º | 0.34% | 0.6% | - |
| HSV(B) | 81.74º | 0.37% | 0.74% | - |
| XYZ | 36.42 | 45.08 | 24.24 | - |
| YUV | 172.66 | 97.72 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 188 | 119 | 0.13 | 0 | 0.37 | 0.26 | 81.74 | 0.34 | 0.6 |
| Hex | A3 | BC | 77 | D | 0 | 25 | 1A | 52 | 22 | 3C |
| Octal | 243 | 274 | 167 | 15 | 0 | 45 | 32 | 122 | 42 | 74 |
| Binary | 10100011 | 10111100 | 1110111 | 1101 | 0 | 100101 | 11010 | 1010010 | 100010 | 111100 |
Color Harmonies of #A3BC77
Complementary color
Monochromatic Colors of #A3BC77
Black with #A3BC77
Text Example
Text Example
White with #A3BC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BC77; }
p { color: rgb(163,188,119); }
H1.HeaderClassName
{
color: #A3BC77;
}
.AnyTagClassName
{
color: #A3BC77;
}
</style>
background-color css
<style>
a { background-color: #A3BC77; }
a { background-color: rgb(163,188,119); }
div.DivClassName
{
background-color: #A3BC77;
}
.BgClassName
{
background-color: #A3BC77;
}
</style>
border-color css
<style>
span { border-color: #A3BC77; }
span { border-color: rgb(163,188,119); }
td.TdClassName
{
border-color: #A3BC77;
}
.TagClassName
{
border-color: #A3BC77;
}
</style>