Shades of Surfie Green #007D78
Tints of Surfie Green #007D78
RGB
CMYK
RGB Variations
Color information
#007D78 (or 0x007D78) is known color: Surfie Green. HEX triplet: 00, 7D and 78. RGB value is (0,125,120). Sum of RGB (Red+Green+Blue) = 0+125+120=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 125 (49.22% from 255 or 51.02% from 245); Blue value is 120 (47.27% from 255 or 48.98% from 245); Max value from RGB is 125 - color contains mainly: green. Hex color #007D78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007D78 is #FF8287. Grayscale: #565656. Windows color (decimal): -16745096 or 7896320. OLE color: 7896320.
HSL color Cylindrical-coordinate representation of color #007D78: hue angle of 177.6º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007D78 is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 125 | 120 | - |
| CMYK | 1 | 0 | 0.04 | 0.51 |
| HSL | 177.6º | 1% | 0.25% | - |
| HSV(B) | 177.6º | 1% | 0.49% | - |
| XYZ | 10.72 | 16.02 | 20.3 | - |
| YUV | 87.06 | 146.59 | 65.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 125 | 120 | 1 | 0 | 0.04 | 0.51 | 177.6 | 1 | 0.25 |
| Hex | 0 | 7D | 78 | 64 | 0 | 4 | 33 | B2 | 64 | 19 |
| Octal | 0 | 175 | 170 | 144 | 0 | 4 | 63 | 262 | 144 | 31 |
| Binary | 0 | 1111101 | 1111000 | 1100100 | 0 | 100 | 110011 | 10110010 | 1100100 | 11001 |
Color Harmonies of #007D78
Complementary color
Monochromatic Colors of #007D78
Black with #007D78
Text Example
Text Example
White with #007D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007D78; }
p { color: rgb(0,125,120); }
H1.HeaderClassName
{
color: #007D78;
}
.AnyTagClassName
{
color: #007D78;
}
</style>
background-color css
<style>
a { background-color: #007D78; }
a { background-color: rgb(0,125,120); }
div.DivClassName
{
background-color: #007D78;
}
.BgClassName
{
background-color: #007D78;
}
</style>
border-color css
<style>
span { border-color: #007D78; }
span { border-color: rgb(0,125,120); }
td.TdClassName
{
border-color: #007D78;
}
.TagClassName
{
border-color: #007D78;
}
</style>