Shades of Lochinvar #43907B
Tints of Lochinvar #43907B
RGB
CMYK
RGB Variations
Color information
#43907B (or 0x43907B) is known color: Lochinvar. HEX triplet: 43, 90 and 7B. RGB value is (67,144,123). Sum of RGB (Red+Green+Blue) = 67+144+123=334 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.06% from 334); Green value is 144 (56.64% from 255 or 43.11% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 144 - color contains mainly: green. Hex color #43907B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43907B is #BC6F84. Grayscale: #767676. Windows color (decimal): -12349317 or 8097859. OLE color: 8097859.
HSL color Cylindrical-coordinate representation of color #43907B: hue angle of 163.64º 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 #43907B is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 67 | 144 | 123 | - |
| CMYK | 0.53 | 0 | 0.15 | 0.44 |
| HSL | 163.64º | 0.36% | 0.41% | - |
| HSV(B) | 163.64º | 0.53% | 0.56% | - |
| XYZ | 15.86 | 22.57 | 22.26 | - |
| YUV | 118.58 | 130.49 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 144 | 123 | 0.53 | 0 | 0.15 | 0.44 | 163.64 | 0.36 | 0.41 |
| Hex | 43 | 90 | 7B | 35 | 0 | F | 2C | A4 | 24 | 29 |
| Octal | 103 | 220 | 173 | 65 | 0 | 17 | 54 | 244 | 44 | 51 |
| Binary | 1000011 | 10010000 | 1111011 | 110101 | 0 | 1111 | 101100 | 10100100 | 100100 | 101001 |
Color Harmonies of #43907B
Complementary color
Monochromatic Colors of #43907B
Black with #43907B
Text Example
Text Example
White with #43907B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43907B; }
p { color: rgb(67,144,123); }
H1.HeaderClassName
{
color: #43907B;
}
.AnyTagClassName
{
color: #43907B;
}
</style>
background-color css
<style>
a { background-color: #43907B; }
a { background-color: rgb(67,144,123); }
div.DivClassName
{
background-color: #43907B;
}
.BgClassName
{
background-color: #43907B;
}
</style>
border-color css
<style>
span { border-color: #43907B; }
span { border-color: rgb(67,144,123); }
td.TdClassName
{
border-color: #43907B;
}
.TagClassName
{
border-color: #43907B;
}
</style>