Shades of Malachite Green #95947B
Tints of Malachite Green #95947B
RGB
CMYK
RGB Variations
Color information
#95947B (or 0x95947B) is known color: Malachite Green. HEX triplet: 95, 94 and 7B. RGB value is (149,148,123). Sum of RGB (Red+Green+Blue) = 149+148+123=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 149 - color contains mainly: red. Hex color #95947B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95947B is #6A6B84. Grayscale: #919191. Windows color (decimal): -6974341 or 8098965. OLE color: 8098965.
HSL color Cylindrical-coordinate representation of color #95947B: hue angle of 57.69º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #95947B is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 148 | 123 | - |
| CMYK | 0 | 0.01 | 0.17 | 0.42 |
| HSL | 57.69º | 0.11% | 0.53% | - |
| HSV(B) | 57.69º | 0.17% | 0.58% | - |
| XYZ | 26.56 | 29 | 22.94 | - |
| YUV | 145.45 | 115.33 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 148 | 123 | 0 | 0.01 | 0.17 | 0.42 | 57.69 | 0.11 | 0.53 |
| Hex | 95 | 94 | 7B | 0 | 1 | 11 | 2A | 3A | B | 35 |
| Octal | 225 | 224 | 173 | 0 | 1 | 21 | 52 | 72 | 13 | 65 |
| Binary | 10010101 | 10010100 | 1111011 | 0 | 1 | 10001 | 101010 | 111010 | 1011 | 110101 |
Color Harmonies of #95947B
Complementary color
Monochromatic Colors of #95947B
Black with #95947B
Text Example
Text Example
White with #95947B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95947B; }
p { color: rgb(149,148,123); }
H1.HeaderClassName
{
color: #95947B;
}
.AnyTagClassName
{
color: #95947B;
}
</style>
background-color css
<style>
a { background-color: #95947B; }
a { background-color: rgb(149,148,123); }
div.DivClassName
{
background-color: #95947B;
}
.BgClassName
{
background-color: #95947B;
}
</style>
border-color css
<style>
span { border-color: #95947B; }
span { border-color: rgb(149,148,123); }
td.TdClassName
{
border-color: #95947B;
}
.TagClassName
{
border-color: #95947B;
}
</style>