Shades of Malachite #0BC766
Tints of Malachite #0BC766
RGB
CMYK
RGB Variations
Color information
#0BC766 (or 0x0BC766) is known color: Malachite. HEX triplet: 0B, C7 and 66. RGB value is (11,199,102). Sum of RGB (Red+Green+Blue) = 11+199+102=312 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.53% from 312); Green value is 199 (78.12% from 255 or 63.78% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 199 - color contains mainly: green. Hex color #0BC766 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC766 is #F43899. Grayscale: #838383. Windows color (decimal): -16005274 or 6735627. OLE color: 6735627.
HSL color Cylindrical-coordinate representation of color #0BC766: hue angle of 149.04º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC766 is Cyan = 0.94, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 11 | 199 | 102 | - |
| CMYK | 0.94 | 0 | 0.49 | 0.22 |
| HSL | 149.04º | 0.9% | 0.41% | - |
| HSV(B) | 149.04º | 0.94% | 0.78% | - |
| XYZ | 22.96 | 41.88 | 19.44 | - |
| YUV | 131.73 | 111.22 | 41.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 199 | 102 | 0.94 | 0 | 0.49 | 0.22 | 149.04 | 0.9 | 0.41 |
| Hex | B | C7 | 66 | 5E | 0 | 31 | 16 | 95 | 5A | 29 |
| Octal | 13 | 307 | 146 | 136 | 0 | 61 | 26 | 225 | 132 | 51 |
| Binary | 1011 | 11000111 | 1100110 | 1011110 | 0 | 110001 | 10110 | 10010101 | 1011010 | 101001 |
Color Harmonies of #0BC766
Complementary color
Monochromatic Colors of #0BC766
Black with #0BC766
Text Example
Text Example
White with #0BC766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC766; }
p { color: rgb(11,199,102); }
H1.HeaderClassName
{
color: #0BC766;
}
.AnyTagClassName
{
color: #0BC766;
}
</style>
background-color css
<style>
a { background-color: #0BC766; }
a { background-color: rgb(11,199,102); }
div.DivClassName
{
background-color: #0BC766;
}
.BgClassName
{
background-color: #0BC766;
}
</style>
border-color css
<style>
span { border-color: #0BC766; }
span { border-color: rgb(11,199,102); }
td.TdClassName
{
border-color: #0BC766;
}
.TagClassName
{
border-color: #0BC766;
}
</style>