Shades of Surfie Green #017476
Tints of Surfie Green #017476
RGB
CMYK
RGB Variations
Color information
#017476 (or 0x017476) is known color: Surfie Green. HEX triplet: 01, 74 and 76. RGB value is (1,116,118). Sum of RGB (Red+Green+Blue) = 1+116+118=235 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 235); Green value is 116 (45.70% from 255 or 49.36% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #017476 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017476 is #FE8B89. Grayscale: #515151. Windows color (decimal): -16681866 or 7762945. OLE color: 7762945.
HSL color Cylindrical-coordinate representation of color #017476: hue angle of 181.03º 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 #017476 is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 116 | 118 | - |
| CMYK | 0.99 | 0.02 | 0 | 0.54 |
| HSL | 181.03º | 0.98% | 0.23% | - |
| HSV(B) | 181.03º | 0.99% | 0.46% | - |
| XYZ | 9.53 | 13.81 | 19.3 | - |
| YUV | 81.84 | 148.4 | 70.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 116 | 118 | 0.99 | 0.02 | 0 | 0.54 | 181.03 | 0.98 | 0.23 |
| Hex | 1 | 74 | 76 | 63 | 2 | 0 | 36 | B5 | 62 | 17 |
| Octal | 1 | 164 | 166 | 143 | 2 | 0 | 66 | 265 | 142 | 27 |
| Binary | 1 | 1110100 | 1110110 | 1100011 | 10 | 0 | 110110 | 10110101 | 1100010 | 10111 |
Color Harmonies of #017476
Complementary color
Monochromatic Colors of #017476
Black with #017476
Text Example
Text Example
White with #017476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017476; }
p { color: rgb(1,116,118); }
H1.HeaderClassName
{
color: #017476;
}
.AnyTagClassName
{
color: #017476;
}
</style>
background-color css
<style>
a { background-color: #017476; }
a { background-color: rgb(1,116,118); }
div.DivClassName
{
background-color: #017476;
}
.BgClassName
{
background-color: #017476;
}
</style>
border-color css
<style>
span { border-color: #017476; }
span { border-color: rgb(1,116,118); }
td.TdClassName
{
border-color: #017476;
}
.TagClassName
{
border-color: #017476;
}
</style>