Shades of Surfie Green #016F74
Tints of Surfie Green #016F74
RGB
CMYK
RGB Variations
Color information
#016F74 (or 0x016F74) is known color: Surfie Green. HEX triplet: 01, 6F and 74. RGB value is (1,111,116). Sum of RGB (Red+Green+Blue) = 1+111+116=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 111 (43.75% from 255 or 48.68% from 228); Blue value is 116 (45.70% from 255 or 50.88% from 228); Max value from RGB is 116 - color contains mainly: blue. Hex color #016F74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016F74 is #FE908B. Grayscale: #4E4E4E. Windows color (decimal): -16683148 or 7630593. OLE color: 7630593.
HSL color Cylindrical-coordinate representation of color #016F74: hue angle of 182.61º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016F74 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 111 | 116 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.55 |
| HSL | 182.61º | 0.98% | 0.23% | - |
| HSV(B) | 182.61º | 0.99% | 0.45% | - |
| XYZ | 8.85 | 12.64 | 18.5 | - |
| YUV | 78.68 | 149.06 | 72.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 111 | 116 | 0.99 | 0.04 | 0 | 0.55 | 182.61 | 0.98 | 0.23 |
| Hex | 1 | 6F | 74 | 63 | 4 | 0 | 37 | B7 | 62 | 17 |
| Octal | 1 | 157 | 164 | 143 | 4 | 0 | 67 | 267 | 142 | 27 |
| Binary | 1 | 1101111 | 1110100 | 1100011 | 100 | 0 | 110111 | 10110111 | 1100010 | 10111 |
Color Harmonies of #016F74
Complementary color
Monochromatic Colors of #016F74
Black with #016F74
Text Example
Text Example
White with #016F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016F74; }
p { color: rgb(1,111,116); }
H1.HeaderClassName
{
color: #016F74;
}
.AnyTagClassName
{
color: #016F74;
}
</style>
background-color css
<style>
a { background-color: #016F74; }
a { background-color: rgb(1,111,116); }
div.DivClassName
{
background-color: #016F74;
}
.BgClassName
{
background-color: #016F74;
}
</style>
border-color css
<style>
span { border-color: #016F74; }
span { border-color: rgb(1,111,116); }
td.TdClassName
{
border-color: #016F74;
}
.TagClassName
{
border-color: #016F74;
}
</style>