Shades of Surfie Green #0E6F75
Tints of Surfie Green #0E6F75
RGB
CMYK
RGB Variations
Color information
#0E6F75 (or 0x0E6F75) is known color: Surfie Green. HEX triplet: 0E, 6F and 75. RGB value is (14,111,117). Sum of RGB (Red+Green+Blue) = 14+111+117=242 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.79% from 242); Green value is 111 (43.75% from 255 or 45.87% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #0E6F75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6F75 is #F1908A. Grayscale: #525252. Windows color (decimal): -15831179 or 7696142. OLE color: 7696142.
HSL color Cylindrical-coordinate representation of color #0E6F75: hue angle of 183.5º 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 #0E6F75 is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 14 | 111 | 117 | - |
| CMYK | 0.88 | 0.05 | 0 | 0.54 |
| HSL | 183.5º | 0.79% | 0.26% | - |
| HSV(B) | 183.5º | 0.88% | 0.46% | - |
| XYZ | 9.08 | 12.75 | 18.81 | - |
| YUV | 82.68 | 147.36 | 79.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 111 | 117 | 0.88 | 0.05 | 0 | 0.54 | 183.5 | 0.79 | 0.26 |
| Hex | E | 6F | 75 | 58 | 5 | 0 | 36 | B7 | 4F | 1A |
| Octal | 16 | 157 | 165 | 130 | 5 | 0 | 66 | 267 | 117 | 32 |
| Binary | 1110 | 1101111 | 1110101 | 1011000 | 101 | 0 | 110110 | 10110111 | 1001111 | 11010 |
Color Harmonies of #0E6F75
Complementary color
Monochromatic Colors of #0E6F75
Black with #0E6F75
Text Example
Text Example
White with #0E6F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6F75; }
p { color: rgb(14,111,117); }
H1.HeaderClassName
{
color: #0E6F75;
}
.AnyTagClassName
{
color: #0E6F75;
}
</style>
background-color css
<style>
a { background-color: #0E6F75; }
a { background-color: rgb(14,111,117); }
div.DivClassName
{
background-color: #0E6F75;
}
.BgClassName
{
background-color: #0E6F75;
}
</style>
border-color css
<style>
span { border-color: #0E6F75; }
span { border-color: rgb(14,111,117); }
td.TdClassName
{
border-color: #0E6F75;
}
.TagClassName
{
border-color: #0E6F75;
}
</style>