Shades of Olivine #A3BF77
Tints of Olivine #A3BF77
RGB
CMYK
RGB Variations
Color information
#A3BF77 (or 0xA3BF77) is known color: Olivine. HEX triplet: A3, BF and 77. RGB value is (163,191,119). Sum of RGB (Red+Green+Blue) = 163+191+119=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 191 - color contains mainly: green. Hex color #A3BF77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BF77 is #5C4088. Grayscale: #AEAEAE. Windows color (decimal): -6045833 or 7847843. OLE color: 7847843.
HSL color Cylindrical-coordinate representation of color #A3BF77: hue angle of 83.33º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A3BF77 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 191 | 119 | - |
| CMYK | 0.15 | 0 | 0.38 | 0.25 |
| HSL | 83.33º | 0.36% | 0.61% | - |
| HSV(B) | 83.33º | 0.38% | 0.75% | - |
| XYZ | 37.06 | 46.38 | 24.45 | - |
| YUV | 174.42 | 96.72 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 191 | 119 | 0.15 | 0 | 0.38 | 0.25 | 83.33 | 0.36 | 0.61 |
| Hex | A3 | BF | 77 | F | 0 | 26 | 19 | 53 | 24 | 3D |
| Octal | 243 | 277 | 167 | 17 | 0 | 46 | 31 | 123 | 44 | 75 |
| Binary | 10100011 | 10111111 | 1110111 | 1111 | 0 | 100110 | 11001 | 1010011 | 100100 | 111101 |
Color Harmonies of #A3BF77
Complementary color
Monochromatic Colors of #A3BF77
Black with #A3BF77
Text Example
Text Example
White with #A3BF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BF77; }
p { color: rgb(163,191,119); }
H1.HeaderClassName
{
color: #A3BF77;
}
.AnyTagClassName
{
color: #A3BF77;
}
</style>
background-color css
<style>
a { background-color: #A3BF77; }
a { background-color: rgb(163,191,119); }
div.DivClassName
{
background-color: #A3BF77;
}
.BgClassName
{
background-color: #A3BF77;
}
</style>
border-color css
<style>
span { border-color: #A3BF77; }
span { border-color: rgb(163,191,119); }
td.TdClassName
{
border-color: #A3BF77;
}
.TagClassName
{
border-color: #A3BF77;
}
</style>