Shades of Lochinvar #43887B
Tints of Lochinvar #43887B
RGB
CMYK
RGB Variations
Color information
#43887B (or 0x43887B) is known color: Lochinvar. HEX triplet: 43, 88 and 7B. RGB value is (67,136,123). Sum of RGB (Red+Green+Blue) = 67+136+123=326 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.55% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 136 - color contains mainly: green. Hex color #43887B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43887B is #BC7784. Grayscale: #717171. Windows color (decimal): -12351365 or 8095811. OLE color: 8095811.
HSL color Cylindrical-coordinate representation of color #43887B: hue angle of 168.7º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #43887B is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 67 | 136 | 123 | - |
| CMYK | 0.51 | 0 | 0.10 | 0.47 |
| HSL | 168.7º | 0.34% | 0.4% | - |
| HSV(B) | 168.7º | 0.51% | 0.53% | - |
| XYZ | 14.69 | 20.23 | 21.87 | - |
| YUV | 113.89 | 133.14 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 136 | 123 | 0.51 | 0 | 0.10 | 0.47 | 168.7 | 0.34 | 0.4 |
| Hex | 43 | 88 | 7B | 33 | 0 | A | 2F | A9 | 22 | 28 |
| Octal | 103 | 210 | 173 | 63 | 0 | 12 | 57 | 251 | 42 | 50 |
| Binary | 1000011 | 10001000 | 1111011 | 110011 | 0 | 1010 | 101111 | 10101001 | 100010 | 101000 |
Color Harmonies of #43887B
Complementary color
Monochromatic Colors of #43887B
Black with #43887B
Text Example
Text Example
White with #43887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43887B; }
p { color: rgb(67,136,123); }
H1.HeaderClassName
{
color: #43887B;
}
.AnyTagClassName
{
color: #43887B;
}
</style>
background-color css
<style>
a { background-color: #43887B; }
a { background-color: rgb(67,136,123); }
div.DivClassName
{
background-color: #43887B;
}
.BgClassName
{
background-color: #43887B;
}
</style>
border-color css
<style>
span { border-color: #43887B; }
span { border-color: rgb(67,136,123); }
td.TdClassName
{
border-color: #43887B;
}
.TagClassName
{
border-color: #43887B;
}
</style>