Shades of Lochinvar #4B967B
Tints of Lochinvar #4B967B
RGB
CMYK
RGB Variations
Color information
#4B967B (or 0x4B967B) is known color: Lochinvar. HEX triplet: 4B, 96 and 7B. RGB value is (75,150,123). Sum of RGB (Red+Green+Blue) = 75+150+123=348 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.55% from 348); Green value is 150 (58.98% from 255 or 43.10% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 150 - color contains mainly: green. Hex color #4B967B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B967B is #B46984. Grayscale: #7C7C7C. Windows color (decimal): -11823493 or 8099403. OLE color: 8099403.
HSL color Cylindrical-coordinate representation of color #4B967B: hue angle of 158.4º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B967B is Cyan = 0.5, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 75 | 150 | 123 | - |
| CMYK | 0.5 | 0 | 0.18 | 0.41 |
| HSL | 158.4º | 0.33% | 0.44% | - |
| HSV(B) | 158.4º | 0.5% | 0.59% | - |
| XYZ | 17.38 | 24.74 | 22.6 | - |
| YUV | 124.5 | 127.15 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 150 | 123 | 0.5 | 0 | 0.18 | 0.41 | 158.4 | 0.33 | 0.44 |
| Hex | 4B | 96 | 7B | 32 | 0 | 12 | 29 | 9E | 21 | 2C |
| Octal | 113 | 226 | 173 | 62 | 0 | 22 | 51 | 236 | 41 | 54 |
| Binary | 1001011 | 10010110 | 1111011 | 110010 | 0 | 10010 | 101001 | 10011110 | 100001 | 101100 |
Color Harmonies of #4B967B
Complementary color
Monochromatic Colors of #4B967B
Black with #4B967B
Text Example
Text Example
White with #4B967B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B967B; }
p { color: rgb(75,150,123); }
H1.HeaderClassName
{
color: #4B967B;
}
.AnyTagClassName
{
color: #4B967B;
}
</style>
background-color css
<style>
a { background-color: #4B967B; }
a { background-color: rgb(75,150,123); }
div.DivClassName
{
background-color: #4B967B;
}
.BgClassName
{
background-color: #4B967B;
}
</style>
border-color css
<style>
span { border-color: #4B967B; }
span { border-color: rgb(75,150,123); }
td.TdClassName
{
border-color: #4B967B;
}
.TagClassName
{
border-color: #4B967B;
}
</style>