Shades of Malachite #0DC768
Tints of Malachite #0DC768
RGB
CMYK
RGB Variations
Color information
#0DC768 (or 0x0DC768) is known color: Malachite. HEX triplet: 0D, C7 and 68. RGB value is (13,199,104). Sum of RGB (Red+Green+Blue) = 13+199+104=316 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.11% from 316); Green value is 199 (78.12% from 255 or 62.97% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 199 - color contains mainly: green. Hex color #0DC768 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC768 is #F23897. Grayscale: #848484. Windows color (decimal): -15874200 or 6866701. OLE color: 6866701.
HSL color Cylindrical-coordinate representation of color #0DC768: hue angle of 149.35º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC768 is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 199 | 104 | - |
| CMYK | 0.93 | 0 | 0.48 | 0.22 |
| HSL | 149.35º | 0.88% | 0.42% | - |
| HSV(B) | 149.35º | 0.93% | 0.78% | - |
| XYZ | 23.09 | 41.93 | 19.97 | - |
| YUV | 132.56 | 111.88 | 42.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 199 | 104 | 0.93 | 0 | 0.48 | 0.22 | 149.35 | 0.88 | 0.42 |
| Hex | D | C7 | 68 | 5D | 0 | 30 | 16 | 95 | 58 | 2A |
| Octal | 15 | 307 | 150 | 135 | 0 | 60 | 26 | 225 | 130 | 52 |
| Binary | 1101 | 11000111 | 1101000 | 1011101 | 0 | 110000 | 10110 | 10010101 | 1011000 | 101010 |
Color Harmonies of #0DC768
Complementary color
Monochromatic Colors of #0DC768
Black with #0DC768
Text Example
Text Example
White with #0DC768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC768; }
p { color: rgb(13,199,104); }
H1.HeaderClassName
{
color: #0DC768;
}
.AnyTagClassName
{
color: #0DC768;
}
</style>
background-color css
<style>
a { background-color: #0DC768; }
a { background-color: rgb(13,199,104); }
div.DivClassName
{
background-color: #0DC768;
}
.BgClassName
{
background-color: #0DC768;
}
</style>
border-color css
<style>
span { border-color: #0DC768; }
span { border-color: rgb(13,199,104); }
td.TdClassName
{
border-color: #0DC768;
}
.TagClassName
{
border-color: #0DC768;
}
</style>