Shades of Lochinvar #43967A
Tints of Lochinvar #43967A
RGB
CMYK
RGB Variations
Color information
#43967A (or 0x43967A) is known color: Lochinvar. HEX triplet: 43, 96 and 7A. RGB value is (67,150,122). Sum of RGB (Red+Green+Blue) = 67+150+122=339 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.76% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 150 - color contains mainly: green. Hex color #43967A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43967A is #BC6985. Grayscale: #7A7A7A. Windows color (decimal): -12347782 or 8033859. OLE color: 8033859.
HSL color Cylindrical-coordinate representation of color #43967A: hue angle of 159.76º 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 #43967A is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 67 | 150 | 122 | - |
| CMYK | 0.55 | 0 | 0.19 | 0.41 |
| HSL | 159.76º | 0.38% | 0.43% | - |
| HSV(B) | 159.76º | 0.55% | 0.59% | - |
| XYZ | 16.73 | 24.41 | 22.24 | - |
| YUV | 121.99 | 128 | 88.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 150 | 122 | 0.55 | 0 | 0.19 | 0.41 | 159.76 | 0.38 | 0.43 |
| Hex | 43 | 96 | 7A | 37 | 0 | 13 | 29 | A0 | 26 | 2B |
| Octal | 103 | 226 | 172 | 67 | 0 | 23 | 51 | 240 | 46 | 53 |
| Binary | 1000011 | 10010110 | 1111010 | 110111 | 0 | 10011 | 101001 | 10100000 | 100110 | 101011 |
Color Harmonies of #43967A
Complementary color
Monochromatic Colors of #43967A
Black with #43967A
Text Example
Text Example
White with #43967A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43967A; }
p { color: rgb(67,150,122); }
H1.HeaderClassName
{
color: #43967A;
}
.AnyTagClassName
{
color: #43967A;
}
</style>
background-color css
<style>
a { background-color: #43967A; }
a { background-color: rgb(67,150,122); }
div.DivClassName
{
background-color: #43967A;
}
.BgClassName
{
background-color: #43967A;
}
</style>
border-color css
<style>
span { border-color: #43967A; }
span { border-color: rgb(67,150,122); }
td.TdClassName
{
border-color: #43967A;
}
.TagClassName
{
border-color: #43967A;
}
</style>