Shades of Surfie Green #147F77
Tints of Surfie Green #147F77
RGB
CMYK
RGB Variations
Color information
#147F77 (or 0x147F77) is known color: Surfie Green. HEX triplet: 14, 7F and 77. RGB value is (20,127,119). Sum of RGB (Red+Green+Blue) = 20+127+119=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 127 (50% from 255 or 47.74% from 266); Blue value is 119 (46.88% from 255 or 44.74% from 266); Max value from RGB is 127 - color contains mainly: green. Hex color #147F77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147F77 is #EB8088. Grayscale: #5E5E5E. Windows color (decimal): -15433865 or 7831316. OLE color: 7831316.
HSL color Cylindrical-coordinate representation of color #147F77: hue angle of 175.51º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147F77 is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 20 | 127 | 119 | - |
| CMYK | 0.84 | 0 | 0.06 | 0.50 |
| HSL | 175.51º | 0.73% | 0.29% | - |
| HSV(B) | 175.51º | 0.84% | 0.5% | - |
| XYZ | 11.21 | 16.66 | 20.08 | - |
| YUV | 94.1 | 142.05 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 127 | 119 | 0.84 | 0 | 0.06 | 0.50 | 175.51 | 0.73 | 0.29 |
| Hex | 14 | 7F | 77 | 54 | 0 | 6 | 32 | B0 | 49 | 1D |
| Octal | 24 | 177 | 167 | 124 | 0 | 6 | 62 | 260 | 111 | 35 |
| Binary | 10100 | 1111111 | 1110111 | 1010100 | 0 | 110 | 110010 | 10110000 | 1001001 | 11101 |
Color Harmonies of #147F77
Complementary color
Monochromatic Colors of #147F77
Black with #147F77
Text Example
Text Example
White with #147F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147F77; }
p { color: rgb(20,127,119); }
H1.HeaderClassName
{
color: #147F77;
}
.AnyTagClassName
{
color: #147F77;
}
</style>
background-color css
<style>
a { background-color: #147F77; }
a { background-color: rgb(20,127,119); }
div.DivClassName
{
background-color: #147F77;
}
.BgClassName
{
background-color: #147F77;
}
</style>
border-color css
<style>
span { border-color: #147F77; }
span { border-color: rgb(20,127,119); }
td.TdClassName
{
border-color: #147F77;
}
.TagClassName
{
border-color: #147F77;
}
</style>