Shades of Surfie Green #137F76
Tints of Surfie Green #137F76
RGB
CMYK
RGB Variations
Color information
#137F76 (or 0x137F76) is known color: Surfie Green. HEX triplet: 13, 7F and 76. RGB value is (19,127,118). Sum of RGB (Red+Green+Blue) = 19+127+118=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 127 (50% from 255 or 48.11% from 264); Blue value is 118 (46.48% from 255 or 44.70% from 264); Max value from RGB is 127 - color contains mainly: green. Hex color #137F76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137F76 is #EC8089. Grayscale: #5D5D5D. Windows color (decimal): -15499402 or 7765779. OLE color: 7765779.
HSL color Cylindrical-coordinate representation of color #137F76: hue angle of 175º 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 #137F76 is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 127 | 118 | - |
| CMYK | 0.85 | 0 | 0.07 | 0.50 |
| HSL | 175º | 0.74% | 0.29% | - |
| HSV(B) | 175º | 0.85% | 0.5% | - |
| XYZ | 11.13 | 16.63 | 19.76 | - |
| YUV | 93.68 | 141.72 | 74.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 127 | 118 | 0.85 | 0 | 0.07 | 0.50 | 175 | 0.74 | 0.29 |
| Hex | 13 | 7F | 76 | 55 | 0 | 7 | 32 | AF | 4A | 1D |
| Octal | 23 | 177 | 166 | 125 | 0 | 7 | 62 | 257 | 112 | 35 |
| Binary | 10011 | 1111111 | 1110110 | 1010101 | 0 | 111 | 110010 | 10101111 | 1001010 | 11101 |
Color Harmonies of #137F76
Complementary color
Monochromatic Colors of #137F76
Black with #137F76
Text Example
Text Example
White with #137F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137F76; }
p { color: rgb(19,127,118); }
H1.HeaderClassName
{
color: #137F76;
}
.AnyTagClassName
{
color: #137F76;
}
</style>
background-color css
<style>
a { background-color: #137F76; }
a { background-color: rgb(19,127,118); }
div.DivClassName
{
background-color: #137F76;
}
.BgClassName
{
background-color: #137F76;
}
</style>
border-color css
<style>
span { border-color: #137F76; }
span { border-color: rgb(19,127,118); }
td.TdClassName
{
border-color: #137F76;
}
.TagClassName
{
border-color: #137F76;
}
</style>