Shades of Surfie Green #007778
Tints of Surfie Green #007778
RGB
CMYK
RGB Variations
Color information
#007778 (or 0x007778) is known color: Surfie Green. HEX triplet: 00, 77 and 78. RGB value is (0,119,120). Sum of RGB (Red+Green+Blue) = 0+119+120=239 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 239); Green value is 119 (46.88% from 255 or 49.79% from 239); Blue value is 120 (47.27% from 255 or 50.21% from 239); Max value from RGB is 120 - color contains mainly: blue. Hex color #007778 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007778 is #FF8887. Grayscale: #535353. Windows color (decimal): -16746632 or 7894784. OLE color: 7894784.
HSL color Cylindrical-coordinate representation of color #007778: hue angle of 180.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007778 is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 119 | 120 | - |
| CMYK | 1 | 0.01 | 0 | 0.53 |
| HSL | 180.5º | 1% | 0.24% | - |
| HSV(B) | 180.5º | 1% | 0.47% | - |
| XYZ | 9.99 | 14.55 | 20.05 | - |
| YUV | 83.53 | 148.58 | 68.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 119 | 120 | 1 | 0.01 | 0 | 0.53 | 180.5 | 1 | 0.24 |
| Hex | 0 | 77 | 78 | 64 | 1 | 0 | 35 | B4 | 64 | 18 |
| Octal | 0 | 167 | 170 | 144 | 1 | 0 | 65 | 264 | 144 | 30 |
| Binary | 0 | 1110111 | 1111000 | 1100100 | 1 | 0 | 110101 | 10110100 | 1100100 | 11000 |
Color Harmonies of #007778
Complementary color
Monochromatic Colors of #007778
Black with #007778
Text Example
Text Example
White with #007778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007778; }
p { color: rgb(0,119,120); }
H1.HeaderClassName
{
color: #007778;
}
.AnyTagClassName
{
color: #007778;
}
</style>
background-color css
<style>
a { background-color: #007778; }
a { background-color: rgb(0,119,120); }
div.DivClassName
{
background-color: #007778;
}
.BgClassName
{
background-color: #007778;
}
</style>
border-color css
<style>
span { border-color: #007778; }
span { border-color: rgb(0,119,120); }
td.TdClassName
{
border-color: #007778;
}
.TagClassName
{
border-color: #007778;
}
</style>