Shades of Olivine #A7C065
Tints of Olivine #A7C065
RGB
CMYK
RGB Variations
Color information
#A7C065 (or 0xA7C065) is known color: Olivine. HEX triplet: A7, C0 and 65. RGB value is (167,192,101). Sum of RGB (Red+Green+Blue) = 167+192+101=460 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.30% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 101 (39.84% from 255 or 21.96% from 460); Max value from RGB is 192 - color contains mainly: green. Hex color #A7C065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C065 is #583F9A. Grayscale: #AEAEAE. Windows color (decimal): -5783451 or 6668455. OLE color: 6668455.
HSL color Cylindrical-coordinate representation of color #A7C065: hue angle of 76.48º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A7C065 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 167 | 192 | 101 | - |
| CMYK | 0.13 | 0 | 0.47 | 0.25 |
| HSL | 76.48º | 0.42% | 0.57% | - |
| HSV(B) | 76.48º | 0.47% | 0.75% | - |
| XYZ | 37.13 | 46.85 | 19.4 | - |
| YUV | 174.15 | 86.72 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 192 | 101 | 0.13 | 0 | 0.47 | 0.25 | 76.48 | 0.42 | 0.57 |
| Hex | A7 | C0 | 65 | D | 0 | 2F | 19 | 4C | 2A | 39 |
| Octal | 247 | 300 | 145 | 15 | 0 | 57 | 31 | 114 | 52 | 71 |
| Binary | 10100111 | 11000000 | 1100101 | 1101 | 0 | 101111 | 11001 | 1001100 | 101010 | 111001 |
Color Harmonies of #A7C065
Complementary color
Monochromatic Colors of #A7C065
Black with #A7C065
Text Example
Text Example
White with #A7C065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C065; }
p { color: rgb(167,192,101); }
H1.HeaderClassName
{
color: #A7C065;
}
.AnyTagClassName
{
color: #A7C065;
}
</style>
background-color css
<style>
a { background-color: #A7C065; }
a { background-color: rgb(167,192,101); }
div.DivClassName
{
background-color: #A7C065;
}
.BgClassName
{
background-color: #A7C065;
}
</style>
border-color css
<style>
span { border-color: #A7C065; }
span { border-color: rgb(167,192,101); }
td.TdClassName
{
border-color: #A7C065;
}
.TagClassName
{
border-color: #A7C065;
}
</style>