Shades of Surfie Green #078778
Tints of Surfie Green #078778
RGB
CMYK
RGB Variations
Color information
#078778 (or 0x078778) is known color: Surfie Green. HEX triplet: 07, 87 and 78. RGB value is (7,135,120). Sum of RGB (Red+Green+Blue) = 7+135+120=262 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.67% from 262); Green value is 135 (53.12% from 255 or 51.53% from 262); Blue value is 120 (47.27% from 255 or 45.80% from 262); Max value from RGB is 135 - color contains mainly: green. Hex color #078778 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078778 is #F87887. Grayscale: #5E5E5E. Windows color (decimal): -16283784 or 7898887. OLE color: 7898887.
HSL color Cylindrical-coordinate representation of color #078778: hue angle of 172.97º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078778 is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 135 | 120 | - |
| CMYK | 0.95 | 0 | 0.11 | 0.47 |
| HSL | 172.97º | 0.9% | 0.28% | - |
| HSV(B) | 172.97º | 0.95% | 0.53% | - |
| XYZ | 12.14 | 18.73 | 20.74 | - |
| YUV | 95.02 | 142.09 | 65.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 135 | 120 | 0.95 | 0 | 0.11 | 0.47 | 172.97 | 0.9 | 0.28 |
| Hex | 7 | 87 | 78 | 5F | 0 | B | 2F | AD | 5A | 1C |
| Octal | 7 | 207 | 170 | 137 | 0 | 13 | 57 | 255 | 132 | 34 |
| Binary | 111 | 10000111 | 1111000 | 1011111 | 0 | 1011 | 101111 | 10101101 | 1011010 | 11100 |
Color Harmonies of #078778
Complementary color
Monochromatic Colors of #078778
Black with #078778
Text Example
Text Example
White with #078778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078778; }
p { color: rgb(7,135,120); }
H1.HeaderClassName
{
color: #078778;
}
.AnyTagClassName
{
color: #078778;
}
</style>
background-color css
<style>
a { background-color: #078778; }
a { background-color: rgb(7,135,120); }
div.DivClassName
{
background-color: #078778;
}
.BgClassName
{
background-color: #078778;
}
</style>
border-color css
<style>
span { border-color: #078778; }
span { border-color: rgb(7,135,120); }
td.TdClassName
{
border-color: #078778;
}
.TagClassName
{
border-color: #078778;
}
</style>