Shades of Surfie Green #0D7975
Tints of Surfie Green #0D7975
RGB
CMYK
RGB Variations
Color information
#0D7975 (or 0x0D7975) is known color: Surfie Green. HEX triplet: 0D, 79 and 75. RGB value is (13,121,117). Sum of RGB (Red+Green+Blue) = 13+121+117=251 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.18% from 251); Green value is 121 (47.66% from 255 or 48.21% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 121 - color contains mainly: green. Hex color #0D7975 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7975 is #F2868A. Grayscale: #585858. Windows color (decimal): -15894155 or 7698701. OLE color: 7698701.
HSL color Cylindrical-coordinate representation of color #0D7975: hue angle of 177.78º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D7975 is Cyan = 0.89, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 13 | 121 | 117 | - |
| CMYK | 0.89 | 0 | 0.03 | 0.53 |
| HSL | 177.78º | 0.81% | 0.26% | - |
| HSV(B) | 177.78º | 0.89% | 0.47% | - |
| XYZ | 10.21 | 15.04 | 19.2 | - |
| YUV | 88.25 | 144.22 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 121 | 117 | 0.89 | 0 | 0.03 | 0.53 | 177.78 | 0.81 | 0.26 |
| Hex | D | 79 | 75 | 59 | 0 | 3 | 35 | B2 | 51 | 1A |
| Octal | 15 | 171 | 165 | 131 | 0 | 3 | 65 | 262 | 121 | 32 |
| Binary | 1101 | 1111001 | 1110101 | 1011001 | 0 | 11 | 110101 | 10110010 | 1010001 | 11010 |
Color Harmonies of #0D7975
Complementary color
Monochromatic Colors of #0D7975
Black with #0D7975
Text Example
Text Example
White with #0D7975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7975; }
p { color: rgb(13,121,117); }
H1.HeaderClassName
{
color: #0D7975;
}
.AnyTagClassName
{
color: #0D7975;
}
</style>
background-color css
<style>
a { background-color: #0D7975; }
a { background-color: rgb(13,121,117); }
div.DivClassName
{
background-color: #0D7975;
}
.BgClassName
{
background-color: #0D7975;
}
</style>
border-color css
<style>
span { border-color: #0D7975; }
span { border-color: rgb(13,121,117); }
td.TdClassName
{
border-color: #0D7975;
}
.TagClassName
{
border-color: #0D7975;
}
</style>