Shades of Surfie Green #07707C
Tints of Surfie Green #07707C
RGB
CMYK
RGB Variations
Color information
#07707C (or 0x07707C) is known color: Surfie Green. HEX triplet: 07, 70 and 7C. RGB value is (7,112,124). Sum of RGB (Red+Green+Blue) = 7+112+124=243 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.88% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 124 (48.83% from 255 or 51.03% from 243); Max value from RGB is 124 - color contains mainly: blue. Hex color #07707C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07707C is #F88F83. Grayscale: #515151. Windows color (decimal): -16289668 or 8155143. OLE color: 8155143.
HSL color Cylindrical-coordinate representation of color #07707C: hue angle of 186.15º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07707C is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 112 | 124 | - |
| CMYK | 0.94 | 0.10 | 0 | 0.51 |
| HSL | 186.15º | 0.89% | 0.26% | - |
| HSV(B) | 186.15º | 0.94% | 0.49% | - |
| XYZ | 9.52 | 13.09 | 21.09 | - |
| YUV | 81.97 | 151.71 | 74.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 112 | 124 | 0.94 | 0.10 | 0 | 0.51 | 186.15 | 0.89 | 0.26 |
| Hex | 7 | 70 | 7C | 5E | A | 0 | 33 | BA | 59 | 1A |
| Octal | 7 | 160 | 174 | 136 | 12 | 0 | 63 | 272 | 131 | 32 |
| Binary | 111 | 1110000 | 1111100 | 1011110 | 1010 | 0 | 110011 | 10111010 | 1011001 | 11010 |
Color Harmonies of #07707C
Complementary color
Monochromatic Colors of #07707C
Black with #07707C
Text Example
Text Example
White with #07707C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07707C; }
p { color: rgb(7,112,124); }
H1.HeaderClassName
{
color: #07707C;
}
.AnyTagClassName
{
color: #07707C;
}
</style>
background-color css
<style>
a { background-color: #07707C; }
a { background-color: rgb(7,112,124); }
div.DivClassName
{
background-color: #07707C;
}
.BgClassName
{
background-color: #07707C;
}
</style>
border-color css
<style>
span { border-color: #07707C; }
span { border-color: rgb(7,112,124); }
td.TdClassName
{
border-color: #07707C;
}
.TagClassName
{
border-color: #07707C;
}
</style>