Shades of Surfie Green #076F7D
Tints of Surfie Green #076F7D
RGB
CMYK
RGB Variations
Color information
#076F7D (or 0x076F7D) is known color: Surfie Green. HEX triplet: 07, 6F and 7D. RGB value is (7,111,125). Sum of RGB (Red+Green+Blue) = 7+111+125=243 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.88% from 243); Green value is 111 (43.75% from 255 or 45.68% from 243); Blue value is 125 (49.22% from 255 or 51.44% from 243); Max value from RGB is 125 - color contains mainly: blue. Hex color #076F7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076F7D is #F89082. Grayscale: #515151. Windows color (decimal): -16289923 or 8220423. OLE color: 8220423.
HSL color Cylindrical-coordinate representation of color #076F7D: hue angle of 187.12º 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 #076F7D is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 111 | 125 | - |
| CMYK | 0.94 | 0.11 | 0 | 0.51 |
| HSL | 187.12º | 0.89% | 0.26% | - |
| HSV(B) | 187.12º | 0.94% | 0.49% | - |
| XYZ | 9.47 | 12.89 | 21.39 | - |
| YUV | 81.5 | 152.54 | 74.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 111 | 125 | 0.94 | 0.11 | 0 | 0.51 | 187.12 | 0.89 | 0.26 |
| Hex | 7 | 6F | 7D | 5E | B | 0 | 33 | BB | 59 | 1A |
| Octal | 7 | 157 | 175 | 136 | 13 | 0 | 63 | 273 | 131 | 32 |
| Binary | 111 | 1101111 | 1111101 | 1011110 | 1011 | 0 | 110011 | 10111011 | 1011001 | 11010 |
Color Harmonies of #076F7D
Complementary color
Monochromatic Colors of #076F7D
Black with #076F7D
Text Example
Text Example
White with #076F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076F7D; }
p { color: rgb(7,111,125); }
H1.HeaderClassName
{
color: #076F7D;
}
.AnyTagClassName
{
color: #076F7D;
}
</style>
background-color css
<style>
a { background-color: #076F7D; }
a { background-color: rgb(7,111,125); }
div.DivClassName
{
background-color: #076F7D;
}
.BgClassName
{
background-color: #076F7D;
}
</style>
border-color css
<style>
span { border-color: #076F7D; }
span { border-color: rgb(7,111,125); }
td.TdClassName
{
border-color: #076F7D;
}
.TagClassName
{
border-color: #076F7D;
}
</style>