Shades of Surfie Green #007077
Tints of Surfie Green #007077
RGB
CMYK
RGB Variations
Color information
#007077 (or 0x007077) is known color: Surfie Green. HEX triplet: 00, 70 and 77. RGB value is (0,112,119). Sum of RGB (Red+Green+Blue) = 0+112+119=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 112 (44.14% from 255 or 48.48% from 231); Blue value is 119 (46.88% from 255 or 51.52% from 231); Max value from RGB is 119 - color contains mainly: blue. Hex color #007077 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007077 is #FF8F88. Grayscale: #4F4F4F. Windows color (decimal): -16748425 or 7827456. OLE color: 7827456.
HSL color Cylindrical-coordinate representation of color #007077: hue angle of 183.53º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007077 is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 112 | 119 | - |
| CMYK | 1 | 0.06 | 0 | 0.53 |
| HSL | 183.53º | 1% | 0.23% | - |
| HSV(B) | 183.53º | 1% | 0.47% | - |
| XYZ | 9.12 | 12.92 | 19.47 | - |
| YUV | 79.31 | 150.39 | 71.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 112 | 119 | 1 | 0.06 | 0 | 0.53 | 183.53 | 1 | 0.23 |
| Hex | 0 | 70 | 77 | 64 | 6 | 0 | 35 | B8 | 64 | 17 |
| Octal | 0 | 160 | 167 | 144 | 6 | 0 | 65 | 270 | 144 | 27 |
| Binary | 0 | 1110000 | 1110111 | 1100100 | 110 | 0 | 110101 | 10111000 | 1100100 | 10111 |
Color Harmonies of #007077
Complementary color
Monochromatic Colors of #007077
Black with #007077
Text Example
Text Example
White with #007077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007077; }
p { color: rgb(0,112,119); }
H1.HeaderClassName
{
color: #007077;
}
.AnyTagClassName
{
color: #007077;
}
</style>
background-color css
<style>
a { background-color: #007077; }
a { background-color: rgb(0,112,119); }
div.DivClassName
{
background-color: #007077;
}
.BgClassName
{
background-color: #007077;
}
</style>
border-color css
<style>
span { border-color: #007077; }
span { border-color: rgb(0,112,119); }
td.TdClassName
{
border-color: #007077;
}
.TagClassName
{
border-color: #007077;
}
</style>