Shades of Surfie Green #007B76
Tints of Surfie Green #007B76
RGB
CMYK
RGB Variations
Color information
#007B76 (or 0x007B76) is known color: Surfie Green. HEX triplet: 00, 7B and 76. RGB value is (0,123,118). Sum of RGB (Red+Green+Blue) = 0+123+118=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 123 (48.44% from 255 or 51.04% from 241); Blue value is 118 (46.48% from 255 or 48.96% from 241); Max value from RGB is 123 - color contains mainly: green. Hex color #007B76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007B76 is #FF8489. Grayscale: #555555. Windows color (decimal): -16745610 or 7764736. OLE color: 7764736.
HSL color Cylindrical-coordinate representation of color #007B76: hue angle of 177.56º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007B76 is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 0 | 123 | 118 | - |
| CMYK | 1 | 0 | 0.04 | 0.52 |
| HSL | 177.56º | 1% | 0.24% | - |
| HSV(B) | 177.56º | 1% | 0.48% | - |
| XYZ | 10.35 | 15.47 | 19.58 | - |
| YUV | 85.65 | 146.25 | 66.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 123 | 118 | 1 | 0 | 0.04 | 0.52 | 177.56 | 1 | 0.24 |
| Hex | 0 | 7B | 76 | 64 | 0 | 4 | 34 | B2 | 64 | 18 |
| Octal | 0 | 173 | 166 | 144 | 0 | 4 | 64 | 262 | 144 | 30 |
| Binary | 0 | 1111011 | 1110110 | 1100100 | 0 | 100 | 110100 | 10110010 | 1100100 | 11000 |
Color Harmonies of #007B76
Complementary color
Monochromatic Colors of #007B76
Black with #007B76
Text Example
Text Example
White with #007B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007B76; }
p { color: rgb(0,123,118); }
H1.HeaderClassName
{
color: #007B76;
}
.AnyTagClassName
{
color: #007B76;
}
</style>
background-color css
<style>
a { background-color: #007B76; }
a { background-color: rgb(0,123,118); }
div.DivClassName
{
background-color: #007B76;
}
.BgClassName
{
background-color: #007B76;
}
</style>
border-color css
<style>
span { border-color: #007B76; }
span { border-color: rgb(0,123,118); }
td.TdClassName
{
border-color: #007B76;
}
.TagClassName
{
border-color: #007B76;
}
</style>