Shades of Surfie Green #017574
Tints of Surfie Green #017574
RGB
CMYK
RGB Variations
Color information
#017574 (or 0x017574) is known color: Surfie Green. HEX triplet: 01, 75 and 74. RGB value is (1,117,116). Sum of RGB (Red+Green+Blue) = 1+117+116=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 117 (46.09% from 255 or 50% from 234); Blue value is 116 (45.70% from 255 or 49.57% from 234); Max value from RGB is 117 - color contains mainly: green. Hex color #017574 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017574 is #FE8A8B. Grayscale: #525252. Windows color (decimal): -16681612 or 7632129. OLE color: 7632129.
HSL color Cylindrical-coordinate representation of color #017574: hue angle of 179.48º 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 #017574 is Cyan = 0.99, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 117 | 116 | - |
| CMYK | 0.99 | 0 | 0.01 | 0.54 |
| HSL | 179.48º | 0.98% | 0.23% | - |
| HSV(B) | 179.48º | 0.99% | 0.46% | - |
| XYZ | 9.53 | 13.99 | 18.72 | - |
| YUV | 82.2 | 147.07 | 70.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 117 | 116 | 0.99 | 0 | 0.01 | 0.54 | 179.48 | 0.98 | 0.23 |
| Hex | 1 | 75 | 74 | 63 | 0 | 1 | 36 | B3 | 62 | 17 |
| Octal | 1 | 165 | 164 | 143 | 0 | 1 | 66 | 263 | 142 | 27 |
| Binary | 1 | 1110101 | 1110100 | 1100011 | 0 | 1 | 110110 | 10110011 | 1100010 | 10111 |
Color Harmonies of #017574
Complementary color
Monochromatic Colors of #017574
Black with #017574
Text Example
Text Example
White with #017574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017574; }
p { color: rgb(1,117,116); }
H1.HeaderClassName
{
color: #017574;
}
.AnyTagClassName
{
color: #017574;
}
</style>
background-color css
<style>
a { background-color: #017574; }
a { background-color: rgb(1,117,116); }
div.DivClassName
{
background-color: #017574;
}
.BgClassName
{
background-color: #017574;
}
</style>
border-color css
<style>
span { border-color: #017574; }
span { border-color: rgb(1,117,116); }
td.TdClassName
{
border-color: #017574;
}
.TagClassName
{
border-color: #017574;
}
</style>