Shades of Olivine #A0CF6D
Tints of Olivine #A0CF6D
RGB
CMYK
RGB Variations
Color information
#A0CF6D (or 0xA0CF6D) is known color: Olivine. HEX triplet: A0, CF and 6D. RGB value is (160,207,109). Sum of RGB (Red+Green+Blue) = 160+207+109=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 207 (81.25% from 255 or 43.49% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CF6D is #5F3092. Grayscale: #B6B6B6. Windows color (decimal): -6238355 or 7196576. OLE color: 7196576.
HSL color Cylindrical-coordinate representation of color #A0CF6D: hue angle of 88.78º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A0CF6D is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 207 | 109 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.19 |
| HSL | 88.78º | 0.51% | 0.62% | - |
| HSV(B) | 88.78º | 0.47% | 0.81% | - |
| XYZ | 39.57 | 53.2 | 22.65 | - |
| YUV | 181.78 | 86.93 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 207 | 109 | 0.23 | 0 | 0.47 | 0.19 | 88.78 | 0.51 | 0.62 |
| Hex | A0 | CF | 6D | 17 | 0 | 2F | 13 | 59 | 33 | 3E |
| Octal | 240 | 317 | 155 | 27 | 0 | 57 | 23 | 131 | 63 | 76 |
| Binary | 10100000 | 11001111 | 1101101 | 10111 | 0 | 101111 | 10011 | 1011001 | 110011 | 111110 |
Color Harmonies of #A0CF6D
Complementary color
Monochromatic Colors of #A0CF6D
Black with #A0CF6D
Text Example
Text Example
White with #A0CF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CF6D; }
p { color: rgb(160,207,109); }
H1.HeaderClassName
{
color: #A0CF6D;
}
.AnyTagClassName
{
color: #A0CF6D;
}
</style>
background-color css
<style>
a { background-color: #A0CF6D; }
a { background-color: rgb(160,207,109); }
div.DivClassName
{
background-color: #A0CF6D;
}
.BgClassName
{
background-color: #A0CF6D;
}
</style>
border-color css
<style>
span { border-color: #A0CF6D; }
span { border-color: rgb(160,207,109); }
td.TdClassName
{
border-color: #A0CF6D;
}
.TagClassName
{
border-color: #A0CF6D;
}
</style>