Shades of Lochinvar #428C7B
Tints of Lochinvar #428C7B
RGB
CMYK
RGB Variations
Color information
#428C7B (or 0x428C7B) is known color: Lochinvar. HEX triplet: 42, 8C and 7B. RGB value is (66,140,123). Sum of RGB (Red+Green+Blue) = 66+140+123=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 140 (55.08% from 255 or 42.55% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 140 - color contains mainly: green. Hex color #428C7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428C7B is #BD7384. Grayscale: #737373. Windows color (decimal): -12415877 or 8096834. OLE color: 8096834.
HSL color Cylindrical-coordinate representation of color #428C7B: hue angle of 166.22º 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 #428C7B is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 140 | 123 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.45 |
| HSL | 166.22º | 0.36% | 0.4% | - |
| HSV(B) | 166.22º | 0.53% | 0.55% | - |
| XYZ | 15.2 | 21.34 | 22.06 | - |
| YUV | 115.94 | 131.98 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 140 | 123 | 0.53 | 0 | 0.12 | 0.45 | 166.22 | 0.36 | 0.4 |
| Hex | 42 | 8C | 7B | 35 | 0 | C | 2D | A6 | 24 | 28 |
| Octal | 102 | 214 | 173 | 65 | 0 | 14 | 55 | 246 | 44 | 50 |
| Binary | 1000010 | 10001100 | 1111011 | 110101 | 0 | 1100 | 101101 | 10100110 | 100100 | 101000 |
Color Harmonies of #428C7B
Complementary color
Monochromatic Colors of #428C7B
Black with #428C7B
Text Example
Text Example
White with #428C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428C7B; }
p { color: rgb(66,140,123); }
H1.HeaderClassName
{
color: #428C7B;
}
.AnyTagClassName
{
color: #428C7B;
}
</style>
background-color css
<style>
a { background-color: #428C7B; }
a { background-color: rgb(66,140,123); }
div.DivClassName
{
background-color: #428C7B;
}
.BgClassName
{
background-color: #428C7B;
}
</style>
border-color css
<style>
span { border-color: #428C7B; }
span { border-color: rgb(66,140,123); }
td.TdClassName
{
border-color: #428C7B;
}
.TagClassName
{
border-color: #428C7B;
}
</style>