Shades of Olivine #A3B674
Tints of Olivine #A3B674
RGB
CMYK
RGB Variations
Color information
#A3B674 (or 0xA3B674) is known color: Olivine. HEX triplet: A3, B6 and 74. RGB value is (163,182,116). Sum of RGB (Red+Green+Blue) = 163+182+116=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 182 (71.48% from 255 or 39.48% from 461); Blue value is 116 (45.70% from 255 or 25.16% from 461); Max value from RGB is 182 - color contains mainly: green. Hex color #A3B674 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B674 is #5C498B. Grayscale: #A9A9A9. Windows color (decimal): -6048140 or 7648931. OLE color: 7648931.
HSL color Cylindrical-coordinate representation of color #A3B674: hue angle of 77.27º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3B674 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 182 | 116 | - |
| CMYK | 0.10 | 0 | 0.36 | 0.29 |
| HSL | 77.27º | 0.31% | 0.58% | - |
| HSV(B) | 77.27º | 0.36% | 0.71% | - |
| XYZ | 34.98 | 42.5 | 22.88 | - |
| YUV | 168.8 | 98.21 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 182 | 116 | 0.10 | 0 | 0.36 | 0.29 | 77.27 | 0.31 | 0.58 |
| Hex | A3 | B6 | 74 | A | 0 | 24 | 1D | 4D | 1F | 3A |
| Octal | 243 | 266 | 164 | 12 | 0 | 44 | 35 | 115 | 37 | 72 |
| Binary | 10100011 | 10110110 | 1110100 | 1010 | 0 | 100100 | 11101 | 1001101 | 11111 | 111010 |
Color Harmonies of #A3B674
Complementary color
Monochromatic Colors of #A3B674
Black with #A3B674
Text Example
Text Example
White with #A3B674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B674; }
p { color: rgb(163,182,116); }
H1.HeaderClassName
{
color: #A3B674;
}
.AnyTagClassName
{
color: #A3B674;
}
</style>
background-color css
<style>
a { background-color: #A3B674; }
a { background-color: rgb(163,182,116); }
div.DivClassName
{
background-color: #A3B674;
}
.BgClassName
{
background-color: #A3B674;
}
</style>
border-color css
<style>
span { border-color: #A3B674; }
span { border-color: rgb(163,182,116); }
td.TdClassName
{
border-color: #A3B674;
}
.TagClassName
{
border-color: #A3B674;
}
</style>