Shades of Mineral Green #42684E
Tints of Mineral Green #42684E
RGB
CMYK
RGB Variations
Color information
#42684E (or 0x42684E) is known color: Mineral Green. HEX triplet: 42, 68 and 4E. RGB value is (66,104,78). Sum of RGB (Red+Green+Blue) = 66+104+78=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 104 (41.02% from 255 or 41.94% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 104 - color contains mainly: green. Hex color #42684E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42684E is #BD97B1. Grayscale: #595959. Windows color (decimal): -12425138 or 5138498. OLE color: 5138498.
HSL color Cylindrical-coordinate representation of color #42684E: hue angle of 138.95º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #42684E is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 66 | 104 | 78 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.59 |
| HSL | 138.95º | 0.22% | 0.33% | - |
| HSV(B) | 138.95º | 0.37% | 0.41% | - |
| XYZ | 8.57 | 11.61 | 9 | - |
| YUV | 89.67 | 121.41 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 104 | 78 | 0.37 | 0 | 0.25 | 0.59 | 138.95 | 0.22 | 0.33 |
| Hex | 42 | 68 | 4E | 25 | 0 | 19 | 3B | 8B | 16 | 21 |
| Octal | 102 | 150 | 116 | 45 | 0 | 31 | 73 | 213 | 26 | 41 |
| Binary | 1000010 | 1101000 | 1001110 | 100101 | 0 | 11001 | 111011 | 10001011 | 10110 | 100001 |
Color Harmonies of #42684E
Complementary color
Monochromatic Colors of #42684E
Black with #42684E
Text Example
Text Example
White with #42684E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42684E; }
p { color: rgb(66,104,78); }
H1.HeaderClassName
{
color: #42684E;
}
.AnyTagClassName
{
color: #42684E;
}
</style>
background-color css
<style>
a { background-color: #42684E; }
a { background-color: rgb(66,104,78); }
div.DivClassName
{
background-color: #42684E;
}
.BgClassName
{
background-color: #42684E;
}
</style>
border-color css
<style>
span { border-color: #42684E; }
span { border-color: rgb(66,104,78); }
td.TdClassName
{
border-color: #42684E;
}
.TagClassName
{
border-color: #42684E;
}
</style>