Shades of Surfie Green #087D75
Tints of Surfie Green #087D75
RGB
CMYK
RGB Variations
Color information
#087D75 (or 0x087D75) is known color: Surfie Green. HEX triplet: 08, 7D and 75. RGB value is (8,125,117). Sum of RGB (Red+Green+Blue) = 8+125+117=250 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.2% from 250); Green value is 125 (49.22% from 255 or 50% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 125 - color contains mainly: green. Hex color #087D75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087D75 is #F7828A. Grayscale: #595959. Windows color (decimal): -16220811 or 7699720. OLE color: 7699720.
HSL color Cylindrical-coordinate representation of color #087D75: hue angle of 175.9º 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 #087D75 is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 125 | 117 | - |
| CMYK | 0.94 | 0 | 0.06 | 0.51 |
| HSL | 175.9º | 0.88% | 0.26% | - |
| HSV(B) | 175.9º | 0.94% | 0.49% | - |
| XYZ | 10.64 | 16 | 19.36 | - |
| YUV | 89.11 | 143.74 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 125 | 117 | 0.94 | 0 | 0.06 | 0.51 | 175.9 | 0.88 | 0.26 |
| Hex | 8 | 7D | 75 | 5E | 0 | 6 | 33 | B0 | 58 | 1A |
| Octal | 10 | 175 | 165 | 136 | 0 | 6 | 63 | 260 | 130 | 32 |
| Binary | 1000 | 1111101 | 1110101 | 1011110 | 0 | 110 | 110011 | 10110000 | 1011000 | 11010 |
Color Harmonies of #087D75
Complementary color
Monochromatic Colors of #087D75
Black with #087D75
Text Example
Text Example
White with #087D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087D75; }
p { color: rgb(8,125,117); }
H1.HeaderClassName
{
color: #087D75;
}
.AnyTagClassName
{
color: #087D75;
}
</style>
background-color css
<style>
a { background-color: #087D75; }
a { background-color: rgb(8,125,117); }
div.DivClassName
{
background-color: #087D75;
}
.BgClassName
{
background-color: #087D75;
}
</style>
border-color css
<style>
span { border-color: #087D75; }
span { border-color: rgb(8,125,117); }
td.TdClassName
{
border-color: #087D75;
}
.TagClassName
{
border-color: #087D75;
}
</style>