Shades of Lochinvar #42927F
Tints of Lochinvar #42927F
RGB
CMYK
RGB Variations
Color information
#42927F (or 0x42927F) is known color: Lochinvar. HEX triplet: 42, 92 and 7F. RGB value is (66,146,127). Sum of RGB (Red+Green+Blue) = 66+146+127=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 146 (57.42% from 255 or 43.07% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 146 - color contains mainly: green. Hex color #42927F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42927F is #BD6D80. Grayscale: #777777. Windows color (decimal): -12414337 or 8360514. OLE color: 8360514.
HSL color Cylindrical-coordinate representation of color #42927F: hue angle of 165.75º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42927F is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 146 | 127 | - |
| CMYK | 0.55 | 0 | 0.13 | 0.43 |
| HSL | 165.75º | 0.38% | 0.42% | - |
| HSV(B) | 165.75º | 0.55% | 0.57% | - |
| XYZ | 16.36 | 23.25 | 23.7 | - |
| YUV | 119.91 | 132 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 146 | 127 | 0.55 | 0 | 0.13 | 0.43 | 165.75 | 0.38 | 0.42 |
| Hex | 42 | 92 | 7F | 37 | 0 | D | 2B | A6 | 26 | 2A |
| Octal | 102 | 222 | 177 | 67 | 0 | 15 | 53 | 246 | 46 | 52 |
| Binary | 1000010 | 10010010 | 1111111 | 110111 | 0 | 1101 | 101011 | 10100110 | 100110 | 101010 |
Color Harmonies of #42927F
Complementary color
Monochromatic Colors of #42927F
Black with #42927F
Text Example
Text Example
White with #42927F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42927F; }
p { color: rgb(66,146,127); }
H1.HeaderClassName
{
color: #42927F;
}
.AnyTagClassName
{
color: #42927F;
}
</style>
background-color css
<style>
a { background-color: #42927F; }
a { background-color: rgb(66,146,127); }
div.DivClassName
{
background-color: #42927F;
}
.BgClassName
{
background-color: #42927F;
}
</style>
border-color css
<style>
span { border-color: #42927F; }
span { border-color: rgb(66,146,127); }
td.TdClassName
{
border-color: #42927F;
}
.TagClassName
{
border-color: #42927F;
}
</style>