Shades of Lochinvar #468B7F
Tints of Lochinvar #468B7F
RGB
CMYK
RGB Variations
Color information
#468B7F (or 0x468B7F) is known color: Lochinvar. HEX triplet: 46, 8B and 7F. RGB value is (70,139,127). Sum of RGB (Red+Green+Blue) = 70+139+127=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 139 (54.69% from 255 or 41.37% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 139 - color contains mainly: green. Hex color #468B7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468B7F is #B97480. Grayscale: #747474. Windows color (decimal): -12153985 or 8358726. OLE color: 8358726.
HSL color Cylindrical-coordinate representation of color #468B7F: hue angle of 169.57º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #468B7F is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 139 | 127 | - |
| CMYK | 0.50 | 0 | 0.09 | 0.45 |
| HSL | 169.57º | 0.33% | 0.41% | - |
| HSV(B) | 169.57º | 0.5% | 0.55% | - |
| XYZ | 15.59 | 21.3 | 23.37 | - |
| YUV | 117 | 133.64 | 94.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 139 | 127 | 0.50 | 0 | 0.09 | 0.45 | 169.57 | 0.33 | 0.41 |
| Hex | 46 | 8B | 7F | 32 | 0 | 9 | 2D | AA | 21 | 29 |
| Octal | 106 | 213 | 177 | 62 | 0 | 11 | 55 | 252 | 41 | 51 |
| Binary | 1000110 | 10001011 | 1111111 | 110010 | 0 | 1001 | 101101 | 10101010 | 100001 | 101001 |
Color Harmonies of #468B7F
Complementary color
Monochromatic Colors of #468B7F
Black with #468B7F
Text Example
Text Example
White with #468B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468B7F; }
p { color: rgb(70,139,127); }
H1.HeaderClassName
{
color: #468B7F;
}
.AnyTagClassName
{
color: #468B7F;
}
</style>
background-color css
<style>
a { background-color: #468B7F; }
a { background-color: rgb(70,139,127); }
div.DivClassName
{
background-color: #468B7F;
}
.BgClassName
{
background-color: #468B7F;
}
</style>
border-color css
<style>
span { border-color: #468B7F; }
span { border-color: rgb(70,139,127); }
td.TdClassName
{
border-color: #468B7F;
}
.TagClassName
{
border-color: #468B7F;
}
</style>