Shades of Surfie Green #0F747D
Tints of Surfie Green #0F747D
RGB
CMYK
RGB Variations
Color information
#0F747D (or 0x0F747D) is known color: Surfie Green. HEX triplet: 0F, 74 and 7D. RGB value is (15,116,125). Sum of RGB (Red+Green+Blue) = 15+116+125=256 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.86% from 256); Green value is 116 (45.70% from 255 or 45.31% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 125 - color contains mainly: blue. Hex color #0F747D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F747D is #F08B82. Grayscale: #565656. Windows color (decimal): -15764355 or 8221711. OLE color: 8221711.
HSL color Cylindrical-coordinate representation of color #0F747D: hue angle of 184.91º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F747D is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 15 | 116 | 125 | - |
| CMYK | 0.88 | 0.07 | 0 | 0.51 |
| HSL | 184.91º | 0.79% | 0.27% | - |
| HSV(B) | 184.91º | 0.88% | 0.49% | - |
| XYZ | 10.14 | 14.07 | 21.58 | - |
| YUV | 86.83 | 149.54 | 76.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 116 | 125 | 0.88 | 0.07 | 0 | 0.51 | 184.91 | 0.79 | 0.27 |
| Hex | F | 74 | 7D | 58 | 7 | 0 | 33 | B9 | 4F | 1B |
| Octal | 17 | 164 | 175 | 130 | 7 | 0 | 63 | 271 | 117 | 33 |
| Binary | 1111 | 1110100 | 1111101 | 1011000 | 111 | 0 | 110011 | 10111001 | 1001111 | 11011 |
Color Harmonies of #0F747D
Complementary color
Monochromatic Colors of #0F747D
Black with #0F747D
Text Example
Text Example
White with #0F747D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F747D; }
p { color: rgb(15,116,125); }
H1.HeaderClassName
{
color: #0F747D;
}
.AnyTagClassName
{
color: #0F747D;
}
</style>
background-color css
<style>
a { background-color: #0F747D; }
a { background-color: rgb(15,116,125); }
div.DivClassName
{
background-color: #0F747D;
}
.BgClassName
{
background-color: #0F747D;
}
</style>
border-color css
<style>
span { border-color: #0F747D; }
span { border-color: rgb(15,116,125); }
td.TdClassName
{
border-color: #0F747D;
}
.TagClassName
{
border-color: #0F747D;
}
</style>