Shades of Olivine #A3B77B
Tints of Olivine #A3B77B
RGB
CMYK
RGB Variations
Color information
#A3B77B (or 0xA3B77B) is known color: Olivine. HEX triplet: A3, B7 and 7B. RGB value is (163,183,123). Sum of RGB (Red+Green+Blue) = 163+183+123=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 183 (71.88% from 255 or 39.02% from 469); Blue value is 123 (48.44% from 255 or 26.23% from 469); Max value from RGB is 183 - color contains mainly: green. Hex color #A3B77B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B77B is #5C4884. Grayscale: #AAAAAA. Windows color (decimal): -6047877 or 8107939. OLE color: 8107939.
HSL color Cylindrical-coordinate representation of color #A3B77B: hue angle of 80º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3B77B is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 183 | 123 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.28 |
| HSL | 80º | 0.29% | 0.6% | - |
| HSV(B) | 80º | 0.33% | 0.72% | - |
| XYZ | 35.61 | 43.08 | 25.18 | - |
| YUV | 170.18 | 101.37 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 183 | 123 | 0.11 | 0 | 0.33 | 0.28 | 80 | 0.29 | 0.6 |
| Hex | A3 | B7 | 7B | B | 0 | 21 | 1C | 50 | 1D | 3C |
| Octal | 243 | 267 | 173 | 13 | 0 | 41 | 34 | 120 | 35 | 74 |
| Binary | 10100011 | 10110111 | 1111011 | 1011 | 0 | 100001 | 11100 | 1010000 | 11101 | 111100 |
Color Harmonies of #A3B77B
Complementary color
Monochromatic Colors of #A3B77B
Black with #A3B77B
Text Example
Text Example
White with #A3B77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B77B; }
p { color: rgb(163,183,123); }
H1.HeaderClassName
{
color: #A3B77B;
}
.AnyTagClassName
{
color: #A3B77B;
}
</style>
background-color css
<style>
a { background-color: #A3B77B; }
a { background-color: rgb(163,183,123); }
div.DivClassName
{
background-color: #A3B77B;
}
.BgClassName
{
background-color: #A3B77B;
}
</style>
border-color css
<style>
span { border-color: #A3B77B; }
span { border-color: rgb(163,183,123); }
td.TdClassName
{
border-color: #A3B77B;
}
.TagClassName
{
border-color: #A3B77B;
}
</style>