Shades of Surfie Green #07707F
Tints of Surfie Green #07707F
RGB
CMYK
RGB Variations
Color information
#07707F (or 0x07707F) is known color: Surfie Green. HEX triplet: 07, 70 and 7F. RGB value is (7,112,127). Sum of RGB (Red+Green+Blue) = 7+112+127=246 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.85% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 127 (50% from 255 or 51.63% from 246); Max value from RGB is 127 - color contains mainly: blue. Hex color #07707F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07707F is #F88F80. Grayscale: #525252. Windows color (decimal): -16289665 or 8351751. OLE color: 8351751.
HSL color Cylindrical-coordinate representation of color #07707F: hue angle of 187.5º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07707F is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 7 | 112 | 127 | - |
| CMYK | 0.94 | 0.12 | 0 | 0.50 |
| HSL | 187.5º | 0.9% | 0.26% | - |
| HSV(B) | 187.5º | 0.94% | 0.5% | - |
| XYZ | 9.71 | 13.17 | 22.11 | - |
| YUV | 82.32 | 153.21 | 74.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 112 | 127 | 0.94 | 0.12 | 0 | 0.50 | 187.5 | 0.9 | 0.26 |
| Hex | 7 | 70 | 7F | 5E | C | 0 | 32 | BC | 5A | 1A |
| Octal | 7 | 160 | 177 | 136 | 14 | 0 | 62 | 274 | 132 | 32 |
| Binary | 111 | 1110000 | 1111111 | 1011110 | 1100 | 0 | 110010 | 10111100 | 1011010 | 11010 |
Color Harmonies of #07707F
Complementary color
Monochromatic Colors of #07707F
Black with #07707F
Text Example
Text Example
White with #07707F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07707F; }
p { color: rgb(7,112,127); }
H1.HeaderClassName
{
color: #07707F;
}
.AnyTagClassName
{
color: #07707F;
}
</style>
background-color css
<style>
a { background-color: #07707F; }
a { background-color: rgb(7,112,127); }
div.DivClassName
{
background-color: #07707F;
}
.BgClassName
{
background-color: #07707F;
}
</style>
border-color css
<style>
span { border-color: #07707F; }
span { border-color: rgb(7,112,127); }
td.TdClassName
{
border-color: #07707F;
}
.TagClassName
{
border-color: #07707F;
}
</style>