Shades of Malachite Green #95947A
Tints of Malachite Green #95947A
RGB
CMYK
RGB Variations
Color information
#95947A (or 0x95947A) is known color: Malachite Green. HEX triplet: 95, 94 and 7A. RGB value is (149,148,122). Sum of RGB (Red+Green+Blue) = 149+148+122=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 149 - color contains mainly: red. Hex color #95947A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95947A is #6A6B85. Grayscale: #919191. Windows color (decimal): -6974342 or 8033429. OLE color: 8033429.
HSL color Cylindrical-coordinate representation of color #95947A: hue angle of 57.78º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #95947A is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 148 | 122 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.42 |
| HSL | 57.78º | 0.11% | 0.53% | - |
| HSV(B) | 57.78º | 0.18% | 0.58% | - |
| XYZ | 26.5 | 28.97 | 22.61 | - |
| YUV | 145.34 | 114.83 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 148 | 122 | 0 | 0.01 | 0.18 | 0.42 | 57.78 | 0.11 | 0.53 |
| Hex | 95 | 94 | 7A | 0 | 1 | 12 | 2A | 3A | B | 35 |
| Octal | 225 | 224 | 172 | 0 | 1 | 22 | 52 | 72 | 13 | 65 |
| Binary | 10010101 | 10010100 | 1111010 | 0 | 1 | 10010 | 101010 | 111010 | 1011 | 110101 |
Color Harmonies of #95947A
Complementary color
Monochromatic Colors of #95947A
Black with #95947A
Text Example
Text Example
White with #95947A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95947A; }
p { color: rgb(149,148,122); }
H1.HeaderClassName
{
color: #95947A;
}
.AnyTagClassName
{
color: #95947A;
}
</style>
background-color css
<style>
a { background-color: #95947A; }
a { background-color: rgb(149,148,122); }
div.DivClassName
{
background-color: #95947A;
}
.BgClassName
{
background-color: #95947A;
}
</style>
border-color css
<style>
span { border-color: #95947A; }
span { border-color: rgb(149,148,122); }
td.TdClassName
{
border-color: #95947A;
}
.TagClassName
{
border-color: #95947A;
}
</style>