Shades of Olivine #A3B869
Tints of Olivine #A3B869
RGB
CMYK
RGB Variations
Color information
#A3B869 (or 0xA3B869) is known color: Olivine. HEX triplet: A3, B8 and 69. RGB value is (163,184,105). Sum of RGB (Red+Green+Blue) = 163+184+105=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 184 (72.27% from 255 or 40.71% from 452); Blue value is 105 (41.41% from 255 or 23.23% from 452); Max value from RGB is 184 - color contains mainly: green. Hex color #A3B869 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B869 is #5C4796. Grayscale: #A9A9A9. Windows color (decimal): -6047639 or 6928547. OLE color: 6928547.
HSL color Cylindrical-coordinate representation of color #A3B869: hue angle of 75.95º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A3B869 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 184 | 105 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.28 |
| HSL | 75.95º | 0.36% | 0.57% | - |
| HSV(B) | 75.95º | 0.43% | 0.72% | - |
| XYZ | 34.79 | 43.09 | 19.85 | - |
| YUV | 168.72 | 92.04 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 184 | 105 | 0.11 | 0 | 0.43 | 0.28 | 75.95 | 0.36 | 0.57 |
| Hex | A3 | B8 | 69 | B | 0 | 2B | 1C | 4C | 24 | 39 |
| Octal | 243 | 270 | 151 | 13 | 0 | 53 | 34 | 114 | 44 | 71 |
| Binary | 10100011 | 10111000 | 1101001 | 1011 | 0 | 101011 | 11100 | 1001100 | 100100 | 111001 |
Color Harmonies of #A3B869
Complementary color
Monochromatic Colors of #A3B869
Black with #A3B869
Text Example
Text Example
White with #A3B869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B869; }
p { color: rgb(163,184,105); }
H1.HeaderClassName
{
color: #A3B869;
}
.AnyTagClassName
{
color: #A3B869;
}
</style>
background-color css
<style>
a { background-color: #A3B869; }
a { background-color: rgb(163,184,105); }
div.DivClassName
{
background-color: #A3B869;
}
.BgClassName
{
background-color: #A3B869;
}
</style>
border-color css
<style>
span { border-color: #A3B869; }
span { border-color: rgb(163,184,105); }
td.TdClassName
{
border-color: #A3B869;
}
.TagClassName
{
border-color: #A3B869;
}
</style>