Shades of Surfie Green #007F78
Tints of Surfie Green #007F78
RGB
CMYK
RGB Variations
Color information
#007F78 (or 0x007F78) is known color: Surfie Green. HEX triplet: 00, 7F and 78. RGB value is (0,127,120). Sum of RGB (Red+Green+Blue) = 0+127+120=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 127 (50% from 255 or 51.42% from 247); Blue value is 120 (47.27% from 255 or 48.58% from 247); Max value from RGB is 127 - color contains mainly: green. Hex color #007F78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007F78 is #FF8087. Grayscale: #585858. Windows color (decimal): -16744584 or 7896832. OLE color: 7896832.
HSL color Cylindrical-coordinate representation of color #007F78: hue angle of 176.69º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007F78 is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 127 | 120 | - |
| CMYK | 1 | 0 | 0.06 | 0.50 |
| HSL | 176.69º | 1% | 0.25% | - |
| HSV(B) | 176.69º | 1% | 0.5% | - |
| XYZ | 10.98 | 16.53 | 20.38 | - |
| YUV | 88.23 | 145.92 | 65.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 127 | 120 | 1 | 0 | 0.06 | 0.50 | 176.69 | 1 | 0.25 |
| Hex | 0 | 7F | 78 | 64 | 0 | 6 | 32 | B1 | 64 | 19 |
| Octal | 0 | 177 | 170 | 144 | 0 | 6 | 62 | 261 | 144 | 31 |
| Binary | 0 | 1111111 | 1111000 | 1100100 | 0 | 110 | 110010 | 10110001 | 1100100 | 11001 |
Color Harmonies of #007F78
Complementary color
Monochromatic Colors of #007F78
Black with #007F78
Text Example
Text Example
White with #007F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007F78; }
p { color: rgb(0,127,120); }
H1.HeaderClassName
{
color: #007F78;
}
.AnyTagClassName
{
color: #007F78;
}
</style>
background-color css
<style>
a { background-color: #007F78; }
a { background-color: rgb(0,127,120); }
div.DivClassName
{
background-color: #007F78;
}
.BgClassName
{
background-color: #007F78;
}
</style>
border-color css
<style>
span { border-color: #007F78; }
span { border-color: rgb(0,127,120); }
td.TdClassName
{
border-color: #007F78;
}
.TagClassName
{
border-color: #007F78;
}
</style>