Shades of Malachite #00D768
Tints of Malachite #00D768
RGB
CMYK
RGB Variations
Color information
#00D768 (or 0x00D768) is known color: Malachite. HEX triplet: 00, D7 and 68. RGB value is (0,215,104). Sum of RGB (Red+Green+Blue) = 0+215+104=319 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 319); Green value is 215 (84.38% from 255 or 67.40% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 215 - color contains mainly: green. Hex color #00D768 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00D768 is #FF2897. Grayscale: #8A8A8A. Windows color (decimal): -16722072 or 6870784. OLE color: 6870784.
HSL color Cylindrical-coordinate representation of color #00D768: hue angle of 149.02º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D768 is Cyan = 1, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 215 | 104 | - |
| CMYK | 1 | 0 | 0.52 | 0.16 |
| HSL | 149.02º | 1% | 0.42% | - |
| HSV(B) | 149.02º | 1% | 0.84% | - |
| XYZ | 26.8 | 49.6 | 21.26 | - |
| YUV | 138.06 | 108.77 | 29.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 215 | 104 | 1 | 0 | 0.52 | 0.16 | 149.02 | 1 | 0.42 |
| Hex | 0 | D7 | 68 | 64 | 0 | 34 | 10 | 95 | 64 | 2A |
| Octal | 0 | 327 | 150 | 144 | 0 | 64 | 20 | 225 | 144 | 52 |
| Binary | 0 | 11010111 | 1101000 | 1100100 | 0 | 110100 | 10000 | 10010101 | 1100100 | 101010 |
Color Harmonies of #00D768
Complementary color
Monochromatic Colors of #00D768
Black with #00D768
Text Example
Text Example
White with #00D768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D768; }
p { color: rgb(0,215,104); }
H1.HeaderClassName
{
color: #00D768;
}
.AnyTagClassName
{
color: #00D768;
}
</style>
background-color css
<style>
a { background-color: #00D768; }
a { background-color: rgb(0,215,104); }
div.DivClassName
{
background-color: #00D768;
}
.BgClassName
{
background-color: #00D768;
}
</style>
border-color css
<style>
span { border-color: #00D768; }
span { border-color: rgb(0,215,104); }
td.TdClassName
{
border-color: #00D768;
}
.TagClassName
{
border-color: #00D768;
}
</style>