Shades of Lochinvar #44877F
Tints of Lochinvar #44877F
RGB
CMYK
RGB Variations
Color information
#44877F (or 0x44877F) is known color: Lochinvar. HEX triplet: 44, 87 and 7F. RGB value is (68,135,127). Sum of RGB (Red+Green+Blue) = 68+135+127=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 135 (53.12% from 255 or 40.91% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 135 - color contains mainly: green. Hex color #44877F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44877F is #BB7880. Grayscale: #727272. Windows color (decimal): -12286081 or 8357700. OLE color: 8357700.
HSL color Cylindrical-coordinate representation of color #44877F: hue angle of 172.84º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #44877F is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 135 | 127 | - |
| CMYK | 0.50 | 0 | 0.06 | 0.47 |
| HSL | 172.84º | 0.33% | 0.4% | - |
| HSV(B) | 172.84º | 0.5% | 0.53% | - |
| XYZ | 14.88 | 20.09 | 23.17 | - |
| YUV | 114.06 | 135.3 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 135 | 127 | 0.50 | 0 | 0.06 | 0.47 | 172.84 | 0.33 | 0.4 |
| Hex | 44 | 87 | 7F | 32 | 0 | 6 | 2F | AD | 21 | 28 |
| Octal | 104 | 207 | 177 | 62 | 0 | 6 | 57 | 255 | 41 | 50 |
| Binary | 1000100 | 10000111 | 1111111 | 110010 | 0 | 110 | 101111 | 10101101 | 100001 | 101000 |
Color Harmonies of #44877F
Complementary color
Monochromatic Colors of #44877F
Black with #44877F
Text Example
Text Example
White with #44877F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44877F; }
p { color: rgb(68,135,127); }
H1.HeaderClassName
{
color: #44877F;
}
.AnyTagClassName
{
color: #44877F;
}
</style>
background-color css
<style>
a { background-color: #44877F; }
a { background-color: rgb(68,135,127); }
div.DivClassName
{
background-color: #44877F;
}
.BgClassName
{
background-color: #44877F;
}
</style>
border-color css
<style>
span { border-color: #44877F; }
span { border-color: rgb(68,135,127); }
td.TdClassName
{
border-color: #44877F;
}
.TagClassName
{
border-color: #44877F;
}
</style>