Shades of Malachite Green #95946B
Tints of Malachite Green #95946B
RGB
CMYK
RGB Variations
Color information
#95946B (or 0x95946B) is known color: Malachite Green. HEX triplet: 95, 94 and 6B. RGB value is (149,148,107). Sum of RGB (Red+Green+Blue) = 149+148+107=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 149 - color contains mainly: red. Hex color #95946B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95946B is #6A6B94. Grayscale: #8F8F8F. Windows color (decimal): -6974357 or 7050389. OLE color: 7050389.
HSL color Cylindrical-coordinate representation of color #95946B: hue angle of 58.57º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95946B is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 148 | 107 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.42 |
| HSL | 58.57º | 0.17% | 0.5% | - |
| HSV(B) | 58.57º | 0.28% | 0.58% | - |
| XYZ | 25.64 | 28.63 | 18.08 | - |
| YUV | 143.63 | 107.33 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 148 | 107 | 0 | 0.01 | 0.28 | 0.42 | 58.57 | 0.17 | 0.5 |
| Hex | 95 | 94 | 6B | 0 | 1 | 1C | 2A | 3B | 11 | 32 |
| Octal | 225 | 224 | 153 | 0 | 1 | 34 | 52 | 73 | 21 | 62 |
| Binary | 10010101 | 10010100 | 1101011 | 0 | 1 | 11100 | 101010 | 111011 | 10001 | 110010 |
Color Harmonies of #95946B
Complementary color
Monochromatic Colors of #95946B
Black with #95946B
Text Example
Text Example
White with #95946B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95946B; }
p { color: rgb(149,148,107); }
H1.HeaderClassName
{
color: #95946B;
}
.AnyTagClassName
{
color: #95946B;
}
</style>
background-color css
<style>
a { background-color: #95946B; }
a { background-color: rgb(149,148,107); }
div.DivClassName
{
background-color: #95946B;
}
.BgClassName
{
background-color: #95946B;
}
</style>
border-color css
<style>
span { border-color: #95946B; }
span { border-color: rgb(149,148,107); }
td.TdClassName
{
border-color: #95946B;
}
.TagClassName
{
border-color: #95946B;
}
</style>