Shades of Surfie Green #087A7C
Tints of Surfie Green #087A7C
RGB
CMYK
RGB Variations
Color information
#087A7C (or 0x087A7C) is known color: Surfie Green. HEX triplet: 08, 7A and 7C. RGB value is (8,122,124). Sum of RGB (Red+Green+Blue) = 8+122+124=254 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.15% from 254); Green value is 122 (48.05% from 255 or 48.03% from 254); Blue value is 124 (48.83% from 255 or 48.82% from 254); Max value from RGB is 124 - color contains mainly: blue. Hex color #087A7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087A7C is #F78583. Grayscale: #585858. Windows color (decimal): -16221572 or 8157704. OLE color: 8157704.
HSL color Cylindrical-coordinate representation of color #087A7C: hue angle of 181.03º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087A7C is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 122 | 124 | - |
| CMYK | 0.94 | 0.02 | 0 | 0.51 |
| HSL | 181.03º | 0.88% | 0.26% | - |
| HSV(B) | 181.03º | 0.94% | 0.49% | - |
| XYZ | 10.7 | 15.43 | 21.48 | - |
| YUV | 88.14 | 148.23 | 70.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 122 | 124 | 0.94 | 0.02 | 0 | 0.51 | 181.03 | 0.88 | 0.26 |
| Hex | 8 | 7A | 7C | 5E | 2 | 0 | 33 | B5 | 58 | 1A |
| Octal | 10 | 172 | 174 | 136 | 2 | 0 | 63 | 265 | 130 | 32 |
| Binary | 1000 | 1111010 | 1111100 | 1011110 | 10 | 0 | 110011 | 10110101 | 1011000 | 11010 |
Color Harmonies of #087A7C
Complementary color
Monochromatic Colors of #087A7C
Black with #087A7C
Text Example
Text Example
White with #087A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087A7C; }
p { color: rgb(8,122,124); }
H1.HeaderClassName
{
color: #087A7C;
}
.AnyTagClassName
{
color: #087A7C;
}
</style>
background-color css
<style>
a { background-color: #087A7C; }
a { background-color: rgb(8,122,124); }
div.DivClassName
{
background-color: #087A7C;
}
.BgClassName
{
background-color: #087A7C;
}
</style>
border-color css
<style>
span { border-color: #087A7C; }
span { border-color: rgb(8,122,124); }
td.TdClassName
{
border-color: #087A7C;
}
.TagClassName
{
border-color: #087A7C;
}
</style>