Shades of Surfie Green #087B77
Tints of Surfie Green #087B77
RGB
CMYK
RGB Variations
Color information
#087B77 (or 0x087B77) is known color: Surfie Green. HEX triplet: 08, 7B and 77. RGB value is (8,123,119). Sum of RGB (Red+Green+Blue) = 8+123+119=250 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.2% from 250); Green value is 123 (48.44% from 255 or 49.2% from 250); Blue value is 119 (46.88% from 255 or 47.6% from 250); Max value from RGB is 123 - color contains mainly: green. Hex color #087B77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087B77 is #F78488. Grayscale: #585858. Windows color (decimal): -16221321 or 7830280. OLE color: 7830280.
HSL color Cylindrical-coordinate representation of color #087B77: hue angle of 177.91º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087B77 is Cyan = 0.93, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 123 | 119 | - |
| CMYK | 0.93 | 0 | 0.03 | 0.52 |
| HSL | 177.91º | 0.88% | 0.26% | - |
| HSV(B) | 177.91º | 0.93% | 0.48% | - |
| XYZ | 10.51 | 15.55 | 19.9 | - |
| YUV | 88.16 | 145.4 | 70.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 123 | 119 | 0.93 | 0 | 0.03 | 0.52 | 177.91 | 0.88 | 0.26 |
| Hex | 8 | 7B | 77 | 5D | 0 | 3 | 34 | B2 | 58 | 1A |
| Octal | 10 | 173 | 167 | 135 | 0 | 3 | 64 | 262 | 130 | 32 |
| Binary | 1000 | 1111011 | 1110111 | 1011101 | 0 | 11 | 110100 | 10110010 | 1011000 | 11010 |
Color Harmonies of #087B77
Complementary color
Monochromatic Colors of #087B77
Black with #087B77
Text Example
Text Example
White with #087B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087B77; }
p { color: rgb(8,123,119); }
H1.HeaderClassName
{
color: #087B77;
}
.AnyTagClassName
{
color: #087B77;
}
</style>
background-color css
<style>
a { background-color: #087B77; }
a { background-color: rgb(8,123,119); }
div.DivClassName
{
background-color: #087B77;
}
.BgClassName
{
background-color: #087B77;
}
</style>
border-color css
<style>
span { border-color: #087B77; }
span { border-color: rgb(8,123,119); }
td.TdClassName
{
border-color: #087B77;
}
.TagClassName
{
border-color: #087B77;
}
</style>