Shades of Lochinvar #43907A
Tints of Lochinvar #43907A
RGB
CMYK
RGB Variations
Color information
#43907A (or 0x43907A) is known color: Lochinvar. HEX triplet: 43, 90 and 7A. RGB value is (67,144,122). Sum of RGB (Red+Green+Blue) = 67+144+122=333 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.12% from 333); Green value is 144 (56.64% from 255 or 43.24% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 144 - color contains mainly: green. Hex color #43907A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43907A is #BC6F85. Grayscale: #767676. Windows color (decimal): -12349318 or 8032323. OLE color: 8032323.
HSL color Cylindrical-coordinate representation of color #43907A: hue angle of 162.86º 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 #43907A is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 67 | 144 | 122 | - |
| CMYK | 0.53 | 0 | 0.15 | 0.44 |
| HSL | 162.86º | 0.36% | 0.41% | - |
| HSV(B) | 162.86º | 0.53% | 0.56% | - |
| XYZ | 15.8 | 22.54 | 21.93 | - |
| YUV | 118.47 | 129.99 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 144 | 122 | 0.53 | 0 | 0.15 | 0.44 | 162.86 | 0.36 | 0.41 |
| Hex | 43 | 90 | 7A | 35 | 0 | F | 2C | A3 | 24 | 29 |
| Octal | 103 | 220 | 172 | 65 | 0 | 17 | 54 | 243 | 44 | 51 |
| Binary | 1000011 | 10010000 | 1111010 | 110101 | 0 | 1111 | 101100 | 10100011 | 100100 | 101001 |
Color Harmonies of #43907A
Complementary color
Monochromatic Colors of #43907A
Black with #43907A
Text Example
Text Example
White with #43907A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43907A; }
p { color: rgb(67,144,122); }
H1.HeaderClassName
{
color: #43907A;
}
.AnyTagClassName
{
color: #43907A;
}
</style>
background-color css
<style>
a { background-color: #43907A; }
a { background-color: rgb(67,144,122); }
div.DivClassName
{
background-color: #43907A;
}
.BgClassName
{
background-color: #43907A;
}
</style>
border-color css
<style>
span { border-color: #43907A; }
span { border-color: rgb(67,144,122); }
td.TdClassName
{
border-color: #43907A;
}
.TagClassName
{
border-color: #43907A;
}
</style>