Shades of Mineral Green #42684C
Tints of Mineral Green #42684C
RGB
CMYK
RGB Variations
Color information
#42684C (or 0x42684C) is known color: Mineral Green. HEX triplet: 42, 68 and 4C. RGB value is (66,104,76). Sum of RGB (Red+Green+Blue) = 66+104+76=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 104 (41.02% from 255 or 42.28% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 104 - color contains mainly: green. Hex color #42684C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42684C is #BD97B3. Grayscale: #595959. Windows color (decimal): -12425140 or 5007426. OLE color: 5007426.
HSL color Cylindrical-coordinate representation of color #42684C: hue angle of 135.79º 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 #42684C is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 66 | 104 | 76 | - |
| CMYK | 0.37 | 0 | 0.27 | 0.59 |
| HSL | 135.79º | 0.22% | 0.33% | - |
| HSV(B) | 135.79º | 0.37% | 0.41% | - |
| XYZ | 8.5 | 11.58 | 8.62 | - |
| YUV | 89.45 | 120.41 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 104 | 76 | 0.37 | 0 | 0.27 | 0.59 | 135.79 | 0.22 | 0.33 |
| Hex | 42 | 68 | 4C | 25 | 0 | 1B | 3B | 88 | 16 | 21 |
| Octal | 102 | 150 | 114 | 45 | 0 | 33 | 73 | 210 | 26 | 41 |
| Binary | 1000010 | 1101000 | 1001100 | 100101 | 0 | 11011 | 111011 | 10001000 | 10110 | 100001 |
Color Harmonies of #42684C
Complementary color
Monochromatic Colors of #42684C
Black with #42684C
Text Example
Text Example
White with #42684C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42684C; }
p { color: rgb(66,104,76); }
H1.HeaderClassName
{
color: #42684C;
}
.AnyTagClassName
{
color: #42684C;
}
</style>
background-color css
<style>
a { background-color: #42684C; }
a { background-color: rgb(66,104,76); }
div.DivClassName
{
background-color: #42684C;
}
.BgClassName
{
background-color: #42684C;
}
</style>
border-color css
<style>
span { border-color: #42684C; }
span { border-color: rgb(66,104,76); }
td.TdClassName
{
border-color: #42684C;
}
.TagClassName
{
border-color: #42684C;
}
</style>