Shades of Surfie Green #057B77
Tints of Surfie Green #057B77
RGB
CMYK
RGB Variations
Color information
#057B77 (or 0x057B77) is known color: Surfie Green. HEX triplet: 05, 7B and 77. RGB value is (5,123,119). Sum of RGB (Red+Green+Blue) = 5+123+119=247 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 247); Green value is 123 (48.44% from 255 or 49.80% from 247); Blue value is 119 (46.88% from 255 or 48.18% from 247); Max value from RGB is 123 - color contains mainly: green. Hex color #057B77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057B77 is #FA8488. Grayscale: #575757. Windows color (decimal): -16417929 or 7830277. OLE color: 7830277.
HSL color Cylindrical-coordinate representation of color #057B77: hue angle of 177.97º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057B77 is Cyan = 0.96, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 123 | 119 | - |
| CMYK | 0.96 | 0 | 0.03 | 0.52 |
| HSL | 177.97º | 0.92% | 0.25% | - |
| HSV(B) | 177.97º | 0.96% | 0.48% | - |
| XYZ | 10.48 | 15.53 | 19.9 | - |
| YUV | 87.26 | 145.91 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 123 | 119 | 0.96 | 0 | 0.03 | 0.52 | 177.97 | 0.92 | 0.25 |
| Hex | 5 | 7B | 77 | 60 | 0 | 3 | 34 | B2 | 5C | 19 |
| Octal | 5 | 173 | 167 | 140 | 0 | 3 | 64 | 262 | 134 | 31 |
| Binary | 101 | 1111011 | 1110111 | 1100000 | 0 | 11 | 110100 | 10110010 | 1011100 | 11001 |
Color Harmonies of #057B77
Complementary color
Monochromatic Colors of #057B77
Black with #057B77
Text Example
Text Example
White with #057B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057B77; }
p { color: rgb(5,123,119); }
H1.HeaderClassName
{
color: #057B77;
}
.AnyTagClassName
{
color: #057B77;
}
</style>
background-color css
<style>
a { background-color: #057B77; }
a { background-color: rgb(5,123,119); }
div.DivClassName
{
background-color: #057B77;
}
.BgClassName
{
background-color: #057B77;
}
</style>
border-color css
<style>
span { border-color: #057B77; }
span { border-color: rgb(5,123,119); }
td.TdClassName
{
border-color: #057B77;
}
.TagClassName
{
border-color: #057B77;
}
</style>