Shades of Olivine #A5B473
Tints of Olivine #A5B473
RGB
CMYK
RGB Variations
Color information
#A5B473 (or 0xA5B473) is known color: Olivine. HEX triplet: A5, B4 and 73. RGB value is (165,180,115). Sum of RGB (Red+Green+Blue) = 165+180+115=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 115 (45.31% from 255 or 25% from 460); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B473 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B473 is #5A4B8C. Grayscale: #A8A8A8. Windows color (decimal): -5917581 or 7582885. OLE color: 7582885.
HSL color Cylindrical-coordinate representation of color #A5B473: hue angle of 73.85º degrees, saturation: 0.3, 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 #A5B473 is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 180 | 115 | - |
| CMYK | 0.08 | 0 | 0.36 | 0.29 |
| HSL | 73.85º | 0.3% | 0.58% | - |
| HSV(B) | 73.85º | 0.36% | 0.71% | - |
| XYZ | 34.93 | 41.88 | 22.46 | - |
| YUV | 168.11 | 98.03 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 180 | 115 | 0.08 | 0 | 0.36 | 0.29 | 73.85 | 0.3 | 0.58 |
| Hex | A5 | B4 | 73 | 8 | 0 | 24 | 1D | 4A | 1E | 3A |
| Octal | 245 | 264 | 163 | 10 | 0 | 44 | 35 | 112 | 36 | 72 |
| Binary | 10100101 | 10110100 | 1110011 | 1000 | 0 | 100100 | 11101 | 1001010 | 11110 | 111010 |
Color Harmonies of #A5B473
Complementary color
Monochromatic Colors of #A5B473
Black with #A5B473
Text Example
Text Example
White with #A5B473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B473; }
p { color: rgb(165,180,115); }
H1.HeaderClassName
{
color: #A5B473;
}
.AnyTagClassName
{
color: #A5B473;
}
</style>
background-color css
<style>
a { background-color: #A5B473; }
a { background-color: rgb(165,180,115); }
div.DivClassName
{
background-color: #A5B473;
}
.BgClassName
{
background-color: #A5B473;
}
</style>
border-color css
<style>
span { border-color: #A5B473; }
span { border-color: rgb(165,180,115); }
td.TdClassName
{
border-color: #A5B473;
}
.TagClassName
{
border-color: #A5B473;
}
</style>