Shades of Surfie Green #007A78
Tints of Surfie Green #007A78
RGB
CMYK
RGB Variations
Color information
#007A78 (or 0x007A78) is known color: Surfie Green. HEX triplet: 00, 7A and 78. RGB value is (0,122,120). Sum of RGB (Red+Green+Blue) = 0+122+120=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 122 (48.05% from 255 or 50.41% from 242); Blue value is 120 (47.27% from 255 or 49.59% from 242); Max value from RGB is 122 - color contains mainly: green. Hex color #007A78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007A78 is #FF8587. Grayscale: #555555. Windows color (decimal): -16745864 or 7895552. OLE color: 7895552.
HSL color Cylindrical-coordinate representation of color #007A78: hue angle of 179.02º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007A78 is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 0 | 122 | 120 | - |
| CMYK | 1 | 0 | 0.02 | 0.52 |
| HSL | 179.02º | 1% | 0.24% | - |
| HSV(B) | 179.02º | 1% | 0.48% | - |
| XYZ | 10.35 | 15.28 | 20.17 | - |
| YUV | 85.29 | 147.58 | 67.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 122 | 120 | 1 | 0 | 0.02 | 0.52 | 179.02 | 1 | 0.24 |
| Hex | 0 | 7A | 78 | 64 | 0 | 2 | 34 | B3 | 64 | 18 |
| Octal | 0 | 172 | 170 | 144 | 0 | 2 | 64 | 263 | 144 | 30 |
| Binary | 0 | 1111010 | 1111000 | 1100100 | 0 | 10 | 110100 | 10110011 | 1100100 | 11000 |
Color Harmonies of #007A78
Complementary color
Monochromatic Colors of #007A78
Black with #007A78
Text Example
Text Example
White with #007A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007A78; }
p { color: rgb(0,122,120); }
H1.HeaderClassName
{
color: #007A78;
}
.AnyTagClassName
{
color: #007A78;
}
</style>
background-color css
<style>
a { background-color: #007A78; }
a { background-color: rgb(0,122,120); }
div.DivClassName
{
background-color: #007A78;
}
.BgClassName
{
background-color: #007A78;
}
</style>
border-color css
<style>
span { border-color: #007A78; }
span { border-color: rgb(0,122,120); }
td.TdClassName
{
border-color: #007A78;
}
.TagClassName
{
border-color: #007A78;
}
</style>