Shades of Lochinvar #42978A
Tints of Lochinvar #42978A
RGB
CMYK
RGB Variations
Color information
#42978A (or 0x42978A) is known color: Lochinvar. HEX triplet: 42, 97 and 8A. RGB value is (66,151,138). Sum of RGB (Red+Green+Blue) = 66+151+138=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 151 (59.38% from 255 or 42.54% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 151 - color contains mainly: green. Hex color #42978A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42978A is #BD6875. Grayscale: #7C7C7C. Windows color (decimal): -12413046 or 9082690. OLE color: 9082690.
HSL color Cylindrical-coordinate representation of color #42978A: hue angle of 170.82º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42978A is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 66 | 151 | 138 | - |
| CMYK | 0.56 | 0 | 0.09 | 0.41 |
| HSL | 170.82º | 0.39% | 0.43% | - |
| HSV(B) | 170.82º | 0.56% | 0.59% | - |
| XYZ | 17.9 | 25.13 | 27.95 | - |
| YUV | 124.1 | 135.84 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 151 | 138 | 0.56 | 0 | 0.09 | 0.41 | 170.82 | 0.39 | 0.43 |
| Hex | 42 | 97 | 8A | 38 | 0 | 9 | 29 | AB | 27 | 2B |
| Octal | 102 | 227 | 212 | 70 | 0 | 11 | 51 | 253 | 47 | 53 |
| Binary | 1000010 | 10010111 | 10001010 | 111000 | 0 | 1001 | 101001 | 10101011 | 100111 | 101011 |
Color Harmonies of #42978A
Complementary color
Monochromatic Colors of #42978A
Black with #42978A
Text Example
Text Example
White with #42978A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42978A; }
p { color: rgb(66,151,138); }
H1.HeaderClassName
{
color: #42978A;
}
.AnyTagClassName
{
color: #42978A;
}
</style>
background-color css
<style>
a { background-color: #42978A; }
a { background-color: rgb(66,151,138); }
div.DivClassName
{
background-color: #42978A;
}
.BgClassName
{
background-color: #42978A;
}
</style>
border-color css
<style>
span { border-color: #42978A; }
span { border-color: rgb(66,151,138); }
td.TdClassName
{
border-color: #42978A;
}
.TagClassName
{
border-color: #42978A;
}
</style>