Shades of Surfie Green #09707D
Tints of Surfie Green #09707D
RGB
CMYK
RGB Variations
Color information
#09707D (or 0x09707D) is known color: Surfie Green. HEX triplet: 09, 70 and 7D. RGB value is (9,112,125). Sum of RGB (Red+Green+Blue) = 9+112+125=246 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.66% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 125 (49.22% from 255 or 50.81% from 246); Max value from RGB is 125 - color contains mainly: blue. Hex color #09707D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09707D is #F68F82. Grayscale: #525252. Windows color (decimal): -16158595 or 8220681. OLE color: 8220681.
HSL color Cylindrical-coordinate representation of color #09707D: hue angle of 186.72º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09707D is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 112 | 125 | - |
| CMYK | 0.93 | 0.10 | 0 | 0.51 |
| HSL | 186.72º | 0.87% | 0.26% | - |
| HSV(B) | 186.72º | 0.93% | 0.49% | - |
| XYZ | 9.61 | 13.13 | 21.43 | - |
| YUV | 82.69 | 151.88 | 75.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 112 | 125 | 0.93 | 0.10 | 0 | 0.51 | 186.72 | 0.87 | 0.26 |
| Hex | 9 | 70 | 7D | 5D | A | 0 | 33 | BB | 57 | 1A |
| Octal | 11 | 160 | 175 | 135 | 12 | 0 | 63 | 273 | 127 | 32 |
| Binary | 1001 | 1110000 | 1111101 | 1011101 | 1010 | 0 | 110011 | 10111011 | 1010111 | 11010 |
Color Harmonies of #09707D
Complementary color
Monochromatic Colors of #09707D
Black with #09707D
Text Example
Text Example
White with #09707D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09707D; }
p { color: rgb(9,112,125); }
H1.HeaderClassName
{
color: #09707D;
}
.AnyTagClassName
{
color: #09707D;
}
</style>
background-color css
<style>
a { background-color: #09707D; }
a { background-color: rgb(9,112,125); }
div.DivClassName
{
background-color: #09707D;
}
.BgClassName
{
background-color: #09707D;
}
</style>
border-color css
<style>
span { border-color: #09707D; }
span { border-color: rgb(9,112,125); }
td.TdClassName
{
border-color: #09707D;
}
.TagClassName
{
border-color: #09707D;
}
</style>