Shades of Olivine #A3B777
Tints of Olivine #A3B777
RGB
CMYK
RGB Variations
Color information
#A3B777 (or 0xA3B777) is known color: Olivine. HEX triplet: A3, B7 and 77. RGB value is (163,183,119). Sum of RGB (Red+Green+Blue) = 163+183+119=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 183 - color contains mainly: green. Hex color #A3B777 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B777 is #5C4888. Grayscale: #A9A9A9. Windows color (decimal): -6047881 or 7845795. OLE color: 7845795.
HSL color Cylindrical-coordinate representation of color #A3B777: hue angle of 78.75º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3B777 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 183 | 119 | - |
| CMYK | 0.11 | 0 | 0.35 | 0.28 |
| HSL | 78.75º | 0.31% | 0.59% | - |
| HSV(B) | 78.75º | 0.35% | 0.72% | - |
| XYZ | 35.37 | 42.99 | 23.89 | - |
| YUV | 169.72 | 99.37 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 183 | 119 | 0.11 | 0 | 0.35 | 0.28 | 78.75 | 0.31 | 0.59 |
| Hex | A3 | B7 | 77 | B | 0 | 23 | 1C | 4F | 1F | 3B |
| Octal | 243 | 267 | 167 | 13 | 0 | 43 | 34 | 117 | 37 | 73 |
| Binary | 10100011 | 10110111 | 1110111 | 1011 | 0 | 100011 | 11100 | 1001111 | 11111 | 111011 |
Color Harmonies of #A3B777
Complementary color
Monochromatic Colors of #A3B777
Black with #A3B777
Text Example
Text Example
White with #A3B777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B777; }
p { color: rgb(163,183,119); }
H1.HeaderClassName
{
color: #A3B777;
}
.AnyTagClassName
{
color: #A3B777;
}
</style>
background-color css
<style>
a { background-color: #A3B777; }
a { background-color: rgb(163,183,119); }
div.DivClassName
{
background-color: #A3B777;
}
.BgClassName
{
background-color: #A3B777;
}
</style>
border-color css
<style>
span { border-color: #A3B777; }
span { border-color: rgb(163,183,119); }
td.TdClassName
{
border-color: #A3B777;
}
.TagClassName
{
border-color: #A3B777;
}
</style>