Shades of Surfie Green #09717C
Tints of Surfie Green #09717C
RGB
CMYK
RGB Variations
Color information
#09717C (or 0x09717C) is known color: Surfie Green. HEX triplet: 09, 71 and 7C. RGB value is (9,113,124). Sum of RGB (Red+Green+Blue) = 9+113+124=246 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.66% from 246); Green value is 113 (44.53% from 255 or 45.93% from 246); Blue value is 124 (48.83% from 255 or 50.41% from 246); Max value from RGB is 124 - color contains mainly: blue. Hex color #09717C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09717C is #F68E83. Grayscale: #535353. Windows color (decimal): -16158340 or 8155401. OLE color: 8155401.
HSL color Cylindrical-coordinate representation of color #09717C: hue angle of 185.74º degrees, saturation: 0.86, 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 #09717C is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 113 | 124 | - |
| CMYK | 0.93 | 0.09 | 0 | 0.51 |
| HSL | 185.74º | 0.86% | 0.26% | - |
| HSV(B) | 185.74º | 0.93% | 0.49% | - |
| XYZ | 9.66 | 13.32 | 21.13 | - |
| YUV | 83.16 | 151.04 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 113 | 124 | 0.93 | 0.09 | 0 | 0.51 | 185.74 | 0.86 | 0.26 |
| Hex | 9 | 71 | 7C | 5D | 9 | 0 | 33 | BA | 56 | 1A |
| Octal | 11 | 161 | 174 | 135 | 11 | 0 | 63 | 272 | 126 | 32 |
| Binary | 1001 | 1110001 | 1111100 | 1011101 | 1001 | 0 | 110011 | 10111010 | 1010110 | 11010 |
Color Harmonies of #09717C
Complementary color
Monochromatic Colors of #09717C
Black with #09717C
Text Example
Text Example
White with #09717C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09717C; }
p { color: rgb(9,113,124); }
H1.HeaderClassName
{
color: #09717C;
}
.AnyTagClassName
{
color: #09717C;
}
</style>
background-color css
<style>
a { background-color: #09717C; }
a { background-color: rgb(9,113,124); }
div.DivClassName
{
background-color: #09717C;
}
.BgClassName
{
background-color: #09717C;
}
</style>
border-color css
<style>
span { border-color: #09717C; }
span { border-color: rgb(9,113,124); }
td.TdClassName
{
border-color: #09717C;
}
.TagClassName
{
border-color: #09717C;
}
</style>