Shades of Olivine #A0CF65
Tints of Olivine #A0CF65
RGB
CMYK
RGB Variations
Color information
#A0CF65 (or 0xA0CF65) is known color: Olivine. HEX triplet: A0, CF and 65. RGB value is (160,207,101). Sum of RGB (Red+Green+Blue) = 160+207+101=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CF65 is #5F309A. Grayscale: #B5B5B5. Windows color (decimal): -6238363 or 6672288. OLE color: 6672288.
HSL color Cylindrical-coordinate representation of color #A0CF65: hue angle of 86.6º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0CF65 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 207 | 101 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.19 |
| HSL | 86.6º | 0.52% | 0.6% | - |
| HSV(B) | 86.6º | 0.51% | 0.81% | - |
| XYZ | 39.16 | 53.04 | 20.49 | - |
| YUV | 180.86 | 82.93 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 207 | 101 | 0.23 | 0 | 0.51 | 0.19 | 86.6 | 0.52 | 0.6 |
| Hex | A0 | CF | 65 | 17 | 0 | 33 | 13 | 57 | 34 | 3C |
| Octal | 240 | 317 | 145 | 27 | 0 | 63 | 23 | 127 | 64 | 74 |
| Binary | 10100000 | 11001111 | 1100101 | 10111 | 0 | 110011 | 10011 | 1010111 | 110100 | 111100 |
Color Harmonies of #A0CF65
Complementary color
Monochromatic Colors of #A0CF65
Black with #A0CF65
Text Example
Text Example
White with #A0CF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CF65; }
p { color: rgb(160,207,101); }
H1.HeaderClassName
{
color: #A0CF65;
}
.AnyTagClassName
{
color: #A0CF65;
}
</style>
background-color css
<style>
a { background-color: #A0CF65; }
a { background-color: rgb(160,207,101); }
div.DivClassName
{
background-color: #A0CF65;
}
.BgClassName
{
background-color: #A0CF65;
}
</style>
border-color css
<style>
span { border-color: #A0CF65; }
span { border-color: rgb(160,207,101); }
td.TdClassName
{
border-color: #A0CF65;
}
.TagClassName
{
border-color: #A0CF65;
}
</style>