Shades of Surfie Green #007B78
Tints of Surfie Green #007B78
RGB
CMYK
RGB Variations
Color information
#007B78 (or 0x007B78) is known color: Surfie Green. HEX triplet: 00, 7B and 78. RGB value is (0,123,120). Sum of RGB (Red+Green+Blue) = 0+123+120=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 123 (48.44% from 255 or 50.62% from 243); Blue value is 120 (47.27% from 255 or 49.38% from 243); Max value from RGB is 123 - color contains mainly: green. Hex color #007B78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007B78 is #FF8487. Grayscale: #555555. Windows color (decimal): -16745608 or 7895808. OLE color: 7895808.
HSL color Cylindrical-coordinate representation of color #007B78: hue angle of 178.54º 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 #007B78 is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 0 | 123 | 120 | - |
| CMYK | 1 | 0 | 0.02 | 0.52 |
| HSL | 178.54º | 1% | 0.24% | - |
| HSV(B) | 178.54º | 1% | 0.48% | - |
| XYZ | 10.47 | 15.52 | 20.21 | - |
| YUV | 85.88 | 147.25 | 66.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 123 | 120 | 1 | 0 | 0.02 | 0.52 | 178.54 | 1 | 0.24 |
| Hex | 0 | 7B | 78 | 64 | 0 | 2 | 34 | B3 | 64 | 18 |
| Octal | 0 | 173 | 170 | 144 | 0 | 2 | 64 | 263 | 144 | 30 |
| Binary | 0 | 1111011 | 1111000 | 1100100 | 0 | 10 | 110100 | 10110011 | 1100100 | 11000 |
Color Harmonies of #007B78
Complementary color
Monochromatic Colors of #007B78
Black with #007B78
Text Example
Text Example
White with #007B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007B78; }
p { color: rgb(0,123,120); }
H1.HeaderClassName
{
color: #007B78;
}
.AnyTagClassName
{
color: #007B78;
}
</style>
background-color css
<style>
a { background-color: #007B78; }
a { background-color: rgb(0,123,120); }
div.DivClassName
{
background-color: #007B78;
}
.BgClassName
{
background-color: #007B78;
}
</style>
border-color css
<style>
span { border-color: #007B78; }
span { border-color: rgb(0,123,120); }
td.TdClassName
{
border-color: #007B78;
}
.TagClassName
{
border-color: #007B78;
}
</style>