Shades of Lochinvar #4C9C89
Tints of Lochinvar #4C9C89
RGB
CMYK
RGB Variations
Color information
#4C9C89 (or 0x4C9C89) is known color: Lochinvar. HEX triplet: 4C, 9C and 89. RGB value is (76,156,137). Sum of RGB (Red+Green+Blue) = 76+156+137=369 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.60% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 137 (53.91% from 255 or 37.13% from 369); Max value from RGB is 156 - color contains mainly: green. Hex color #4C9C89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C9C89 is #B36376. Grayscale: #818181. Windows color (decimal): -11756407 or 9018444. OLE color: 9018444.
HSL color Cylindrical-coordinate representation of color #4C9C89: hue angle of 165.75º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C9C89 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 76 | 156 | 137 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.39 |
| HSL | 165.75º | 0.34% | 0.45% | - |
| HSV(B) | 165.75º | 0.51% | 0.61% | - |
| XYZ | 19.38 | 27.12 | 27.88 | - |
| YUV | 129.91 | 132 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 156 | 137 | 0.51 | 0 | 0.12 | 0.39 | 165.75 | 0.34 | 0.45 |
| Hex | 4C | 9C | 89 | 33 | 0 | C | 27 | A6 | 22 | 2D |
| Octal | 114 | 234 | 211 | 63 | 0 | 14 | 47 | 246 | 42 | 55 |
| Binary | 1001100 | 10011100 | 10001001 | 110011 | 0 | 1100 | 100111 | 10100110 | 100010 | 101101 |
Color Harmonies of #4C9C89
Complementary color
Monochromatic Colors of #4C9C89
Black with #4C9C89
Text Example
Text Example
White with #4C9C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9C89; }
p { color: rgb(76,156,137); }
H1.HeaderClassName
{
color: #4C9C89;
}
.AnyTagClassName
{
color: #4C9C89;
}
</style>
background-color css
<style>
a { background-color: #4C9C89; }
a { background-color: rgb(76,156,137); }
div.DivClassName
{
background-color: #4C9C89;
}
.BgClassName
{
background-color: #4C9C89;
}
</style>
border-color css
<style>
span { border-color: #4C9C89; }
span { border-color: rgb(76,156,137); }
td.TdClassName
{
border-color: #4C9C89;
}
.TagClassName
{
border-color: #4C9C89;
}
</style>