Shades of Surfie Green #007876
Tints of Surfie Green #007876
RGB
CMYK
RGB Variations
Color information
#007876 (or 0x007876) is known color: Surfie Green. HEX triplet: 00, 78 and 76. RGB value is (0,120,118). Sum of RGB (Red+Green+Blue) = 0+120+118=238 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 238); Green value is 120 (47.27% from 255 or 50.42% from 238); Blue value is 118 (46.48% from 255 or 49.58% from 238); Max value from RGB is 120 - color contains mainly: green. Hex color #007876 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007876 is #FF8789. Grayscale: #535353. Windows color (decimal): -16746378 or 7763968. OLE color: 7763968.
HSL color Cylindrical-coordinate representation of color #007876: hue angle of 179º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007876 is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 120 | 118 | - |
| CMYK | 1 | 0 | 0.02 | 0.53 |
| HSL | 179º | 1% | 0.24% | - |
| HSV(B) | 179º | 1% | 0.47% | - |
| XYZ | 9.99 | 14.74 | 19.46 | - |
| YUV | 83.89 | 147.24 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 120 | 118 | 1 | 0 | 0.02 | 0.53 | 179 | 1 | 0.24 |
| Hex | 0 | 78 | 76 | 64 | 0 | 2 | 35 | B3 | 64 | 18 |
| Octal | 0 | 170 | 166 | 144 | 0 | 2 | 65 | 263 | 144 | 30 |
| Binary | 0 | 1111000 | 1110110 | 1100100 | 0 | 10 | 110101 | 10110011 | 1100100 | 11000 |
Color Harmonies of #007876
Complementary color
Monochromatic Colors of #007876
Black with #007876
Text Example
Text Example
White with #007876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007876; }
p { color: rgb(0,120,118); }
H1.HeaderClassName
{
color: #007876;
}
.AnyTagClassName
{
color: #007876;
}
</style>
background-color css
<style>
a { background-color: #007876; }
a { background-color: rgb(0,120,118); }
div.DivClassName
{
background-color: #007876;
}
.BgClassName
{
background-color: #007876;
}
</style>
border-color css
<style>
span { border-color: #007876; }
span { border-color: rgb(0,120,118); }
td.TdClassName
{
border-color: #007876;
}
.TagClassName
{
border-color: #007876;
}
</style>