Shades of Lochinvar #449679
Tints of Lochinvar #449679
RGB
CMYK
RGB Variations
Color information
#449679 (or 0x449679) is known color: Lochinvar. HEX triplet: 44, 96 and 79. RGB value is (68,150,121). Sum of RGB (Red+Green+Blue) = 68+150+121=339 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.06% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 121 (47.66% from 255 or 35.69% from 339); Max value from RGB is 150 - color contains mainly: green. Hex color #449679 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449679 is #BB6986. Grayscale: #7A7A7A. Windows color (decimal): -12282247 or 7968324. OLE color: 7968324.
HSL color Cylindrical-coordinate representation of color #449679: hue angle of 158.78º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #449679 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 68 | 150 | 121 | - |
| CMYK | 0.55 | 0 | 0.19 | 0.41 |
| HSL | 158.78º | 0.38% | 0.43% | - |
| HSV(B) | 158.78º | 0.55% | 0.59% | - |
| XYZ | 16.74 | 24.42 | 21.92 | - |
| YUV | 122.18 | 127.33 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 150 | 121 | 0.55 | 0 | 0.19 | 0.41 | 158.78 | 0.38 | 0.43 |
| Hex | 44 | 96 | 79 | 37 | 0 | 13 | 29 | 9F | 26 | 2B |
| Octal | 104 | 226 | 171 | 67 | 0 | 23 | 51 | 237 | 46 | 53 |
| Binary | 1000100 | 10010110 | 1111001 | 110111 | 0 | 10011 | 101001 | 10011111 | 100110 | 101011 |
Color Harmonies of #449679
Complementary color
Monochromatic Colors of #449679
Black with #449679
Text Example
Text Example
White with #449679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449679; }
p { color: rgb(68,150,121); }
H1.HeaderClassName
{
color: #449679;
}
.AnyTagClassName
{
color: #449679;
}
</style>
background-color css
<style>
a { background-color: #449679; }
a { background-color: rgb(68,150,121); }
div.DivClassName
{
background-color: #449679;
}
.BgClassName
{
background-color: #449679;
}
</style>
border-color css
<style>
span { border-color: #449679; }
span { border-color: rgb(68,150,121); }
td.TdClassName
{
border-color: #449679;
}
.TagClassName
{
border-color: #449679;
}
</style>