Shades of Lochinvar #489679
Tints of Lochinvar #489679
RGB
CMYK
RGB Variations
Color information
#489679 (or 0x489679) is known color: Lochinvar. HEX triplet: 48, 96 and 79. RGB value is (72,150,121). Sum of RGB (Red+Green+Blue) = 72+150+121=343 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.99% from 343); Green value is 150 (58.98% from 255 or 43.73% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 150 - color contains mainly: green. Hex color #489679 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489679 is #B76986. Grayscale: #7B7B7B. Windows color (decimal): -12020103 or 7968328. OLE color: 7968328.
HSL color Cylindrical-coordinate representation of color #489679: hue angle of 157.69º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #489679 is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 72 | 150 | 121 | - |
| CMYK | 0.52 | 0 | 0.19 | 0.41 |
| HSL | 157.69º | 0.35% | 0.44% | - |
| HSV(B) | 157.69º | 0.52% | 0.59% | - |
| XYZ | 17.03 | 24.57 | 21.93 | - |
| YUV | 123.37 | 126.66 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 150 | 121 | 0.52 | 0 | 0.19 | 0.41 | 157.69 | 0.35 | 0.44 |
| Hex | 48 | 96 | 79 | 34 | 0 | 13 | 29 | 9E | 23 | 2C |
| Octal | 110 | 226 | 171 | 64 | 0 | 23 | 51 | 236 | 43 | 54 |
| Binary | 1001000 | 10010110 | 1111001 | 110100 | 0 | 10011 | 101001 | 10011110 | 100011 | 101100 |
Color Harmonies of #489679
Complementary color
Monochromatic Colors of #489679
Black with #489679
Text Example
Text Example
White with #489679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489679; }
p { color: rgb(72,150,121); }
H1.HeaderClassName
{
color: #489679;
}
.AnyTagClassName
{
color: #489679;
}
</style>
background-color css
<style>
a { background-color: #489679; }
a { background-color: rgb(72,150,121); }
div.DivClassName
{
background-color: #489679;
}
.BgClassName
{
background-color: #489679;
}
</style>
border-color css
<style>
span { border-color: #489679; }
span { border-color: rgb(72,150,121); }
td.TdClassName
{
border-color: #489679;
}
.TagClassName
{
border-color: #489679;
}
</style>