Shades of Surfie Green #007775
Tints of Surfie Green #007775
RGB
CMYK
RGB Variations
Color information
#007775 (or 0x007775) is known color: Surfie Green. HEX triplet: 00, 77 and 75. RGB value is (0,119,117). Sum of RGB (Red+Green+Blue) = 0+119+117=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 119 (46.88% from 255 or 50.42% from 236); Blue value is 117 (46.09% from 255 or 49.58% from 236); Max value from RGB is 119 - color contains mainly: green. Hex color #007775 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007775 is #FF888A. Grayscale: #535353. Windows color (decimal): -16746635 or 7698176. OLE color: 7698176.
HSL color Cylindrical-coordinate representation of color #007775: hue angle of 178.99º 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 #007775 is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 119 | 117 | - |
| CMYK | 1 | 0 | 0.02 | 0.53 |
| HSL | 178.99º | 1% | 0.23% | - |
| HSV(B) | 178.99º | 1% | 0.47% | - |
| XYZ | 9.81 | 14.48 | 19.11 | - |
| YUV | 83.19 | 147.08 | 68.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 119 | 117 | 1 | 0 | 0.02 | 0.53 | 178.99 | 1 | 0.23 |
| Hex | 0 | 77 | 75 | 64 | 0 | 2 | 35 | B3 | 64 | 17 |
| Octal | 0 | 167 | 165 | 144 | 0 | 2 | 65 | 263 | 144 | 27 |
| Binary | 0 | 1110111 | 1110101 | 1100100 | 0 | 10 | 110101 | 10110011 | 1100100 | 10111 |
Color Harmonies of #007775
Complementary color
Monochromatic Colors of #007775
Black with #007775
Text Example
Text Example
White with #007775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007775; }
p { color: rgb(0,119,117); }
H1.HeaderClassName
{
color: #007775;
}
.AnyTagClassName
{
color: #007775;
}
</style>
background-color css
<style>
a { background-color: #007775; }
a { background-color: rgb(0,119,117); }
div.DivClassName
{
background-color: #007775;
}
.BgClassName
{
background-color: #007775;
}
</style>
border-color css
<style>
span { border-color: #007775; }
span { border-color: rgb(0,119,117); }
td.TdClassName
{
border-color: #007775;
}
.TagClassName
{
border-color: #007775;
}
</style>