Shades of Surfie Green #077B75
Tints of Surfie Green #077B75
RGB
CMYK
RGB Variations
Color information
#077B75 (or 0x077B75) is known color: Surfie Green. HEX triplet: 07, 7B and 75. RGB value is (7,123,117). Sum of RGB (Red+Green+Blue) = 7+123+117=247 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.83% from 247); Green value is 123 (48.44% from 255 or 49.80% from 247); Blue value is 117 (46.09% from 255 or 47.37% from 247); Max value from RGB is 123 - color contains mainly: green. Hex color #077B75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077B75 is #F8848A. Grayscale: #575757. Windows color (decimal): -16286859 or 7699207. OLE color: 7699207.
HSL color Cylindrical-coordinate representation of color #077B75: hue angle of 176.9º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077B75 is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 123 | 117 | - |
| CMYK | 0.94 | 0 | 0.05 | 0.52 |
| HSL | 176.9º | 0.89% | 0.25% | - |
| HSV(B) | 176.9º | 0.94% | 0.48% | - |
| XYZ | 10.38 | 15.5 | 19.27 | - |
| YUV | 87.63 | 144.57 | 70.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 123 | 117 | 0.94 | 0 | 0.05 | 0.52 | 176.9 | 0.89 | 0.25 |
| Hex | 7 | 7B | 75 | 5E | 0 | 5 | 34 | B1 | 59 | 19 |
| Octal | 7 | 173 | 165 | 136 | 0 | 5 | 64 | 261 | 131 | 31 |
| Binary | 111 | 1111011 | 1110101 | 1011110 | 0 | 101 | 110100 | 10110001 | 1011001 | 11001 |
Color Harmonies of #077B75
Complementary color
Monochromatic Colors of #077B75
Black with #077B75
Text Example
Text Example
White with #077B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077B75; }
p { color: rgb(7,123,117); }
H1.HeaderClassName
{
color: #077B75;
}
.AnyTagClassName
{
color: #077B75;
}
</style>
background-color css
<style>
a { background-color: #077B75; }
a { background-color: rgb(7,123,117); }
div.DivClassName
{
background-color: #077B75;
}
.BgClassName
{
background-color: #077B75;
}
</style>
border-color css
<style>
span { border-color: #077B75; }
span { border-color: rgb(7,123,117); }
td.TdClassName
{
border-color: #077B75;
}
.TagClassName
{
border-color: #077B75;
}
</style>