Shades of Surfie Green #007B77
Tints of Surfie Green #007B77
RGB
CMYK
RGB Variations
Color information
#007B77 (or 0x007B77) is known color: Surfie Green. HEX triplet: 00, 7B and 77. RGB value is (0,123,119). Sum of RGB (Red+Green+Blue) = 0+123+119=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 123 (48.44% from 255 or 50.83% from 242); Blue value is 119 (46.88% from 255 or 49.17% from 242); Max value from RGB is 123 - color contains mainly: green. Hex color #007B77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007B77 is #FF8488. Grayscale: #555555. Windows color (decimal): -16745609 or 7830272. OLE color: 7830272.
HSL color Cylindrical-coordinate representation of color #007B77: hue angle of 178.05º 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 #007B77 is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 0 | 123 | 119 | - |
| CMYK | 1 | 0 | 0.03 | 0.52 |
| HSL | 178.05º | 1% | 0.24% | - |
| HSV(B) | 178.05º | 1% | 0.48% | - |
| XYZ | 10.41 | 15.5 | 19.9 | - |
| YUV | 85.77 | 146.75 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 123 | 119 | 1 | 0 | 0.03 | 0.52 | 178.05 | 1 | 0.24 |
| Hex | 0 | 7B | 77 | 64 | 0 | 3 | 34 | B2 | 64 | 18 |
| Octal | 0 | 173 | 167 | 144 | 0 | 3 | 64 | 262 | 144 | 30 |
| Binary | 0 | 1111011 | 1110111 | 1100100 | 0 | 11 | 110100 | 10110010 | 1100100 | 11000 |
Color Harmonies of #007B77
Complementary color
Monochromatic Colors of #007B77
Black with #007B77
Text Example
Text Example
White with #007B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007B77; }
p { color: rgb(0,123,119); }
H1.HeaderClassName
{
color: #007B77;
}
.AnyTagClassName
{
color: #007B77;
}
</style>
background-color css
<style>
a { background-color: #007B77; }
a { background-color: rgb(0,123,119); }
div.DivClassName
{
background-color: #007B77;
}
.BgClassName
{
background-color: #007B77;
}
</style>
border-color css
<style>
span { border-color: #007B77; }
span { border-color: rgb(0,123,119); }
td.TdClassName
{
border-color: #007B77;
}
.TagClassName
{
border-color: #007B77;
}
</style>