Shades of Surfie Green #0D7779
Tints of Surfie Green #0D7779
RGB
CMYK
RGB Variations
Color information
#0D7779 (or 0x0D7779) is known color: Surfie Green. HEX triplet: 0D, 77 and 79. RGB value is (13,119,121). Sum of RGB (Red+Green+Blue) = 13+119+121=253 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.14% from 253); Green value is 119 (46.88% from 255 or 47.04% from 253); Blue value is 121 (47.66% from 255 or 47.83% from 253); Max value from RGB is 121 - color contains mainly: blue. Hex color #0D7779 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7779 is #F28886. Grayscale: #575757. Windows color (decimal): -15894663 or 7960333. OLE color: 7960333.
HSL color Cylindrical-coordinate representation of color #0D7779: hue angle of 181.11º 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 #0D7779 is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 13 | 119 | 121 | - |
| CMYK | 0.89 | 0.02 | 0 | 0.53 |
| HSL | 181.11º | 0.81% | 0.26% | - |
| HSV(B) | 181.11º | 0.89% | 0.47% | - |
| XYZ | 10.21 | 14.66 | 20.38 | - |
| YUV | 87.53 | 146.88 | 74.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 119 | 121 | 0.89 | 0.02 | 0 | 0.53 | 181.11 | 0.81 | 0.26 |
| Hex | D | 77 | 79 | 59 | 2 | 0 | 35 | B5 | 51 | 1A |
| Octal | 15 | 167 | 171 | 131 | 2 | 0 | 65 | 265 | 121 | 32 |
| Binary | 1101 | 1110111 | 1111001 | 1011001 | 10 | 0 | 110101 | 10110101 | 1010001 | 11010 |
Color Harmonies of #0D7779
Complementary color
Monochromatic Colors of #0D7779
Black with #0D7779
Text Example
Text Example
White with #0D7779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7779; }
p { color: rgb(13,119,121); }
H1.HeaderClassName
{
color: #0D7779;
}
.AnyTagClassName
{
color: #0D7779;
}
</style>
background-color css
<style>
a { background-color: #0D7779; }
a { background-color: rgb(13,119,121); }
div.DivClassName
{
background-color: #0D7779;
}
.BgClassName
{
background-color: #0D7779;
}
</style>
border-color css
<style>
span { border-color: #0D7779; }
span { border-color: rgb(13,119,121); }
td.TdClassName
{
border-color: #0D7779;
}
.TagClassName
{
border-color: #0D7779;
}
</style>