Shades of Surfie Green #0D6F75
Tints of Surfie Green #0D6F75
RGB
CMYK
RGB Variations
Color information
#0D6F75 (or 0x0D6F75) is known color: Surfie Green. HEX triplet: 0D, 6F and 75. RGB value is (13,111,117). Sum of RGB (Red+Green+Blue) = 13+111+117=241 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.39% from 241); Green value is 111 (43.75% from 255 or 46.06% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 117 - color contains mainly: blue. Hex color #0D6F75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6F75 is #F2908A. Grayscale: #525252. Windows color (decimal): -15896715 or 7696141. OLE color: 7696141.
HSL color Cylindrical-coordinate representation of color #0D6F75: hue angle of 183.46º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D6F75 is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 13 | 111 | 117 | - |
| CMYK | 0.89 | 0.05 | 0 | 0.54 |
| HSL | 183.46º | 0.8% | 0.25% | - |
| HSV(B) | 183.46º | 0.89% | 0.46% | - |
| XYZ | 9.06 | 12.74 | 18.81 | - |
| YUV | 82.38 | 147.53 | 78.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 111 | 117 | 0.89 | 0.05 | 0 | 0.54 | 183.46 | 0.8 | 0.25 |
| Hex | D | 6F | 75 | 59 | 5 | 0 | 36 | B7 | 50 | 19 |
| Octal | 15 | 157 | 165 | 131 | 5 | 0 | 66 | 267 | 120 | 31 |
| Binary | 1101 | 1101111 | 1110101 | 1011001 | 101 | 0 | 110110 | 10110111 | 1010000 | 11001 |
Color Harmonies of #0D6F75
Complementary color
Monochromatic Colors of #0D6F75
Black with #0D6F75
Text Example
Text Example
White with #0D6F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6F75; }
p { color: rgb(13,111,117); }
H1.HeaderClassName
{
color: #0D6F75;
}
.AnyTagClassName
{
color: #0D6F75;
}
</style>
background-color css
<style>
a { background-color: #0D6F75; }
a { background-color: rgb(13,111,117); }
div.DivClassName
{
background-color: #0D6F75;
}
.BgClassName
{
background-color: #0D6F75;
}
</style>
border-color css
<style>
span { border-color: #0D6F75; }
span { border-color: rgb(13,111,117); }
td.TdClassName
{
border-color: #0D6F75;
}
.TagClassName
{
border-color: #0D6F75;
}
</style>