Shades of Lochinvar #43907F
Tints of Lochinvar #43907F
RGB
CMYK
RGB Variations
Color information
#43907F (or 0x43907F) is known color: Lochinvar. HEX triplet: 43, 90 and 7F. RGB value is (67,144,127). Sum of RGB (Red+Green+Blue) = 67+144+127=338 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.82% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 144 - color contains mainly: green. Hex color #43907F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43907F is #BC6F80. Grayscale: #777777. Windows color (decimal): -12349313 or 8360003. OLE color: 8360003.
HSL color Cylindrical-coordinate representation of color #43907F: hue angle of 166.75º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #43907F is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 67 | 144 | 127 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.44 |
| HSL | 166.75º | 0.36% | 0.41% | - |
| HSV(B) | 166.75º | 0.53% | 0.56% | - |
| XYZ | 16.12 | 22.67 | 23.61 | - |
| YUV | 119.04 | 132.49 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 144 | 127 | 0.53 | 0 | 0.12 | 0.44 | 166.75 | 0.36 | 0.41 |
| Hex | 43 | 90 | 7F | 35 | 0 | C | 2C | A7 | 24 | 29 |
| Octal | 103 | 220 | 177 | 65 | 0 | 14 | 54 | 247 | 44 | 51 |
| Binary | 1000011 | 10010000 | 1111111 | 110101 | 0 | 1100 | 101100 | 10100111 | 100100 | 101001 |
Color Harmonies of #43907F
Complementary color
Monochromatic Colors of #43907F
Black with #43907F
Text Example
Text Example
White with #43907F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43907F; }
p { color: rgb(67,144,127); }
H1.HeaderClassName
{
color: #43907F;
}
.AnyTagClassName
{
color: #43907F;
}
</style>
background-color css
<style>
a { background-color: #43907F; }
a { background-color: rgb(67,144,127); }
div.DivClassName
{
background-color: #43907F;
}
.BgClassName
{
background-color: #43907F;
}
</style>
border-color css
<style>
span { border-color: #43907F; }
span { border-color: rgb(67,144,127); }
td.TdClassName
{
border-color: #43907F;
}
.TagClassName
{
border-color: #43907F;
}
</style>