Shades of Olivine #A5C572
Tints of Olivine #A5C572
RGB
CMYK
RGB Variations
Color information
#A5C572 (or 0xA5C572) is known color: Olivine. HEX triplet: A5, C5 and 72. RGB value is (165,197,114). Sum of RGB (Red+Green+Blue) = 165+197+114=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 197 (77.34% from 255 or 41.39% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 197 - color contains mainly: green. Hex color #A5C572 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C572 is #5A3A8D. Grayscale: #B2B2B2. Windows color (decimal): -5913230 or 7521701. OLE color: 7521701.
HSL color Cylindrical-coordinate representation of color #A5C572: hue angle of 83.13º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5C572 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 197 | 114 | - |
| CMYK | 0.16 | 0 | 0.42 | 0.23 |
| HSL | 83.13º | 0.42% | 0.61% | - |
| HSV(B) | 83.13º | 0.42% | 0.77% | - |
| XYZ | 38.52 | 49.15 | 23.38 | - |
| YUV | 177.97 | 91.9 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 197 | 114 | 0.16 | 0 | 0.42 | 0.23 | 83.13 | 0.42 | 0.61 |
| Hex | A5 | C5 | 72 | 10 | 0 | 2A | 17 | 53 | 2A | 3D |
| Octal | 245 | 305 | 162 | 20 | 0 | 52 | 27 | 123 | 52 | 75 |
| Binary | 10100101 | 11000101 | 1110010 | 10000 | 0 | 101010 | 10111 | 1010011 | 101010 | 111101 |
Color Harmonies of #A5C572
Complementary color
Monochromatic Colors of #A5C572
Black with #A5C572
Text Example
Text Example
White with #A5C572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C572; }
p { color: rgb(165,197,114); }
H1.HeaderClassName
{
color: #A5C572;
}
.AnyTagClassName
{
color: #A5C572;
}
</style>
background-color css
<style>
a { background-color: #A5C572; }
a { background-color: rgb(165,197,114); }
div.DivClassName
{
background-color: #A5C572;
}
.BgClassName
{
background-color: #A5C572;
}
</style>
border-color css
<style>
span { border-color: #A5C572; }
span { border-color: rgb(165,197,114); }
td.TdClassName
{
border-color: #A5C572;
}
.TagClassName
{
border-color: #A5C572;
}
</style>