Shades of Surfie Green #017675
Tints of Surfie Green #017675
RGB
CMYK
RGB Variations
Color information
#017675 (or 0x017675) is known color: Surfie Green. HEX triplet: 01, 76 and 75. RGB value is (1,118,117). Sum of RGB (Red+Green+Blue) = 1+118+117=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 118 (46.48% from 255 or 50% from 236); Blue value is 117 (46.09% from 255 or 49.58% from 236); Max value from RGB is 118 - color contains mainly: green. Hex color #017675 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017675 is #FE898A. Grayscale: #525252. Windows color (decimal): -16681355 or 7697921. OLE color: 7697921.
HSL color Cylindrical-coordinate representation of color #017675: hue angle of 179.49º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017675 is Cyan = 0.99, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 118 | 117 | - |
| CMYK | 0.99 | 0 | 0.01 | 0.54 |
| HSL | 179.49º | 0.98% | 0.23% | - |
| HSV(B) | 179.49º | 0.99% | 0.46% | - |
| XYZ | 9.7 | 14.25 | 19.07 | - |
| YUV | 82.9 | 147.24 | 69.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 118 | 117 | 0.99 | 0 | 0.01 | 0.54 | 179.49 | 0.98 | 0.23 |
| Hex | 1 | 76 | 75 | 63 | 0 | 1 | 36 | B3 | 62 | 17 |
| Octal | 1 | 166 | 165 | 143 | 0 | 1 | 66 | 263 | 142 | 27 |
| Binary | 1 | 1110110 | 1110101 | 1100011 | 0 | 1 | 110110 | 10110011 | 1100010 | 10111 |
Color Harmonies of #017675
Complementary color
Monochromatic Colors of #017675
Black with #017675
Text Example
Text Example
White with #017675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017675; }
p { color: rgb(1,118,117); }
H1.HeaderClassName
{
color: #017675;
}
.AnyTagClassName
{
color: #017675;
}
</style>
background-color css
<style>
a { background-color: #017675; }
a { background-color: rgb(1,118,117); }
div.DivClassName
{
background-color: #017675;
}
.BgClassName
{
background-color: #017675;
}
</style>
border-color css
<style>
span { border-color: #017675; }
span { border-color: rgb(1,118,117); }
td.TdClassName
{
border-color: #017675;
}
.TagClassName
{
border-color: #017675;
}
</style>