Shades of Malachite #08C764
Tints of Malachite #08C764
RGB
CMYK
RGB Variations
Color information
#08C764 (or 0x08C764) is known color: Malachite. HEX triplet: 08, C7 and 64. RGB value is (8,199,100). Sum of RGB (Red+Green+Blue) = 8+199+100=307 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.61% from 307); Green value is 199 (78.12% from 255 or 64.82% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 199 - color contains mainly: green. Hex color #08C764 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C764 is #F7389B. Grayscale: #828282. Windows color (decimal): -16201884 or 6604552. OLE color: 6604552.
HSL color Cylindrical-coordinate representation of color #08C764: hue angle of 148.9º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C764 is Cyan = 0.96, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 8 | 199 | 100 | - |
| CMYK | 0.96 | 0 | 0.50 | 0.22 |
| HSL | 148.9º | 0.92% | 0.41% | - |
| HSV(B) | 148.9º | 0.96% | 0.78% | - |
| XYZ | 22.82 | 41.82 | 18.93 | - |
| YUV | 130.61 | 110.72 | 40.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 199 | 100 | 0.96 | 0 | 0.50 | 0.22 | 148.9 | 0.92 | 0.41 |
| Hex | 8 | C7 | 64 | 60 | 0 | 32 | 16 | 95 | 5C | 29 |
| Octal | 10 | 307 | 144 | 140 | 0 | 62 | 26 | 225 | 134 | 51 |
| Binary | 1000 | 11000111 | 1100100 | 1100000 | 0 | 110010 | 10110 | 10010101 | 1011100 | 101001 |
Color Harmonies of #08C764
Complementary color
Monochromatic Colors of #08C764
Black with #08C764
Text Example
Text Example
White with #08C764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C764; }
p { color: rgb(8,199,100); }
H1.HeaderClassName
{
color: #08C764;
}
.AnyTagClassName
{
color: #08C764;
}
</style>
background-color css
<style>
a { background-color: #08C764; }
a { background-color: rgb(8,199,100); }
div.DivClassName
{
background-color: #08C764;
}
.BgClassName
{
background-color: #08C764;
}
</style>
border-color css
<style>
span { border-color: #08C764; }
span { border-color: rgb(8,199,100); }
td.TdClassName
{
border-color: #08C764;
}
.TagClassName
{
border-color: #08C764;
}
</style>