Shades of Surfie Green #017578
Tints of Surfie Green #017578
RGB
CMYK
RGB Variations
Color information
#017578 (or 0x017578) is known color: Surfie Green. HEX triplet: 01, 75 and 78. RGB value is (1,117,120). Sum of RGB (Red+Green+Blue) = 1+117+120=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 117 (46.09% from 255 or 49.16% from 238); Blue value is 120 (47.27% from 255 or 50.42% from 238); Max value from RGB is 120 - color contains mainly: blue. Hex color #017578 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017578 is #FE8A87. Grayscale: #525252. Windows color (decimal): -16681608 or 7894273. OLE color: 7894273.
HSL color Cylindrical-coordinate representation of color #017578: hue angle of 181.51º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017578 is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 117 | 120 | - |
| CMYK | 0.99 | 0.02 | 0 | 0.53 |
| HSL | 181.51º | 0.98% | 0.24% | - |
| HSV(B) | 181.51º | 0.99% | 0.47% | - |
| XYZ | 9.76 | 14.09 | 19.97 | - |
| YUV | 82.66 | 149.07 | 69.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 117 | 120 | 0.99 | 0.02 | 0 | 0.53 | 181.51 | 0.98 | 0.24 |
| Hex | 1 | 75 | 78 | 63 | 2 | 0 | 35 | B6 | 62 | 18 |
| Octal | 1 | 165 | 170 | 143 | 2 | 0 | 65 | 266 | 142 | 30 |
| Binary | 1 | 1110101 | 1111000 | 1100011 | 10 | 0 | 110101 | 10110110 | 1100010 | 11000 |
Color Harmonies of #017578
Complementary color
Monochromatic Colors of #017578
Black with #017578
Text Example
Text Example
White with #017578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017578; }
p { color: rgb(1,117,120); }
H1.HeaderClassName
{
color: #017578;
}
.AnyTagClassName
{
color: #017578;
}
</style>
background-color css
<style>
a { background-color: #017578; }
a { background-color: rgb(1,117,120); }
div.DivClassName
{
background-color: #017578;
}
.BgClassName
{
background-color: #017578;
}
</style>
border-color css
<style>
span { border-color: #017578; }
span { border-color: rgb(1,117,120); }
td.TdClassName
{
border-color: #017578;
}
.TagClassName
{
border-color: #017578;
}
</style>