Shades of Surfie Green #078678
Tints of Surfie Green #078678
RGB
CMYK
RGB Variations
Color information
#078678 (or 0x078678) is known color: Surfie Green. HEX triplet: 07, 86 and 78. RGB value is (7,134,120). Sum of RGB (Red+Green+Blue) = 7+134+120=261 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.68% from 261); Green value is 134 (52.73% from 255 or 51.34% from 261); Blue value is 120 (47.27% from 255 or 45.98% from 261); Max value from RGB is 134 - color contains mainly: green. Hex color #078678 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078678 is #F87987. Grayscale: #5E5E5E. Windows color (decimal): -16284040 or 7898631. OLE color: 7898631.
HSL color Cylindrical-coordinate representation of color #078678: hue angle of 173.39º 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 #078678 is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 134 | 120 | - |
| CMYK | 0.95 | 0 | 0.10 | 0.47 |
| HSL | 173.39º | 0.9% | 0.28% | - |
| HSV(B) | 173.39º | 0.95% | 0.53% | - |
| XYZ | 12 | 18.45 | 20.7 | - |
| YUV | 94.43 | 142.42 | 65.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 134 | 120 | 0.95 | 0 | 0.10 | 0.47 | 173.39 | 0.9 | 0.28 |
| Hex | 7 | 86 | 78 | 5F | 0 | A | 2F | AD | 5A | 1C |
| Octal | 7 | 206 | 170 | 137 | 0 | 12 | 57 | 255 | 132 | 34 |
| Binary | 111 | 10000110 | 1111000 | 1011111 | 0 | 1010 | 101111 | 10101101 | 1011010 | 11100 |
Color Harmonies of #078678
Complementary color
Monochromatic Colors of #078678
Black with #078678
Text Example
Text Example
White with #078678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078678; }
p { color: rgb(7,134,120); }
H1.HeaderClassName
{
color: #078678;
}
.AnyTagClassName
{
color: #078678;
}
</style>
background-color css
<style>
a { background-color: #078678; }
a { background-color: rgb(7,134,120); }
div.DivClassName
{
background-color: #078678;
}
.BgClassName
{
background-color: #078678;
}
</style>
border-color css
<style>
span { border-color: #078678; }
span { border-color: rgb(7,134,120); }
td.TdClassName
{
border-color: #078678;
}
.TagClassName
{
border-color: #078678;
}
</style>