Shades of Olivine #A0C665
Tints of Olivine #A0C665
RGB
CMYK
RGB Variations
Color information
#A0C665 (or 0xA0C665) is known color: Olivine. HEX triplet: A0, C6 and 65. RGB value is (160,198,101). Sum of RGB (Red+Green+Blue) = 160+198+101=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 198 (77.73% from 255 or 43.14% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 198 - color contains mainly: green. Hex color #A0C665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C665 is #5F399A. Grayscale: #AFAFAF. Windows color (decimal): -6240667 or 6669984. OLE color: 6669984.
HSL color Cylindrical-coordinate representation of color #A0C665: hue angle of 83.51º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0C665 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 198 | 101 | - |
| CMYK | 0.19 | 0 | 0.49 | 0.22 |
| HSL | 83.51º | 0.46% | 0.59% | - |
| HSV(B) | 83.51º | 0.49% | 0.78% | - |
| XYZ | 37.04 | 48.8 | 19.78 | - |
| YUV | 175.58 | 85.91 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 198 | 101 | 0.19 | 0 | 0.49 | 0.22 | 83.51 | 0.46 | 0.59 |
| Hex | A0 | C6 | 65 | 13 | 0 | 31 | 16 | 54 | 2E | 3B |
| Octal | 240 | 306 | 145 | 23 | 0 | 61 | 26 | 124 | 56 | 73 |
| Binary | 10100000 | 11000110 | 1100101 | 10011 | 0 | 110001 | 10110 | 1010100 | 101110 | 111011 |
Color Harmonies of #A0C665
Complementary color
Monochromatic Colors of #A0C665
Black with #A0C665
Text Example
Text Example
White with #A0C665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C665; }
p { color: rgb(160,198,101); }
H1.HeaderClassName
{
color: #A0C665;
}
.AnyTagClassName
{
color: #A0C665;
}
</style>
background-color css
<style>
a { background-color: #A0C665; }
a { background-color: rgb(160,198,101); }
div.DivClassName
{
background-color: #A0C665;
}
.BgClassName
{
background-color: #A0C665;
}
</style>
border-color css
<style>
span { border-color: #A0C665; }
span { border-color: rgb(160,198,101); }
td.TdClassName
{
border-color: #A0C665;
}
.TagClassName
{
border-color: #A0C665;
}
</style>