Shades of Surfie Green #017875
Tints of Surfie Green #017875
RGB
CMYK
RGB Variations
Color information
#017875 (or 0x017875) is known color: Surfie Green. HEX triplet: 01, 78 and 75. RGB value is (1,120,117). Sum of RGB (Red+Green+Blue) = 1+120+117=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 120 (47.27% from 255 or 50.42% from 238); Blue value is 117 (46.09% from 255 or 49.16% from 238); Max value from RGB is 120 - color contains mainly: green. Hex color #017875 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017875 is #FE878A. Grayscale: #535353. Windows color (decimal): -16680843 or 7698433. OLE color: 7698433.
HSL color Cylindrical-coordinate representation of color #017875: hue angle of 178.49º 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 #017875 is Cyan = 0.99, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 120 | 117 | - |
| CMYK | 0.99 | 0 | 0.02 | 0.53 |
| HSL | 178.49º | 0.98% | 0.24% | - |
| HSV(B) | 178.49º | 0.99% | 0.47% | - |
| XYZ | 9.94 | 14.72 | 19.15 | - |
| YUV | 84.08 | 146.58 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 120 | 117 | 0.99 | 0 | 0.02 | 0.53 | 178.49 | 0.98 | 0.24 |
| Hex | 1 | 78 | 75 | 63 | 0 | 2 | 35 | B2 | 62 | 18 |
| Octal | 1 | 170 | 165 | 143 | 0 | 2 | 65 | 262 | 142 | 30 |
| Binary | 1 | 1111000 | 1110101 | 1100011 | 0 | 10 | 110101 | 10110010 | 1100010 | 11000 |
Color Harmonies of #017875
Complementary color
Monochromatic Colors of #017875
Black with #017875
Text Example
Text Example
White with #017875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017875; }
p { color: rgb(1,120,117); }
H1.HeaderClassName
{
color: #017875;
}
.AnyTagClassName
{
color: #017875;
}
</style>
background-color css
<style>
a { background-color: #017875; }
a { background-color: rgb(1,120,117); }
div.DivClassName
{
background-color: #017875;
}
.BgClassName
{
background-color: #017875;
}
</style>
border-color css
<style>
span { border-color: #017875; }
span { border-color: rgb(1,120,117); }
td.TdClassName
{
border-color: #017875;
}
.TagClassName
{
border-color: #017875;
}
</style>