Shades of Surfie Green #008077
Tints of Surfie Green #008077
RGB
CMYK
RGB Variations
Color information
#008077 (or 0x008077) is known color: Surfie Green. HEX triplet: 00, 80 and 77. RGB value is (0,128,119). Sum of RGB (Red+Green+Blue) = 0+128+119=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 128 (50.39% from 255 or 51.82% from 247); Blue value is 119 (46.88% from 255 or 48.18% from 247); Max value from RGB is 128 - color contains mainly: green. Hex color #008077 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008077 is #FF7F88. Grayscale: #585858. Windows color (decimal): -16744329 or 7831552. OLE color: 7831552.
HSL color Cylindrical-coordinate representation of color #008077: hue angle of 175.78º 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 #008077 is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 128 | 119 | - |
| CMYK | 1 | 0 | 0.07 | 0.50 |
| HSL | 175.78º | 1% | 0.25% | - |
| HSV(B) | 175.78º | 1% | 0.5% | - |
| XYZ | 11.05 | 16.77 | 20.11 | - |
| YUV | 88.7 | 145.09 | 64.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 119 | 1 | 0 | 0.07 | 0.50 | 175.78 | 1 | 0.25 |
| Hex | 0 | 80 | 77 | 64 | 0 | 7 | 32 | B0 | 64 | 19 |
| Octal | 0 | 200 | 167 | 144 | 0 | 7 | 62 | 260 | 144 | 31 |
| Binary | 0 | 10000000 | 1110111 | 1100100 | 0 | 111 | 110010 | 10110000 | 1100100 | 11001 |
Color Harmonies of #008077
Complementary color
Monochromatic Colors of #008077
Black with #008077
Text Example
Text Example
White with #008077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008077; }
p { color: rgb(0,128,119); }
H1.HeaderClassName
{
color: #008077;
}
.AnyTagClassName
{
color: #008077;
}
</style>
background-color css
<style>
a { background-color: #008077; }
a { background-color: rgb(0,128,119); }
div.DivClassName
{
background-color: #008077;
}
.BgClassName
{
background-color: #008077;
}
</style>
border-color css
<style>
span { border-color: #008077; }
span { border-color: rgb(0,128,119); }
td.TdClassName
{
border-color: #008077;
}
.TagClassName
{
border-color: #008077;
}
</style>