Shades of Malachite Green #908F75
Tints of Malachite Green #908F75
RGB
CMYK
RGB Variations
Color information
#908F75 (or 0x908F75) is known color: Malachite Green. HEX triplet: 90, 8F and 75. RGB value is (144,143,117). Sum of RGB (Red+Green+Blue) = 144+143+117=404 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.64% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 144 - color contains mainly: red. Hex color #908F75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908F75 is #6F708A. Grayscale: #8C8C8C. Windows color (decimal): -7303307 or 7704464. OLE color: 7704464.
HSL color Cylindrical-coordinate representation of color #908F75: hue angle of 57.78º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #908F75 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 143 | 117 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.44 |
| HSL | 57.78º | 0.11% | 0.51% | - |
| HSV(B) | 57.78º | 0.19% | 0.56% | - |
| XYZ | 24.53 | 26.86 | 20.72 | - |
| YUV | 140.34 | 114.83 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 143 | 117 | 0 | 0.01 | 0.19 | 0.44 | 57.78 | 0.11 | 0.51 |
| Hex | 90 | 8F | 75 | 0 | 1 | 13 | 2C | 3A | B | 33 |
| Octal | 220 | 217 | 165 | 0 | 1 | 23 | 54 | 72 | 13 | 63 |
| Binary | 10010000 | 10001111 | 1110101 | 0 | 1 | 10011 | 101100 | 111010 | 1011 | 110011 |
Color Harmonies of #908F75
Complementary color
Monochromatic Colors of #908F75
Black with #908F75
Text Example
Text Example
White with #908F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908F75; }
p { color: rgb(144,143,117); }
H1.HeaderClassName
{
color: #908F75;
}
.AnyTagClassName
{
color: #908F75;
}
</style>
background-color css
<style>
a { background-color: #908F75; }
a { background-color: rgb(144,143,117); }
div.DivClassName
{
background-color: #908F75;
}
.BgClassName
{
background-color: #908F75;
}
</style>
border-color css
<style>
span { border-color: #908F75; }
span { border-color: rgb(144,143,117); }
td.TdClassName
{
border-color: #908F75;
}
.TagClassName
{
border-color: #908F75;
}
</style>