Shades of Surfie Green #007773
Tints of Surfie Green #007773
RGB
CMYK
RGB Variations
Color information
#007773 (or 0x007773) is known color: Surfie Green. HEX triplet: 00, 77 and 73. RGB value is (0,119,115). Sum of RGB (Red+Green+Blue) = 0+119+115=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 119 (46.88% from 255 or 50.85% from 234); Blue value is 115 (45.31% from 255 or 49.15% from 234); Max value from RGB is 119 - color contains mainly: green. Hex color #007773 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007773 is #FF888C. Grayscale: #525252. Windows color (decimal): -16746637 or 7567104. OLE color: 7567104.
HSL color Cylindrical-coordinate representation of color #007773: hue angle of 177.98º 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 #007773 is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 119 | 115 | - |
| CMYK | 1 | 0 | 0.03 | 0.53 |
| HSL | 177.98º | 1% | 0.23% | - |
| HSV(B) | 177.98º | 1% | 0.47% | - |
| XYZ | 9.69 | 14.43 | 18.49 | - |
| YUV | 82.96 | 146.08 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 119 | 115 | 1 | 0 | 0.03 | 0.53 | 177.98 | 1 | 0.23 |
| Hex | 0 | 77 | 73 | 64 | 0 | 3 | 35 | B2 | 64 | 17 |
| Octal | 0 | 167 | 163 | 144 | 0 | 3 | 65 | 262 | 144 | 27 |
| Binary | 0 | 1110111 | 1110011 | 1100100 | 0 | 11 | 110101 | 10110010 | 1100100 | 10111 |
Color Harmonies of #007773
Complementary color
Monochromatic Colors of #007773
Black with #007773
Text Example
Text Example
White with #007773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007773; }
p { color: rgb(0,119,115); }
H1.HeaderClassName
{
color: #007773;
}
.AnyTagClassName
{
color: #007773;
}
</style>
background-color css
<style>
a { background-color: #007773; }
a { background-color: rgb(0,119,115); }
div.DivClassName
{
background-color: #007773;
}
.BgClassName
{
background-color: #007773;
}
</style>
border-color css
<style>
span { border-color: #007773; }
span { border-color: rgb(0,119,115); }
td.TdClassName
{
border-color: #007773;
}
.TagClassName
{
border-color: #007773;
}
</style>