Shades of Surfie Green #017E7A
Tints of Surfie Green #017E7A
RGB
CMYK
RGB Variations
Color information
#017E7A (or 0x017E7A) is known color: Surfie Green. HEX triplet: 01, 7E and 7A. RGB value is (1,126,122). Sum of RGB (Red+Green+Blue) = 1+126+122=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 126 (49.61% from 255 or 50.60% from 249); Blue value is 122 (48.05% from 255 or 49.00% from 249); Max value from RGB is 126 - color contains mainly: green. Hex color #017E7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017E7A is #FE8185. Grayscale: #585858. Windows color (decimal): -16679302 or 8027649. OLE color: 8027649.
HSL color Cylindrical-coordinate representation of color #017E7A: hue angle of 178.08º 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 #017E7A is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 126 | 122 | - |
| CMYK | 0.99 | 0 | 0.03 | 0.51 |
| HSL | 178.08º | 0.98% | 0.25% | - |
| HSV(B) | 178.08º | 0.99% | 0.49% | - |
| XYZ | 10.99 | 16.33 | 20.99 | - |
| YUV | 88.17 | 147.09 | 65.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 126 | 122 | 0.99 | 0 | 0.03 | 0.51 | 178.08 | 0.98 | 0.25 |
| Hex | 1 | 7E | 7A | 63 | 0 | 3 | 33 | B2 | 62 | 19 |
| Octal | 1 | 176 | 172 | 143 | 0 | 3 | 63 | 262 | 142 | 31 |
| Binary | 1 | 1111110 | 1111010 | 1100011 | 0 | 11 | 110011 | 10110010 | 1100010 | 11001 |
Color Harmonies of #017E7A
Complementary color
Monochromatic Colors of #017E7A
Black with #017E7A
Text Example
Text Example
White with #017E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017E7A; }
p { color: rgb(1,126,122); }
H1.HeaderClassName
{
color: #017E7A;
}
.AnyTagClassName
{
color: #017E7A;
}
</style>
background-color css
<style>
a { background-color: #017E7A; }
a { background-color: rgb(1,126,122); }
div.DivClassName
{
background-color: #017E7A;
}
.BgClassName
{
background-color: #017E7A;
}
</style>
border-color css
<style>
span { border-color: #017E7A; }
span { border-color: rgb(1,126,122); }
td.TdClassName
{
border-color: #017E7A;
}
.TagClassName
{
border-color: #017E7A;
}
</style>