Shades of Surfie Green #0D7476
Tints of Surfie Green #0D7476
RGB
CMYK
RGB Variations
Color information
#0D7476 (or 0x0D7476) is known color: Surfie Green. HEX triplet: 0D, 74 and 76. RGB value is (13,116,118). Sum of RGB (Red+Green+Blue) = 13+116+118=247 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.26% from 247); Green value is 116 (45.70% from 255 or 46.96% from 247); Blue value is 118 (46.48% from 255 or 47.77% from 247); Max value from RGB is 118 - color contains mainly: blue. Hex color #0D7476 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7476 is #F28B89. Grayscale: #555555. Windows color (decimal): -15895434 or 7762957. OLE color: 7762957.
HSL color Cylindrical-coordinate representation of color #0D7476: hue angle of 181.14º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D7476 is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 13 | 116 | 118 | - |
| CMYK | 0.89 | 0.02 | 0 | 0.54 |
| HSL | 181.14º | 0.8% | 0.26% | - |
| HSV(B) | 181.14º | 0.89% | 0.46% | - |
| XYZ | 9.68 | 13.88 | 19.31 | - |
| YUV | 85.43 | 146.38 | 76.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 116 | 118 | 0.89 | 0.02 | 0 | 0.54 | 181.14 | 0.8 | 0.26 |
| Hex | D | 74 | 76 | 59 | 2 | 0 | 36 | B5 | 50 | 1A |
| Octal | 15 | 164 | 166 | 131 | 2 | 0 | 66 | 265 | 120 | 32 |
| Binary | 1101 | 1110100 | 1110110 | 1011001 | 10 | 0 | 110110 | 10110101 | 1010000 | 11010 |
Color Harmonies of #0D7476
Complementary color
Monochromatic Colors of #0D7476
Black with #0D7476
Text Example
Text Example
White with #0D7476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7476; }
p { color: rgb(13,116,118); }
H1.HeaderClassName
{
color: #0D7476;
}
.AnyTagClassName
{
color: #0D7476;
}
</style>
background-color css
<style>
a { background-color: #0D7476; }
a { background-color: rgb(13,116,118); }
div.DivClassName
{
background-color: #0D7476;
}
.BgClassName
{
background-color: #0D7476;
}
</style>
border-color css
<style>
span { border-color: #0D7476; }
span { border-color: rgb(13,116,118); }
td.TdClassName
{
border-color: #0D7476;
}
.TagClassName
{
border-color: #0D7476;
}
</style>