Shades of Surfie Green #057A78
Tints of Surfie Green #057A78
RGB
CMYK
RGB Variations
Color information
#057A78 (or 0x057A78) is known color: Surfie Green. HEX triplet: 05, 7A and 78. RGB value is (5,122,120). Sum of RGB (Red+Green+Blue) = 5+122+120=247 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 247); Green value is 122 (48.05% from 255 or 49.39% from 247); Blue value is 120 (47.27% from 255 or 48.58% from 247); Max value from RGB is 122 - color contains mainly: green. Hex color #057A78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057A78 is #FA8587. Grayscale: #565656. Windows color (decimal): -16418184 or 7895557. OLE color: 7895557.
HSL color Cylindrical-coordinate representation of color #057A78: hue angle of 178.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 #057A78 is Cyan = 0.96, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 122 | 120 | - |
| CMYK | 0.96 | 0 | 0.02 | 0.52 |
| HSL | 178.97º | 0.92% | 0.25% | - |
| HSV(B) | 178.97º | 0.96% | 0.48% | - |
| XYZ | 10.41 | 15.31 | 20.18 | - |
| YUV | 86.79 | 146.74 | 69.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 122 | 120 | 0.96 | 0 | 0.02 | 0.52 | 178.97 | 0.92 | 0.25 |
| Hex | 5 | 7A | 78 | 60 | 0 | 2 | 34 | B3 | 5C | 19 |
| Octal | 5 | 172 | 170 | 140 | 0 | 2 | 64 | 263 | 134 | 31 |
| Binary | 101 | 1111010 | 1111000 | 1100000 | 0 | 10 | 110100 | 10110011 | 1011100 | 11001 |
Color Harmonies of #057A78
Complementary color
Monochromatic Colors of #057A78
Black with #057A78
Text Example
Text Example
White with #057A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057A78; }
p { color: rgb(5,122,120); }
H1.HeaderClassName
{
color: #057A78;
}
.AnyTagClassName
{
color: #057A78;
}
</style>
background-color css
<style>
a { background-color: #057A78; }
a { background-color: rgb(5,122,120); }
div.DivClassName
{
background-color: #057A78;
}
.BgClassName
{
background-color: #057A78;
}
</style>
border-color css
<style>
span { border-color: #057A78; }
span { border-color: rgb(5,122,120); }
td.TdClassName
{
border-color: #057A78;
}
.TagClassName
{
border-color: #057A78;
}
</style>