Shades of Olivine #A5B871
Tints of Olivine #A5B871
RGB
CMYK
RGB Variations
Color information
#A5B871 (or 0xA5B871) is known color: Olivine. HEX triplet: A5, B8 and 71. RGB value is (165,184,113). Sum of RGB (Red+Green+Blue) = 165+184+113=462 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.71% from 462); Green value is 184 (72.27% from 255 or 39.83% from 462); Blue value is 113 (44.53% from 255 or 24.46% from 462); Max value from RGB is 184 - color contains mainly: green. Hex color #A5B871 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B871 is #5A478E. Grayscale: #AAAAAA. Windows color (decimal): -5916559 or 7452837. OLE color: 7452837.
HSL color Cylindrical-coordinate representation of color #A5B871: hue angle of 76.06º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A5B871 is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 184 | 113 | - |
| CMYK | 0.10 | 0 | 0.39 | 0.28 |
| HSL | 76.06º | 0.33% | 0.58% | - |
| HSV(B) | 76.06º | 0.39% | 0.72% | - |
| XYZ | 35.64 | 43.47 | 22.14 | - |
| YUV | 170.23 | 95.71 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 184 | 113 | 0.10 | 0 | 0.39 | 0.28 | 76.06 | 0.33 | 0.58 |
| Hex | A5 | B8 | 71 | A | 0 | 27 | 1C | 4C | 21 | 3A |
| Octal | 245 | 270 | 161 | 12 | 0 | 47 | 34 | 114 | 41 | 72 |
| Binary | 10100101 | 10111000 | 1110001 | 1010 | 0 | 100111 | 11100 | 1001100 | 100001 | 111010 |
Color Harmonies of #A5B871
Complementary color
Monochromatic Colors of #A5B871
Black with #A5B871
Text Example
Text Example
White with #A5B871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B871; }
p { color: rgb(165,184,113); }
H1.HeaderClassName
{
color: #A5B871;
}
.AnyTagClassName
{
color: #A5B871;
}
</style>
background-color css
<style>
a { background-color: #A5B871; }
a { background-color: rgb(165,184,113); }
div.DivClassName
{
background-color: #A5B871;
}
.BgClassName
{
background-color: #A5B871;
}
</style>
border-color css
<style>
span { border-color: #A5B871; }
span { border-color: rgb(165,184,113); }
td.TdClassName
{
border-color: #A5B871;
}
.TagClassName
{
border-color: #A5B871;
}
</style>