Shades of Surfie Green #087876
Tints of Surfie Green #087876
RGB
CMYK
RGB Variations
Color information
#087876 (or 0x087876) is known color: Surfie Green. HEX triplet: 08, 78 and 76. RGB value is (8,120,118). Sum of RGB (Red+Green+Blue) = 8+120+118=246 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.25% from 246); Green value is 120 (47.27% from 255 or 48.78% from 246); Blue value is 118 (46.48% from 255 or 47.97% from 246); Max value from RGB is 120 - color contains mainly: green. Hex color #087876 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087876 is #F78789. Grayscale: #565656. Windows color (decimal): -16222090 or 7763976. OLE color: 7763976.
HSL color Cylindrical-coordinate representation of color #087876: hue angle of 178.93º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087876 is Cyan = 0.93, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 120 | 118 | - |
| CMYK | 0.93 | 0 | 0.02 | 0.53 |
| HSL | 178.93º | 0.88% | 0.25% | - |
| HSV(B) | 178.93º | 0.93% | 0.47% | - |
| XYZ | 10.09 | 14.79 | 19.46 | - |
| YUV | 86.28 | 145.89 | 72.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 120 | 118 | 0.93 | 0 | 0.02 | 0.53 | 178.93 | 0.88 | 0.25 |
| Hex | 8 | 78 | 76 | 5D | 0 | 2 | 35 | B3 | 58 | 19 |
| Octal | 10 | 170 | 166 | 135 | 0 | 2 | 65 | 263 | 130 | 31 |
| Binary | 1000 | 1111000 | 1110110 | 1011101 | 0 | 10 | 110101 | 10110011 | 1011000 | 11001 |
Color Harmonies of #087876
Complementary color
Monochromatic Colors of #087876
Black with #087876
Text Example
Text Example
White with #087876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087876; }
p { color: rgb(8,120,118); }
H1.HeaderClassName
{
color: #087876;
}
.AnyTagClassName
{
color: #087876;
}
</style>
background-color css
<style>
a { background-color: #087876; }
a { background-color: rgb(8,120,118); }
div.DivClassName
{
background-color: #087876;
}
.BgClassName
{
background-color: #087876;
}
</style>
border-color css
<style>
span { border-color: #087876; }
span { border-color: rgb(8,120,118); }
td.TdClassName
{
border-color: #087876;
}
.TagClassName
{
border-color: #087876;
}
</style>