Shades of Surfie Green #017E74
Tints of Surfie Green #017E74
RGB
CMYK
RGB Variations
Color information
#017E74 (or 0x017E74) is known color: Surfie Green. HEX triplet: 01, 7E and 74. RGB value is (1,126,116). Sum of RGB (Red+Green+Blue) = 1+126+116=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 126 (49.61% from 255 or 51.85% from 243); Blue value is 116 (45.70% from 255 or 47.74% from 243); Max value from RGB is 126 - color contains mainly: green. Hex color #017E74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017E74 is #FE818B. Grayscale: #575757. Windows color (decimal): -16679308 or 7634433. OLE color: 7634433.
HSL color Cylindrical-coordinate representation of color #017E74: hue angle of 175.2º 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 #017E74 is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 126 | 116 | - |
| CMYK | 0.99 | 0 | 0.08 | 0.51 |
| HSL | 175.2º | 0.98% | 0.25% | - |
| HSV(B) | 175.2º | 0.99% | 0.49% | - |
| XYZ | 10.63 | 16.19 | 19.09 | - |
| YUV | 87.49 | 144.09 | 66.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 126 | 116 | 0.99 | 0 | 0.08 | 0.51 | 175.2 | 0.98 | 0.25 |
| Hex | 1 | 7E | 74 | 63 | 0 | 8 | 33 | AF | 62 | 19 |
| Octal | 1 | 176 | 164 | 143 | 0 | 10 | 63 | 257 | 142 | 31 |
| Binary | 1 | 1111110 | 1110100 | 1100011 | 0 | 1000 | 110011 | 10101111 | 1100010 | 11001 |
Color Harmonies of #017E74
Complementary color
Monochromatic Colors of #017E74
Black with #017E74
Text Example
Text Example
White with #017E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017E74; }
p { color: rgb(1,126,116); }
H1.HeaderClassName
{
color: #017E74;
}
.AnyTagClassName
{
color: #017E74;
}
</style>
background-color css
<style>
a { background-color: #017E74; }
a { background-color: rgb(1,126,116); }
div.DivClassName
{
background-color: #017E74;
}
.BgClassName
{
background-color: #017E74;
}
</style>
border-color css
<style>
span { border-color: #017E74; }
span { border-color: rgb(1,126,116); }
td.TdClassName
{
border-color: #017E74;
}
.TagClassName
{
border-color: #017E74;
}
</style>