Shades of Surfie Green #017C74
Tints of Surfie Green #017C74
RGB
CMYK
RGB Variations
Color information
#017C74 (or 0x017C74) is known color: Surfie Green. HEX triplet: 01, 7C and 74. RGB value is (1,124,116). Sum of RGB (Red+Green+Blue) = 1+124+116=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 124 (48.83% from 255 or 51.45% from 241); Blue value is 116 (45.70% from 255 or 48.13% from 241); Max value from RGB is 124 - color contains mainly: green. Hex color #017C74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017C74 is #FE838B. Grayscale: #565656. Windows color (decimal): -16679820 or 7633921. OLE color: 7633921.
HSL color Cylindrical-coordinate representation of color #017C74: hue angle of 176.1º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017C74 is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 124 | 116 | - |
| CMYK | 0.99 | 0 | 0.06 | 0.51 |
| HSL | 176.1º | 0.98% | 0.25% | - |
| HSV(B) | 176.1º | 0.99% | 0.49% | - |
| XYZ | 10.37 | 15.68 | 19 | - |
| YUV | 86.31 | 144.75 | 67.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 124 | 116 | 0.99 | 0 | 0.06 | 0.51 | 176.1 | 0.98 | 0.25 |
| Hex | 1 | 7C | 74 | 63 | 0 | 6 | 33 | B0 | 62 | 19 |
| Octal | 1 | 174 | 164 | 143 | 0 | 6 | 63 | 260 | 142 | 31 |
| Binary | 1 | 1111100 | 1110100 | 1100011 | 0 | 110 | 110011 | 10110000 | 1100010 | 11001 |
Color Harmonies of #017C74
Complementary color
Monochromatic Colors of #017C74
Black with #017C74
Text Example
Text Example
White with #017C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017C74; }
p { color: rgb(1,124,116); }
H1.HeaderClassName
{
color: #017C74;
}
.AnyTagClassName
{
color: #017C74;
}
</style>
background-color css
<style>
a { background-color: #017C74; }
a { background-color: rgb(1,124,116); }
div.DivClassName
{
background-color: #017C74;
}
.BgClassName
{
background-color: #017C74;
}
</style>
border-color css
<style>
span { border-color: #017C74; }
span { border-color: rgb(1,124,116); }
td.TdClassName
{
border-color: #017C74;
}
.TagClassName
{
border-color: #017C74;
}
</style>