Shades of Lochinvar #429682
Tints of Lochinvar #429682
RGB
CMYK
RGB Variations
Color information
#429682 (or 0x429682) is known color: Lochinvar. HEX triplet: 42, 96 and 82. RGB value is (66,150,130). Sum of RGB (Red+Green+Blue) = 66+150+130=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 150 - color contains mainly: green. Hex color #429682 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429682 is #BD697D. Grayscale: #7A7A7A. Windows color (decimal): -12413310 or 8558146. OLE color: 8558146.
HSL color Cylindrical-coordinate representation of color #429682: hue angle of 165.71º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #429682 is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 66 | 150 | 130 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.41 |
| HSL | 165.71º | 0.39% | 0.42% | - |
| HSV(B) | 165.71º | 0.56% | 0.59% | - |
| XYZ | 17.18 | 24.58 | 24.96 | - |
| YUV | 122.6 | 132.17 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 150 | 130 | 0.56 | 0 | 0.13 | 0.41 | 165.71 | 0.39 | 0.42 |
| Hex | 42 | 96 | 82 | 38 | 0 | D | 29 | A6 | 27 | 2A |
| Octal | 102 | 226 | 202 | 70 | 0 | 15 | 51 | 246 | 47 | 52 |
| Binary | 1000010 | 10010110 | 10000010 | 111000 | 0 | 1101 | 101001 | 10100110 | 100111 | 101010 |
Color Harmonies of #429682
Complementary color
Monochromatic Colors of #429682
Black with #429682
Text Example
Text Example
White with #429682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429682; }
p { color: rgb(66,150,130); }
H1.HeaderClassName
{
color: #429682;
}
.AnyTagClassName
{
color: #429682;
}
</style>
background-color css
<style>
a { background-color: #429682; }
a { background-color: rgb(66,150,130); }
div.DivClassName
{
background-color: #429682;
}
.BgClassName
{
background-color: #429682;
}
</style>
border-color css
<style>
span { border-color: #429682; }
span { border-color: rgb(66,150,130); }
td.TdClassName
{
border-color: #429682;
}
.TagClassName
{
border-color: #429682;
}
</style>