Shades of Malachite #06C961
Tints of Malachite #06C961
RGB
CMYK
RGB Variations
Color information
#06C961 (or 0x06C961) is known color: Malachite. HEX triplet: 06, C9 and 61. RGB value is (6,201,97). Sum of RGB (Red+Green+Blue) = 6+201+97=304 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 304); Green value is 201 (78.91% from 255 or 66.12% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 201 - color contains mainly: green. Hex color #06C961 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06C961 is #F9369E. Grayscale: #838383. Windows color (decimal): -16332447 or 6408454. OLE color: 6408454.
HSL color Cylindrical-coordinate representation of color #06C961: hue angle of 148º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C961 is Cyan = 0.97, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 6 | 201 | 97 | - |
| CMYK | 0.97 | 0 | 0.52 | 0.21 |
| HSL | 148º | 0.94% | 0.41% | - |
| HSV(B) | 148º | 0.97% | 0.79% | - |
| XYZ | 23.12 | 42.68 | 18.33 | - |
| YUV | 130.84 | 108.9 | 38.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 201 | 97 | 0.97 | 0 | 0.52 | 0.21 | 148 | 0.94 | 0.41 |
| Hex | 6 | C9 | 61 | 61 | 0 | 34 | 15 | 94 | 5E | 29 |
| Octal | 6 | 311 | 141 | 141 | 0 | 64 | 25 | 224 | 136 | 51 |
| Binary | 110 | 11001001 | 1100001 | 1100001 | 0 | 110100 | 10101 | 10010100 | 1011110 | 101001 |
Color Harmonies of #06C961
Complementary color
Monochromatic Colors of #06C961
Black with #06C961
Text Example
Text Example
White with #06C961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C961; }
p { color: rgb(6,201,97); }
H1.HeaderClassName
{
color: #06C961;
}
.AnyTagClassName
{
color: #06C961;
}
</style>
background-color css
<style>
a { background-color: #06C961; }
a { background-color: rgb(6,201,97); }
div.DivClassName
{
background-color: #06C961;
}
.BgClassName
{
background-color: #06C961;
}
</style>
border-color css
<style>
span { border-color: #06C961; }
span { border-color: rgb(6,201,97); }
td.TdClassName
{
border-color: #06C961;
}
.TagClassName
{
border-color: #06C961;
}
</style>