Shades of Olivine #A5CF70
Tints of Olivine #A5CF70
RGB
CMYK
RGB Variations
Color information
#A5CF70 (or 0xA5CF70) is known color: Olivine. HEX triplet: A5, CF and 70. RGB value is (165,207,112). Sum of RGB (Red+Green+Blue) = 165+207+112=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CF70 is #5A308F. Grayscale: #B7B7B7. Windows color (decimal): -5910672 or 7393189. OLE color: 7393189.
HSL color Cylindrical-coordinate representation of color #A5CF70: hue angle of 86.53º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A5CF70 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 207 | 112 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.19 |
| HSL | 86.53º | 0.5% | 0.63% | - |
| HSV(B) | 86.53º | 0.46% | 0.81% | - |
| XYZ | 40.75 | 53.79 | 23.56 | - |
| YUV | 183.61 | 87.59 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 207 | 112 | 0.20 | 0 | 0.46 | 0.19 | 86.53 | 0.5 | 0.63 |
| Hex | A5 | CF | 70 | 14 | 0 | 2E | 13 | 57 | 32 | 3F |
| Octal | 245 | 317 | 160 | 24 | 0 | 56 | 23 | 127 | 62 | 77 |
| Binary | 10100101 | 11001111 | 1110000 | 10100 | 0 | 101110 | 10011 | 1010111 | 110010 | 111111 |
Color Harmonies of #A5CF70
Complementary color
Monochromatic Colors of #A5CF70
Black with #A5CF70
Text Example
Text Example
White with #A5CF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CF70; }
p { color: rgb(165,207,112); }
H1.HeaderClassName
{
color: #A5CF70;
}
.AnyTagClassName
{
color: #A5CF70;
}
</style>
background-color css
<style>
a { background-color: #A5CF70; }
a { background-color: rgb(165,207,112); }
div.DivClassName
{
background-color: #A5CF70;
}
.BgClassName
{
background-color: #A5CF70;
}
</style>
border-color css
<style>
span { border-color: #A5CF70; }
span { border-color: rgb(165,207,112); }
td.TdClassName
{
border-color: #A5CF70;
}
.TagClassName
{
border-color: #A5CF70;
}
</style>