Shades of Surfie Green #147A78
Tints of Surfie Green #147A78
RGB
CMYK
RGB Variations
Color information
#147A78 (or 0x147A78) is known color: Surfie Green. HEX triplet: 14, 7A and 78. RGB value is (20,122,120). Sum of RGB (Red+Green+Blue) = 20+122+120=262 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.63% from 262); Green value is 122 (48.05% from 255 or 46.56% from 262); Blue value is 120 (47.27% from 255 or 45.80% from 262); Max value from RGB is 122 - color contains mainly: green. Hex color #147A78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147A78 is #EB8587. Grayscale: #5B5B5B. Windows color (decimal): -15435144 or 7895572. OLE color: 7895572.
HSL color Cylindrical-coordinate representation of color #147A78: hue angle of 178.82º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147A78 is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 20 | 122 | 120 | - |
| CMYK | 0.84 | 0 | 0.02 | 0.52 |
| HSL | 178.82º | 0.72% | 0.28% | - |
| HSV(B) | 178.82º | 0.84% | 0.48% | - |
| XYZ | 10.64 | 15.42 | 20.19 | - |
| YUV | 91.27 | 144.21 | 77.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 122 | 120 | 0.84 | 0 | 0.02 | 0.52 | 178.82 | 0.72 | 0.28 |
| Hex | 14 | 7A | 78 | 54 | 0 | 2 | 34 | B3 | 48 | 1C |
| Octal | 24 | 172 | 170 | 124 | 0 | 2 | 64 | 263 | 110 | 34 |
| Binary | 10100 | 1111010 | 1111000 | 1010100 | 0 | 10 | 110100 | 10110011 | 1001000 | 11100 |
Color Harmonies of #147A78
Complementary color
Monochromatic Colors of #147A78
Black with #147A78
Text Example
Text Example
White with #147A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147A78; }
p { color: rgb(20,122,120); }
H1.HeaderClassName
{
color: #147A78;
}
.AnyTagClassName
{
color: #147A78;
}
</style>
background-color css
<style>
a { background-color: #147A78; }
a { background-color: rgb(20,122,120); }
div.DivClassName
{
background-color: #147A78;
}
.BgClassName
{
background-color: #147A78;
}
</style>
border-color css
<style>
span { border-color: #147A78; }
span { border-color: rgb(20,122,120); }
td.TdClassName
{
border-color: #147A78;
}
.TagClassName
{
border-color: #147A78;
}
</style>