Shades of Malachite Green #999975
Tints of Malachite Green #999975
RGB
CMYK
RGB Variations
Color information
#999975 (or 0x999975) is known color: Malachite Green. HEX triplet: 99, 99 and 75. RGB value is (153,153,117). Sum of RGB (Red+Green+Blue) = 153+153+117=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 153 - color contains mainly: red, green. Hex color #999975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999975 is #66668A. Grayscale: #959595. Windows color (decimal): -6710923 or 7707033. OLE color: 7707033.
HSL color Cylindrical-coordinate representation of color #999975: hue angle of 60º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #999975 is Cyan = 0, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 153 | 117 | - |
| CMYK | 0 | 0 | 0.24 | 0.4 |
| HSL | 60º | 0.15% | 0.53% | - |
| HSV(B) | 60º | 0.24% | 0.6% | - |
| XYZ | 27.74 | 30.84 | 21.32 | - |
| YUV | 148.9 | 110 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 153 | 117 | 0 | 0 | 0.24 | 0.4 | 60 | 0.15 | 0.53 |
| Hex | 99 | 99 | 75 | 0 | 0 | 18 | 28 | 3C | F | 35 |
| Octal | 231 | 231 | 165 | 0 | 0 | 30 | 50 | 74 | 17 | 65 |
| Binary | 10011001 | 10011001 | 1110101 | 0 | 0 | 11000 | 101000 | 111100 | 1111 | 110101 |
Color Harmonies of #999975
Complementary color
Monochromatic Colors of #999975
Black with #999975
Text Example
Text Example
White with #999975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999975; }
p { color: rgb(153,153,117); }
H1.HeaderClassName
{
color: #999975;
}
.AnyTagClassName
{
color: #999975;
}
</style>
background-color css
<style>
a { background-color: #999975; }
a { background-color: rgb(153,153,117); }
div.DivClassName
{
background-color: #999975;
}
.BgClassName
{
background-color: #999975;
}
</style>
border-color css
<style>
span { border-color: #999975; }
span { border-color: rgb(153,153,117); }
td.TdClassName
{
border-color: #999975;
}
.TagClassName
{
border-color: #999975;
}
</style>