Shades of Malachite Green #999A78
Tints of Malachite Green #999A78
RGB
CMYK
RGB Variations
Color information
#999A78 (or 0x999A78) is known color: Malachite Green. HEX triplet: 99, 9A and 78. RGB value is (153,154,120). Sum of RGB (Red+Green+Blue) = 153+154+120=427 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.83% from 427); Green value is 154 (60.55% from 255 or 36.07% from 427); Blue value is 120 (47.27% from 255 or 28.10% from 427); Max value from RGB is 154 - color contains mainly: green. Hex color #999A78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999A78 is #666587. Grayscale: #959595. Windows color (decimal): -6710664 or 7903897. OLE color: 7903897.
HSL color Cylindrical-coordinate representation of color #999A78: hue angle of 61.76º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #999A78 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 153 | 154 | 120 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.40 |
| HSL | 61.76º | 0.14% | 0.54% | - |
| HSV(B) | 61.76º | 0.22% | 0.6% | - |
| XYZ | 28.08 | 31.24 | 22.32 | - |
| YUV | 149.83 | 111.17 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 154 | 120 | 0.01 | 0 | 0.22 | 0.40 | 61.76 | 0.14 | 0.54 |
| Hex | 99 | 9A | 78 | 1 | 0 | 16 | 28 | 3E | E | 36 |
| Octal | 231 | 232 | 170 | 1 | 0 | 26 | 50 | 76 | 16 | 66 |
| Binary | 10011001 | 10011010 | 1111000 | 1 | 0 | 10110 | 101000 | 111110 | 1110 | 110110 |
Color Harmonies of #999A78
Complementary color
Monochromatic Colors of #999A78
Black with #999A78
Text Example
Text Example
White with #999A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999A78; }
p { color: rgb(153,154,120); }
H1.HeaderClassName
{
color: #999A78;
}
.AnyTagClassName
{
color: #999A78;
}
</style>
background-color css
<style>
a { background-color: #999A78; }
a { background-color: rgb(153,154,120); }
div.DivClassName
{
background-color: #999A78;
}
.BgClassName
{
background-color: #999A78;
}
</style>
border-color css
<style>
span { border-color: #999A78; }
span { border-color: rgb(153,154,120); }
td.TdClassName
{
border-color: #999A78;
}
.TagClassName
{
border-color: #999A78;
}
</style>