Shades of Surfie Green #0F727B
Tints of Surfie Green #0F727B
RGB
CMYK
RGB Variations
Color information
#0F727B (or 0x0F727B) is known color: Surfie Green. HEX triplet: 0F, 72 and 7B. RGB value is (15,114,123). Sum of RGB (Red+Green+Blue) = 15+114+123=252 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.95% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 123 (48.44% from 255 or 48.81% from 252); Max value from RGB is 123 - color contains mainly: blue. Hex color #0F727B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F727B is #F08D84. Grayscale: #555555. Windows color (decimal): -15764869 or 8090127. OLE color: 8090127.
HSL color Cylindrical-coordinate representation of color #0F727B: hue angle of 185º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F727B is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 15 | 114 | 123 | - |
| CMYK | 0.88 | 0.07 | 0 | 0.52 |
| HSL | 185º | 0.78% | 0.27% | - |
| HSV(B) | 185º | 0.88% | 0.48% | - |
| XYZ | 9.79 | 13.57 | 20.84 | - |
| YUV | 85.43 | 149.2 | 77.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 114 | 123 | 0.88 | 0.07 | 0 | 0.52 | 185 | 0.78 | 0.27 |
| Hex | F | 72 | 7B | 58 | 7 | 0 | 34 | B9 | 4E | 1B |
| Octal | 17 | 162 | 173 | 130 | 7 | 0 | 64 | 271 | 116 | 33 |
| Binary | 1111 | 1110010 | 1111011 | 1011000 | 111 | 0 | 110100 | 10111001 | 1001110 | 11011 |
Color Harmonies of #0F727B
Complementary color
Monochromatic Colors of #0F727B
Black with #0F727B
Text Example
Text Example
White with #0F727B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F727B; }
p { color: rgb(15,114,123); }
H1.HeaderClassName
{
color: #0F727B;
}
.AnyTagClassName
{
color: #0F727B;
}
</style>
background-color css
<style>
a { background-color: #0F727B; }
a { background-color: rgb(15,114,123); }
div.DivClassName
{
background-color: #0F727B;
}
.BgClassName
{
background-color: #0F727B;
}
</style>
border-color css
<style>
span { border-color: #0F727B; }
span { border-color: rgb(15,114,123); }
td.TdClassName
{
border-color: #0F727B;
}
.TagClassName
{
border-color: #0F727B;
}
</style>