Shades of Surfie Green #017573
Tints of Surfie Green #017573
RGB
CMYK
RGB Variations
Color information
#017573 (or 0x017573) is known color: Surfie Green. HEX triplet: 01, 75 and 73. RGB value is (1,117,115). Sum of RGB (Red+Green+Blue) = 1+117+115=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 117 (46.09% from 255 or 50.21% from 233); Blue value is 115 (45.31% from 255 or 49.36% from 233); Max value from RGB is 117 - color contains mainly: green. Hex color #017573 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017573 is #FE8A8C. Grayscale: #515151. Windows color (decimal): -16681613 or 7566593. OLE color: 7566593.
HSL color Cylindrical-coordinate representation of color #017573: hue angle of 178.97º 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 #017573 is Cyan = 0.99, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 117 | 115 | - |
| CMYK | 0.99 | 0 | 0.02 | 0.54 |
| HSL | 178.97º | 0.98% | 0.23% | - |
| HSV(B) | 178.97º | 0.99% | 0.46% | - |
| XYZ | 9.47 | 13.97 | 18.42 | - |
| YUV | 82.09 | 146.57 | 70.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 117 | 115 | 0.99 | 0 | 0.02 | 0.54 | 178.97 | 0.98 | 0.23 |
| Hex | 1 | 75 | 73 | 63 | 0 | 2 | 36 | B3 | 62 | 17 |
| Octal | 1 | 165 | 163 | 143 | 0 | 2 | 66 | 263 | 142 | 27 |
| Binary | 1 | 1110101 | 1110011 | 1100011 | 0 | 10 | 110110 | 10110011 | 1100010 | 10111 |
Color Harmonies of #017573
Complementary color
Monochromatic Colors of #017573
Black with #017573
Text Example
Text Example
White with #017573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017573; }
p { color: rgb(1,117,115); }
H1.HeaderClassName
{
color: #017573;
}
.AnyTagClassName
{
color: #017573;
}
</style>
background-color css
<style>
a { background-color: #017573; }
a { background-color: rgb(1,117,115); }
div.DivClassName
{
background-color: #017573;
}
.BgClassName
{
background-color: #017573;
}
</style>
border-color css
<style>
span { border-color: #017573; }
span { border-color: rgb(1,117,115); }
td.TdClassName
{
border-color: #017573;
}
.TagClassName
{
border-color: #017573;
}
</style>