Shades of Surfie Green #137F78
Tints of Surfie Green #137F78
RGB
CMYK
RGB Variations
Color information
#137F78 (or 0x137F78) is known color: Surfie Green. HEX triplet: 13, 7F and 78. RGB value is (19,127,120). Sum of RGB (Red+Green+Blue) = 19+127+120=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 127 (50% from 255 or 47.74% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 127 - color contains mainly: green. Hex color #137F78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137F78 is #EC8087. Grayscale: #5D5D5D. Windows color (decimal): -15499400 or 7896851. OLE color: 7896851.
HSL color Cylindrical-coordinate representation of color #137F78: hue angle of 176.11º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137F78 is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 127 | 120 | - |
| CMYK | 0.85 | 0 | 0.06 | 0.50 |
| HSL | 176.11º | 0.74% | 0.29% | - |
| HSV(B) | 176.11º | 0.85% | 0.5% | - |
| XYZ | 11.25 | 16.67 | 20.39 | - |
| YUV | 93.91 | 142.72 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 127 | 120 | 0.85 | 0 | 0.06 | 0.50 | 176.11 | 0.74 | 0.29 |
| Hex | 13 | 7F | 78 | 55 | 0 | 6 | 32 | B0 | 4A | 1D |
| Octal | 23 | 177 | 170 | 125 | 0 | 6 | 62 | 260 | 112 | 35 |
| Binary | 10011 | 1111111 | 1111000 | 1010101 | 0 | 110 | 110010 | 10110000 | 1001010 | 11101 |
Color Harmonies of #137F78
Complementary color
Monochromatic Colors of #137F78
Black with #137F78
Text Example
Text Example
White with #137F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137F78; }
p { color: rgb(19,127,120); }
H1.HeaderClassName
{
color: #137F78;
}
.AnyTagClassName
{
color: #137F78;
}
</style>
background-color css
<style>
a { background-color: #137F78; }
a { background-color: rgb(19,127,120); }
div.DivClassName
{
background-color: #137F78;
}
.BgClassName
{
background-color: #137F78;
}
</style>
border-color css
<style>
span { border-color: #137F78; }
span { border-color: rgb(19,127,120); }
td.TdClassName
{
border-color: #137F78;
}
.TagClassName
{
border-color: #137F78;
}
</style>