Shades of Surfie Green #008078
Tints of Surfie Green #008078
RGB
CMYK
RGB Variations
Color information
#008078 (or 0x008078) is known color: Surfie Green. HEX triplet: 00, 80 and 78. RGB value is (0,128,120). Sum of RGB (Red+Green+Blue) = 0+128+120=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 128 (50.39% from 255 or 51.61% from 248); Blue value is 120 (47.27% from 255 or 48.39% from 248); Max value from RGB is 128 - color contains mainly: green. Hex color #008078 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008078 is #FF7F87. Grayscale: #585858. Windows color (decimal): -16744328 or 7897088. OLE color: 7897088.
HSL color Cylindrical-coordinate representation of color #008078: hue angle of 176.25º 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 #008078 is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 128 | 120 | - |
| CMYK | 1 | 0 | 0.06 | 0.50 |
| HSL | 176.25º | 1% | 0.25% | - |
| HSV(B) | 176.25º | 1% | 0.5% | - |
| XYZ | 11.11 | 16.79 | 20.43 | - |
| YUV | 88.82 | 145.59 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 120 | 1 | 0 | 0.06 | 0.50 | 176.25 | 1 | 0.25 |
| Hex | 0 | 80 | 78 | 64 | 0 | 6 | 32 | B0 | 64 | 19 |
| Octal | 0 | 200 | 170 | 144 | 0 | 6 | 62 | 260 | 144 | 31 |
| Binary | 0 | 10000000 | 1111000 | 1100100 | 0 | 110 | 110010 | 10110000 | 1100100 | 11001 |
Color Harmonies of #008078
Complementary color
Monochromatic Colors of #008078
Black with #008078
Text Example
Text Example
White with #008078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008078; }
p { color: rgb(0,128,120); }
H1.HeaderClassName
{
color: #008078;
}
.AnyTagClassName
{
color: #008078;
}
</style>
background-color css
<style>
a { background-color: #008078; }
a { background-color: rgb(0,128,120); }
div.DivClassName
{
background-color: #008078;
}
.BgClassName
{
background-color: #008078;
}
</style>
border-color css
<style>
span { border-color: #008078; }
span { border-color: rgb(0,128,120); }
td.TdClassName
{
border-color: #008078;
}
.TagClassName
{
border-color: #008078;
}
</style>