Shades of Olivine #A3B779
Tints of Olivine #A3B779
RGB
CMYK
RGB Variations
Color information
#A3B779 (or 0xA3B779) is known color: Olivine. HEX triplet: A3, B7 and 79. RGB value is (163,183,121). Sum of RGB (Red+Green+Blue) = 163+183+121=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 121 (47.66% from 255 or 25.91% from 467); Max value from RGB is 183 - color contains mainly: green. Hex color #A3B779 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B779 is #5C4886. Grayscale: #AAAAAA. Windows color (decimal): -6047879 or 7976867. OLE color: 7976867.
HSL color Cylindrical-coordinate representation of color #A3B779: hue angle of 79.35º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A3B779 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 183 | 121 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.28 |
| HSL | 79.35º | 0.3% | 0.6% | - |
| HSV(B) | 79.35º | 0.34% | 0.72% | - |
| XYZ | 35.49 | 43.03 | 24.53 | - |
| YUV | 169.95 | 100.37 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 183 | 121 | 0.11 | 0 | 0.34 | 0.28 | 79.35 | 0.3 | 0.6 |
| Hex | A3 | B7 | 79 | B | 0 | 22 | 1C | 4F | 1E | 3C |
| Octal | 243 | 267 | 171 | 13 | 0 | 42 | 34 | 117 | 36 | 74 |
| Binary | 10100011 | 10110111 | 1111001 | 1011 | 0 | 100010 | 11100 | 1001111 | 11110 | 111100 |
Color Harmonies of #A3B779
Complementary color
Monochromatic Colors of #A3B779
Black with #A3B779
Text Example
Text Example
White with #A3B779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B779; }
p { color: rgb(163,183,121); }
H1.HeaderClassName
{
color: #A3B779;
}
.AnyTagClassName
{
color: #A3B779;
}
</style>
background-color css
<style>
a { background-color: #A3B779; }
a { background-color: rgb(163,183,121); }
div.DivClassName
{
background-color: #A3B779;
}
.BgClassName
{
background-color: #A3B779;
}
</style>
border-color css
<style>
span { border-color: #A3B779; }
span { border-color: rgb(163,183,121); }
td.TdClassName
{
border-color: #A3B779;
}
.TagClassName
{
border-color: #A3B779;
}
</style>