Shades of Lochinvar #428C7F
Tints of Lochinvar #428C7F
RGB
CMYK
RGB Variations
Color information
#428C7F (or 0x428C7F) is known color: Lochinvar. HEX triplet: 42, 8C and 7F. RGB value is (66,140,127). Sum of RGB (Red+Green+Blue) = 66+140+127=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 140 (55.08% from 255 or 42.04% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 140 - color contains mainly: green. Hex color #428C7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428C7F is #BD7380. Grayscale: #747474. Windows color (decimal): -12415873 or 8358978. OLE color: 8358978.
HSL color Cylindrical-coordinate representation of color #428C7F: hue angle of 169.46º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #428C7F is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 140 | 127 | - |
| CMYK | 0.53 | 0 | 0.09 | 0.45 |
| HSL | 169.46º | 0.36% | 0.4% | - |
| HSV(B) | 169.46º | 0.53% | 0.55% | - |
| XYZ | 15.46 | 21.45 | 23.4 | - |
| YUV | 116.39 | 133.98 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 140 | 127 | 0.53 | 0 | 0.09 | 0.45 | 169.46 | 0.36 | 0.4 |
| Hex | 42 | 8C | 7F | 35 | 0 | 9 | 2D | A9 | 24 | 28 |
| Octal | 102 | 214 | 177 | 65 | 0 | 11 | 55 | 251 | 44 | 50 |
| Binary | 1000010 | 10001100 | 1111111 | 110101 | 0 | 1001 | 101101 | 10101001 | 100100 | 101000 |
Color Harmonies of #428C7F
Complementary color
Monochromatic Colors of #428C7F
Black with #428C7F
Text Example
Text Example
White with #428C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428C7F; }
p { color: rgb(66,140,127); }
H1.HeaderClassName
{
color: #428C7F;
}
.AnyTagClassName
{
color: #428C7F;
}
</style>
background-color css
<style>
a { background-color: #428C7F; }
a { background-color: rgb(66,140,127); }
div.DivClassName
{
background-color: #428C7F;
}
.BgClassName
{
background-color: #428C7F;
}
</style>
border-color css
<style>
span { border-color: #428C7F; }
span { border-color: rgb(66,140,127); }
td.TdClassName
{
border-color: #428C7F;
}
.TagClassName
{
border-color: #428C7F;
}
</style>