Shades of Malachite #08D672
Tints of Malachite #08D672
RGB
CMYK
RGB Variations
Color information
#08D672 (or 0x08D672) is known color: Malachite. HEX triplet: 08, D6 and 72. RGB value is (8,214,114). Sum of RGB (Red+Green+Blue) = 8+214+114=336 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.38% from 336); Green value is 214 (83.98% from 255 or 63.69% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 214 - color contains mainly: green. Hex color #08D672 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08D672 is #F7298D. Grayscale: #8D8D8D. Windows color (decimal): -16198030 or 7525896. OLE color: 7525896.
HSL color Cylindrical-coordinate representation of color #08D672: hue angle of 150.87º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08D672 is Cyan = 0.96, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 8 | 214 | 114 | - |
| CMYK | 0.96 | 0 | 0.47 | 0.16 |
| HSL | 150.87º | 0.93% | 0.44% | - |
| HSV(B) | 150.87º | 0.96% | 0.84% | - |
| XYZ | 27.18 | 49.36 | 24.01 | - |
| YUV | 141.01 | 112.75 | 33.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 214 | 114 | 0.96 | 0 | 0.47 | 0.16 | 150.87 | 0.93 | 0.44 |
| Hex | 8 | D6 | 72 | 60 | 0 | 2F | 10 | 97 | 5D | 2C |
| Octal | 10 | 326 | 162 | 140 | 0 | 57 | 20 | 227 | 135 | 54 |
| Binary | 1000 | 11010110 | 1110010 | 1100000 | 0 | 101111 | 10000 | 10010111 | 1011101 | 101100 |
Color Harmonies of #08D672
Complementary color
Monochromatic Colors of #08D672
Black with #08D672
Text Example
Text Example
White with #08D672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08D672; }
p { color: rgb(8,214,114); }
H1.HeaderClassName
{
color: #08D672;
}
.AnyTagClassName
{
color: #08D672;
}
</style>
background-color css
<style>
a { background-color: #08D672; }
a { background-color: rgb(8,214,114); }
div.DivClassName
{
background-color: #08D672;
}
.BgClassName
{
background-color: #08D672;
}
</style>
border-color css
<style>
span { border-color: #08D672; }
span { border-color: rgb(8,214,114); }
td.TdClassName
{
border-color: #08D672;
}
.TagClassName
{
border-color: #08D672;
}
</style>