Shades of Surfie Green #056F77
Tints of Surfie Green #056F77
RGB
CMYK
RGB Variations
Color information
#056F77 (or 0x056F77) is known color: Surfie Green. HEX triplet: 05, 6F and 77. RGB value is (5,111,119). Sum of RGB (Red+Green+Blue) = 5+111+119=235 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.13% from 235); Green value is 111 (43.75% from 255 or 47.23% from 235); Blue value is 119 (46.88% from 255 or 50.64% from 235); Max value from RGB is 119 - color contains mainly: blue. Hex color #056F77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056F77 is #FA9088. Grayscale: #505050. Windows color (decimal): -16421001 or 7827205. OLE color: 7827205.
HSL color Cylindrical-coordinate representation of color #056F77: hue angle of 184.21º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056F77 is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 111 | 119 | - |
| CMYK | 0.96 | 0.07 | 0 | 0.53 |
| HSL | 184.21º | 0.92% | 0.24% | - |
| HSV(B) | 184.21º | 0.96% | 0.47% | - |
| XYZ | 9.08 | 12.73 | 19.43 | - |
| YUV | 80.22 | 149.88 | 74.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 111 | 119 | 0.96 | 0.07 | 0 | 0.53 | 184.21 | 0.92 | 0.24 |
| Hex | 5 | 6F | 77 | 60 | 7 | 0 | 35 | B8 | 5C | 18 |
| Octal | 5 | 157 | 167 | 140 | 7 | 0 | 65 | 270 | 134 | 30 |
| Binary | 101 | 1101111 | 1110111 | 1100000 | 111 | 0 | 110101 | 10111000 | 1011100 | 11000 |
Color Harmonies of #056F77
Complementary color
Monochromatic Colors of #056F77
Black with #056F77
Text Example
Text Example
White with #056F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056F77; }
p { color: rgb(5,111,119); }
H1.HeaderClassName
{
color: #056F77;
}
.AnyTagClassName
{
color: #056F77;
}
</style>
background-color css
<style>
a { background-color: #056F77; }
a { background-color: rgb(5,111,119); }
div.DivClassName
{
background-color: #056F77;
}
.BgClassName
{
background-color: #056F77;
}
</style>
border-color css
<style>
span { border-color: #056F77; }
span { border-color: rgb(5,111,119); }
td.TdClassName
{
border-color: #056F77;
}
.TagClassName
{
border-color: #056F77;
}
</style>