Shades of Olivine #A5B472
Tints of Olivine #A5B472
RGB
CMYK
RGB Variations
Color information
#A5B472 (or 0xA5B472) is known color: Olivine. HEX triplet: A5, B4 and 72. RGB value is (165,180,114). Sum of RGB (Red+Green+Blue) = 165+180+114=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 114 (44.92% from 255 or 24.84% from 459); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B472 is #5A4B8D. Grayscale: #A8A8A8. Windows color (decimal): -5917582 or 7517349. OLE color: 7517349.
HSL color Cylindrical-coordinate representation of color #A5B472: hue angle of 73.64º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A5B472 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 180 | 114 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.29 |
| HSL | 73.64º | 0.31% | 0.58% | - |
| HSV(B) | 73.64º | 0.37% | 0.71% | - |
| XYZ | 34.88 | 41.86 | 22.16 | - |
| YUV | 167.99 | 97.53 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 180 | 114 | 0.08 | 0 | 0.37 | 0.29 | 73.64 | 0.31 | 0.58 |
| Hex | A5 | B4 | 72 | 8 | 0 | 25 | 1D | 4A | 1F | 3A |
| Octal | 245 | 264 | 162 | 10 | 0 | 45 | 35 | 112 | 37 | 72 |
| Binary | 10100101 | 10110100 | 1110010 | 1000 | 0 | 100101 | 11101 | 1001010 | 11111 | 111010 |
Color Harmonies of #A5B472
Complementary color
Monochromatic Colors of #A5B472
Black with #A5B472
Text Example
Text Example
White with #A5B472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B472; }
p { color: rgb(165,180,114); }
H1.HeaderClassName
{
color: #A5B472;
}
.AnyTagClassName
{
color: #A5B472;
}
</style>
background-color css
<style>
a { background-color: #A5B472; }
a { background-color: rgb(165,180,114); }
div.DivClassName
{
background-color: #A5B472;
}
.BgClassName
{
background-color: #A5B472;
}
</style>
border-color css
<style>
span { border-color: #A5B472; }
span { border-color: rgb(165,180,114); }
td.TdClassName
{
border-color: #A5B472;
}
.TagClassName
{
border-color: #A5B472;
}
</style>