Shades of Surfie Green #077B7A
Tints of Surfie Green #077B7A
RGB
CMYK
RGB Variations
Color information
#077B7A (or 0x077B7A) is known color: Surfie Green. HEX triplet: 07, 7B and 7A. RGB value is (7,123,122). Sum of RGB (Red+Green+Blue) = 7+123+122=252 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.78% from 252); Green value is 123 (48.44% from 255 or 48.81% from 252); Blue value is 122 (48.05% from 255 or 48.41% from 252); Max value from RGB is 123 - color contains mainly: green. Hex color #077B7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077B7A is #F88485. Grayscale: #585858. Windows color (decimal): -16286854 or 8026887. OLE color: 8026887.
HSL color Cylindrical-coordinate representation of color #077B7A: hue angle of 179.48º 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 #077B7A is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 123 | 122 | - |
| CMYK | 0.94 | 0 | 0.01 | 0.52 |
| HSL | 179.48º | 0.89% | 0.25% | - |
| HSV(B) | 179.48º | 0.94% | 0.48% | - |
| XYZ | 10.68 | 15.62 | 20.86 | - |
| YUV | 88.2 | 147.07 | 70.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 123 | 122 | 0.94 | 0 | 0.01 | 0.52 | 179.48 | 0.89 | 0.25 |
| Hex | 7 | 7B | 7A | 5E | 0 | 1 | 34 | B3 | 59 | 19 |
| Octal | 7 | 173 | 172 | 136 | 0 | 1 | 64 | 263 | 131 | 31 |
| Binary | 111 | 1111011 | 1111010 | 1011110 | 0 | 1 | 110100 | 10110011 | 1011001 | 11001 |
Color Harmonies of #077B7A
Complementary color
Monochromatic Colors of #077B7A
Black with #077B7A
Text Example
Text Example
White with #077B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077B7A; }
p { color: rgb(7,123,122); }
H1.HeaderClassName
{
color: #077B7A;
}
.AnyTagClassName
{
color: #077B7A;
}
</style>
background-color css
<style>
a { background-color: #077B7A; }
a { background-color: rgb(7,123,122); }
div.DivClassName
{
background-color: #077B7A;
}
.BgClassName
{
background-color: #077B7A;
}
</style>
border-color css
<style>
span { border-color: #077B7A; }
span { border-color: rgb(7,123,122); }
td.TdClassName
{
border-color: #077B7A;
}
.TagClassName
{
border-color: #077B7A;
}
</style>