Shades of Olivine #A3B77E
Tints of Olivine #A3B77E
RGB
CMYK
RGB Variations
Color information
#A3B77E (or 0xA3B77E) is known color: Olivine. HEX triplet: A3, B7 and 7E. RGB value is (163,183,126). Sum of RGB (Red+Green+Blue) = 163+183+126=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 183 (71.88% from 255 or 38.77% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 183 - color contains mainly: green. Hex color #A3B77E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B77E is #5C4881. Grayscale: #AAAAAA. Windows color (decimal): -6047874 or 8304547. OLE color: 8304547.
HSL color Cylindrical-coordinate representation of color #A3B77E: hue angle of 81.05º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3B77E is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 183 | 126 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.28 |
| HSL | 81.05º | 0.28% | 0.61% | - |
| HSV(B) | 81.05º | 0.31% | 0.72% | - |
| XYZ | 35.8 | 43.16 | 26.18 | - |
| YUV | 170.52 | 102.87 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 183 | 126 | 0.11 | 0 | 0.31 | 0.28 | 81.05 | 0.28 | 0.61 |
| Hex | A3 | B7 | 7E | B | 0 | 1F | 1C | 51 | 1C | 3D |
| Octal | 243 | 267 | 176 | 13 | 0 | 37 | 34 | 121 | 34 | 75 |
| Binary | 10100011 | 10110111 | 1111110 | 1011 | 0 | 11111 | 11100 | 1010001 | 11100 | 111101 |
Color Harmonies of #A3B77E
Complementary color
Monochromatic Colors of #A3B77E
Black with #A3B77E
Text Example
Text Example
White with #A3B77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B77E; }
p { color: rgb(163,183,126); }
H1.HeaderClassName
{
color: #A3B77E;
}
.AnyTagClassName
{
color: #A3B77E;
}
</style>
background-color css
<style>
a { background-color: #A3B77E; }
a { background-color: rgb(163,183,126); }
div.DivClassName
{
background-color: #A3B77E;
}
.BgClassName
{
background-color: #A3B77E;
}
</style>
border-color css
<style>
span { border-color: #A3B77E; }
span { border-color: rgb(163,183,126); }
td.TdClassName
{
border-color: #A3B77E;
}
.TagClassName
{
border-color: #A3B77E;
}
</style>