Shades of Surfie Green #0E7076
Tints of Surfie Green #0E7076
RGB
CMYK
RGB Variations
Color information
#0E7076 (or 0x0E7076) is known color: Surfie Green. HEX triplet: 0E, 70 and 76. RGB value is (14,112,118). Sum of RGB (Red+Green+Blue) = 14+112+118=244 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.74% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 118 (46.48% from 255 or 48.36% from 244); Max value from RGB is 118 - color contains mainly: blue. Hex color #0E7076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7076 is #F18F89. Grayscale: #535353. Windows color (decimal): -15830922 or 7761934. OLE color: 7761934.
HSL color Cylindrical-coordinate representation of color #0E7076: hue angle of 183.46º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7076 is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 14 | 112 | 118 | - |
| CMYK | 0.88 | 0.05 | 0 | 0.54 |
| HSL | 183.46º | 0.79% | 0.26% | - |
| HSV(B) | 183.46º | 0.88% | 0.46% | - |
| XYZ | 9.25 | 12.99 | 19.16 | - |
| YUV | 83.38 | 147.53 | 78.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 112 | 118 | 0.88 | 0.05 | 0 | 0.54 | 183.46 | 0.79 | 0.26 |
| Hex | E | 70 | 76 | 58 | 5 | 0 | 36 | B7 | 4F | 1A |
| Octal | 16 | 160 | 166 | 130 | 5 | 0 | 66 | 267 | 117 | 32 |
| Binary | 1110 | 1110000 | 1110110 | 1011000 | 101 | 0 | 110110 | 10110111 | 1001111 | 11010 |
Color Harmonies of #0E7076
Complementary color
Monochromatic Colors of #0E7076
Black with #0E7076
Text Example
Text Example
White with #0E7076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7076; }
p { color: rgb(14,112,118); }
H1.HeaderClassName
{
color: #0E7076;
}
.AnyTagClassName
{
color: #0E7076;
}
</style>
background-color css
<style>
a { background-color: #0E7076; }
a { background-color: rgb(14,112,118); }
div.DivClassName
{
background-color: #0E7076;
}
.BgClassName
{
background-color: #0E7076;
}
</style>
border-color css
<style>
span { border-color: #0E7076; }
span { border-color: rgb(14,112,118); }
td.TdClassName
{
border-color: #0E7076;
}
.TagClassName
{
border-color: #0E7076;
}
</style>