Shades of Malachite Green #999C74
Tints of Malachite Green #999C74
RGB
CMYK
RGB Variations
Color information
#999C74 (or 0x999C74) is known color: Malachite Green. HEX triplet: 99, 9C and 74. RGB value is (153,156,116). Sum of RGB (Red+Green+Blue) = 153+156+116=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 156 (61.33% from 255 or 36.71% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 156 - color contains mainly: green. Hex color #999C74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999C74 is #66638B. Grayscale: #969696. Windows color (decimal): -6710156 or 7642265. OLE color: 7642265.
HSL color Cylindrical-coordinate representation of color #999C74: hue angle of 64.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #999C74 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 156 | 116 | - |
| CMYK | 0.02 | 0 | 0.26 | 0.39 |
| HSL | 64.5º | 0.17% | 0.53% | - |
| HSV(B) | 64.5º | 0.26% | 0.61% | - |
| XYZ | 28.18 | 31.81 | 21.18 | - |
| YUV | 150.54 | 108.51 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 156 | 116 | 0.02 | 0 | 0.26 | 0.39 | 64.5 | 0.17 | 0.53 |
| Hex | 99 | 9C | 74 | 2 | 0 | 1A | 27 | 40 | 11 | 35 |
| Octal | 231 | 234 | 164 | 2 | 0 | 32 | 47 | 100 | 21 | 65 |
| Binary | 10011001 | 10011100 | 1110100 | 10 | 0 | 11010 | 100111 | 1000000 | 10001 | 110101 |
Color Harmonies of #999C74
Complementary color
Monochromatic Colors of #999C74
Black with #999C74
Text Example
Text Example
White with #999C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999C74; }
p { color: rgb(153,156,116); }
H1.HeaderClassName
{
color: #999C74;
}
.AnyTagClassName
{
color: #999C74;
}
</style>
background-color css
<style>
a { background-color: #999C74; }
a { background-color: rgb(153,156,116); }
div.DivClassName
{
background-color: #999C74;
}
.BgClassName
{
background-color: #999C74;
}
</style>
border-color css
<style>
span { border-color: #999C74; }
span { border-color: rgb(153,156,116); }
td.TdClassName
{
border-color: #999C74;
}
.TagClassName
{
border-color: #999C74;
}
</style>