Shades of Mineral Green #4B664F
Tints of Mineral Green #4B664F
RGB
CMYK
RGB Variations
Color information
#4B664F (or 0x4B664F) is known color: Mineral Green. HEX triplet: 4B, 66 and 4F. RGB value is (75,102,79). Sum of RGB (Red+Green+Blue) = 75+102+79=256 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.30% from 256); Green value is 102 (40.23% from 255 or 39.84% from 256); Blue value is 79 (31.25% from 255 or 30.86% from 256); Max value from RGB is 102 - color contains mainly: green. Hex color #4B664F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B664F is #B499B0. Grayscale: #5B5B5B. Windows color (decimal): -11835825 or 5203531. OLE color: 5203531.
HSL color Cylindrical-coordinate representation of color #4B664F: hue angle of 128.89º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4B664F is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 75 | 102 | 79 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.6 |
| HSL | 128.89º | 0.15% | 0.35% | - |
| HSV(B) | 128.89º | 0.26% | 0.4% | - |
| XYZ | 9.06 | 11.56 | 9.15 | - |
| YUV | 91.31 | 121.05 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 102 | 79 | 0.26 | 0 | 0.23 | 0.6 | 128.89 | 0.15 | 0.35 |
| Hex | 4B | 66 | 4F | 1A | 0 | 17 | 3C | 81 | F | 23 |
| Octal | 113 | 146 | 117 | 32 | 0 | 27 | 74 | 201 | 17 | 43 |
| Binary | 1001011 | 1100110 | 1001111 | 11010 | 0 | 10111 | 111100 | 10000001 | 1111 | 100011 |
Color Harmonies of #4B664F
Complementary color
Monochromatic Colors of #4B664F
Black with #4B664F
Text Example
Text Example
White with #4B664F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B664F; }
p { color: rgb(75,102,79); }
H1.HeaderClassName
{
color: #4B664F;
}
.AnyTagClassName
{
color: #4B664F;
}
</style>
background-color css
<style>
a { background-color: #4B664F; }
a { background-color: rgb(75,102,79); }
div.DivClassName
{
background-color: #4B664F;
}
.BgClassName
{
background-color: #4B664F;
}
</style>
border-color css
<style>
span { border-color: #4B664F; }
span { border-color: rgb(75,102,79); }
td.TdClassName
{
border-color: #4B664F;
}
.TagClassName
{
border-color: #4B664F;
}
</style>