Shades of Surfie Green #07717D
Tints of Surfie Green #07717D
RGB
CMYK
RGB Variations
Color information
#07717D (or 0x07717D) is known color: Surfie Green. HEX triplet: 07, 71 and 7D. RGB value is (7,113,125). Sum of RGB (Red+Green+Blue) = 7+113+125=245 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.86% from 245); Green value is 113 (44.53% from 255 or 46.12% from 245); Blue value is 125 (49.22% from 255 or 51.02% from 245); Max value from RGB is 125 - color contains mainly: blue. Hex color #07717D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07717D is #F88E82. Grayscale: #525252. Windows color (decimal): -16289411 or 8220935. OLE color: 8220935.
HSL color Cylindrical-coordinate representation of color #07717D: hue angle of 186.1º 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 #07717D is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 113 | 125 | - |
| CMYK | 0.94 | 0.10 | 0 | 0.51 |
| HSL | 186.1º | 0.89% | 0.26% | - |
| HSV(B) | 186.1º | 0.94% | 0.49% | - |
| XYZ | 9.69 | 13.34 | 21.47 | - |
| YUV | 82.67 | 151.88 | 74.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 113 | 125 | 0.94 | 0.10 | 0 | 0.51 | 186.1 | 0.89 | 0.26 |
| Hex | 7 | 71 | 7D | 5E | A | 0 | 33 | BA | 59 | 1A |
| Octal | 7 | 161 | 175 | 136 | 12 | 0 | 63 | 272 | 131 | 32 |
| Binary | 111 | 1110001 | 1111101 | 1011110 | 1010 | 0 | 110011 | 10111010 | 1011001 | 11010 |
Color Harmonies of #07717D
Complementary color
Monochromatic Colors of #07717D
Black with #07717D
Text Example
Text Example
White with #07717D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07717D; }
p { color: rgb(7,113,125); }
H1.HeaderClassName
{
color: #07717D;
}
.AnyTagClassName
{
color: #07717D;
}
</style>
background-color css
<style>
a { background-color: #07717D; }
a { background-color: rgb(7,113,125); }
div.DivClassName
{
background-color: #07717D;
}
.BgClassName
{
background-color: #07717D;
}
</style>
border-color css
<style>
span { border-color: #07717D; }
span { border-color: rgb(7,113,125); }
td.TdClassName
{
border-color: #07717D;
}
.TagClassName
{
border-color: #07717D;
}
</style>