Shades of Lochinvar #47977F
Tints of Lochinvar #47977F
RGB
CMYK
RGB Variations
Color information
#47977F (or 0x47977F) is known color: Lochinvar. HEX triplet: 47, 97 and 7F. RGB value is (71,151,127). Sum of RGB (Red+Green+Blue) = 71+151+127=349 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.34% from 349); Green value is 151 (59.38% from 255 or 43.27% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 151 - color contains mainly: green. Hex color #47977F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47977F is #B86880. Grayscale: #7C7C7C. Windows color (decimal): -12085377 or 8361799. OLE color: 8361799.
HSL color Cylindrical-coordinate representation of color #47977F: hue angle of 162º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #47977F is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 71 | 151 | 127 | - |
| CMYK | 0.53 | 0 | 0.16 | 0.41 |
| HSL | 162º | 0.36% | 0.44% | - |
| HSV(B) | 162º | 0.53% | 0.59% | - |
| XYZ | 17.5 | 25.01 | 23.98 | - |
| YUV | 124.34 | 129.5 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 151 | 127 | 0.53 | 0 | 0.16 | 0.41 | 162 | 0.36 | 0.44 |
| Hex | 47 | 97 | 7F | 35 | 0 | 10 | 29 | A2 | 24 | 2C |
| Octal | 107 | 227 | 177 | 65 | 0 | 20 | 51 | 242 | 44 | 54 |
| Binary | 1000111 | 10010111 | 1111111 | 110101 | 0 | 10000 | 101001 | 10100010 | 100100 | 101100 |
Color Harmonies of #47977F
Complementary color
Monochromatic Colors of #47977F
Black with #47977F
Text Example
Text Example
White with #47977F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47977F; }
p { color: rgb(71,151,127); }
H1.HeaderClassName
{
color: #47977F;
}
.AnyTagClassName
{
color: #47977F;
}
</style>
background-color css
<style>
a { background-color: #47977F; }
a { background-color: rgb(71,151,127); }
div.DivClassName
{
background-color: #47977F;
}
.BgClassName
{
background-color: #47977F;
}
</style>
border-color css
<style>
span { border-color: #47977F; }
span { border-color: rgb(71,151,127); }
td.TdClassName
{
border-color: #47977F;
}
.TagClassName
{
border-color: #47977F;
}
</style>