Shades of Olivine #A5CA72
Tints of Olivine #A5CA72
RGB
CMYK
RGB Variations
Color information
#A5CA72 (or 0xA5CA72) is known color: Olivine. HEX triplet: A5, CA and 72. RGB value is (165,202,114). Sum of RGB (Red+Green+Blue) = 165+202+114=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 114 (44.92% from 255 or 23.70% from 481); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CA72 is #5A358D. Grayscale: #B5B5B5. Windows color (decimal): -5911950 or 7522981. OLE color: 7522981.
HSL color Cylindrical-coordinate representation of color #A5CA72: hue angle of 85.23º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A5CA72 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 202 | 114 | - |
| CMYK | 0.18 | 0 | 0.44 | 0.21 |
| HSL | 85.23º | 0.45% | 0.62% | - |
| HSV(B) | 85.23º | 0.44% | 0.79% | - |
| XYZ | 39.67 | 51.46 | 23.76 | - |
| YUV | 180.91 | 90.24 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 202 | 114 | 0.18 | 0 | 0.44 | 0.21 | 85.23 | 0.45 | 0.62 |
| Hex | A5 | CA | 72 | 12 | 0 | 2C | 15 | 55 | 2D | 3E |
| Octal | 245 | 312 | 162 | 22 | 0 | 54 | 25 | 125 | 55 | 76 |
| Binary | 10100101 | 11001010 | 1110010 | 10010 | 0 | 101100 | 10101 | 1010101 | 101101 | 111110 |
Color Harmonies of #A5CA72
Complementary color
Monochromatic Colors of #A5CA72
Black with #A5CA72
Text Example
Text Example
White with #A5CA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CA72; }
p { color: rgb(165,202,114); }
H1.HeaderClassName
{
color: #A5CA72;
}
.AnyTagClassName
{
color: #A5CA72;
}
</style>
background-color css
<style>
a { background-color: #A5CA72; }
a { background-color: rgb(165,202,114); }
div.DivClassName
{
background-color: #A5CA72;
}
.BgClassName
{
background-color: #A5CA72;
}
</style>
border-color css
<style>
span { border-color: #A5CA72; }
span { border-color: rgb(165,202,114); }
td.TdClassName
{
border-color: #A5CA72;
}
.TagClassName
{
border-color: #A5CA72;
}
</style>