Shades of Surfie Green #087777
Tints of Surfie Green #087777
RGB
CMYK
RGB Variations
Color information
#087777 (or 0x087777) is known color: Surfie Green. HEX triplet: 08, 77 and 77. RGB value is (8,119,119). Sum of RGB (Red+Green+Blue) = 8+119+119=246 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.25% from 246); Green value is 119 (46.88% from 255 or 48.37% from 246); Blue value is 119 (46.88% from 255 or 48.37% from 246); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #087777 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087777 is #F78888. Grayscale: #555555. Windows color (decimal): -16222345 or 7829256. OLE color: 7829256.
HSL color Cylindrical-coordinate representation of color #087777: hue angle of 180º degrees, saturation: 0.87, 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 #087777 is Cyan = 0.93, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 119 | 119 | - |
| CMYK | 0.93 | 0 | 0 | 0.53 |
| HSL | 180º | 0.87% | 0.25% | - |
| HSV(B) | 180º | 0.93% | 0.47% | - |
| XYZ | 10.03 | 14.58 | 19.74 | - |
| YUV | 85.81 | 146.73 | 72.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 119 | 119 | 0.93 | 0 | 0 | 0.53 | 180 | 0.87 | 0.25 |
| Hex | 8 | 77 | 77 | 5D | 0 | 0 | 35 | B4 | 57 | 19 |
| Octal | 10 | 167 | 167 | 135 | 0 | 0 | 65 | 264 | 127 | 31 |
| Binary | 1000 | 1110111 | 1110111 | 1011101 | 0 | 0 | 110101 | 10110100 | 1010111 | 11001 |
Color Harmonies of #087777
Complementary color
Monochromatic Colors of #087777
Black with #087777
Text Example
Text Example
White with #087777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087777; }
p { color: rgb(8,119,119); }
H1.HeaderClassName
{
color: #087777;
}
.AnyTagClassName
{
color: #087777;
}
</style>
background-color css
<style>
a { background-color: #087777; }
a { background-color: rgb(8,119,119); }
div.DivClassName
{
background-color: #087777;
}
.BgClassName
{
background-color: #087777;
}
</style>
border-color css
<style>
span { border-color: #087777; }
span { border-color: rgb(8,119,119); }
td.TdClassName
{
border-color: #087777;
}
.TagClassName
{
border-color: #087777;
}
</style>