Shades of Surfie Green #0D757D
Tints of Surfie Green #0D757D
RGB
CMYK
RGB Variations
Color information
#0D757D (or 0x0D757D) is known color: Surfie Green. HEX triplet: 0D, 75 and 7D. RGB value is (13,117,125). Sum of RGB (Red+Green+Blue) = 13+117+125=255 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.10% from 255); Green value is 117 (46.09% from 255 or 45.88% from 255); Blue value is 125 (49.22% from 255 or 49.02% from 255); Max value from RGB is 125 - color contains mainly: blue. Hex color #0D757D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D757D is #F28A82. Grayscale: #565656. Windows color (decimal): -15895171 or 8221965. OLE color: 8221965.
HSL color Cylindrical-coordinate representation of color #0D757D: hue angle of 184.29º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D757D is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 13 | 117 | 125 | - |
| CMYK | 0.90 | 0.06 | 0 | 0.51 |
| HSL | 184.29º | 0.81% | 0.27% | - |
| HSV(B) | 184.29º | 0.9% | 0.49% | - |
| XYZ | 10.23 | 14.29 | 21.62 | - |
| YUV | 86.82 | 149.54 | 75.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 117 | 125 | 0.90 | 0.06 | 0 | 0.51 | 184.29 | 0.81 | 0.27 |
| Hex | D | 75 | 7D | 5A | 6 | 0 | 33 | B8 | 51 | 1B |
| Octal | 15 | 165 | 175 | 132 | 6 | 0 | 63 | 270 | 121 | 33 |
| Binary | 1101 | 1110101 | 1111101 | 1011010 | 110 | 0 | 110011 | 10111000 | 1010001 | 11011 |
Color Harmonies of #0D757D
Complementary color
Monochromatic Colors of #0D757D
Black with #0D757D
Text Example
Text Example
White with #0D757D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D757D; }
p { color: rgb(13,117,125); }
H1.HeaderClassName
{
color: #0D757D;
}
.AnyTagClassName
{
color: #0D757D;
}
</style>
background-color css
<style>
a { background-color: #0D757D; }
a { background-color: rgb(13,117,125); }
div.DivClassName
{
background-color: #0D757D;
}
.BgClassName
{
background-color: #0D757D;
}
</style>
border-color css
<style>
span { border-color: #0D757D; }
span { border-color: rgb(13,117,125); }
td.TdClassName
{
border-color: #0D757D;
}
.TagClassName
{
border-color: #0D757D;
}
</style>