Shades of Surfie Green #087B7A
Tints of Surfie Green #087B7A
RGB
CMYK
RGB Variations
Color information
#087B7A (or 0x087B7A) is known color: Surfie Green. HEX triplet: 08, 7B and 7A. RGB value is (8,123,122). Sum of RGB (Red+Green+Blue) = 8+123+122=253 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.16% from 253); Green value is 123 (48.44% from 255 or 48.62% from 253); Blue value is 122 (48.05% from 255 or 48.22% from 253); Max value from RGB is 123 - color contains mainly: green. Hex color #087B7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087B7A is #F78485. Grayscale: #585858. Windows color (decimal): -16221318 or 8026888. OLE color: 8026888.
HSL color Cylindrical-coordinate representation of color #087B7A: hue angle of 179.48º 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 #087B7A is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 123 | 122 | - |
| CMYK | 0.93 | 0 | 0.01 | 0.52 |
| HSL | 179.48º | 0.88% | 0.26% | - |
| HSV(B) | 179.48º | 0.93% | 0.48% | - |
| XYZ | 10.7 | 15.62 | 20.86 | - |
| YUV | 88.5 | 146.9 | 70.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 123 | 122 | 0.93 | 0 | 0.01 | 0.52 | 179.48 | 0.88 | 0.26 |
| Hex | 8 | 7B | 7A | 5D | 0 | 1 | 34 | B3 | 58 | 1A |
| Octal | 10 | 173 | 172 | 135 | 0 | 1 | 64 | 263 | 130 | 32 |
| Binary | 1000 | 1111011 | 1111010 | 1011101 | 0 | 1 | 110100 | 10110011 | 1011000 | 11010 |
Color Harmonies of #087B7A
Complementary color
Monochromatic Colors of #087B7A
Black with #087B7A
Text Example
Text Example
White with #087B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087B7A; }
p { color: rgb(8,123,122); }
H1.HeaderClassName
{
color: #087B7A;
}
.AnyTagClassName
{
color: #087B7A;
}
</style>
background-color css
<style>
a { background-color: #087B7A; }
a { background-color: rgb(8,123,122); }
div.DivClassName
{
background-color: #087B7A;
}
.BgClassName
{
background-color: #087B7A;
}
</style>
border-color css
<style>
span { border-color: #087B7A; }
span { border-color: rgb(8,123,122); }
td.TdClassName
{
border-color: #087B7A;
}
.TagClassName
{
border-color: #087B7A;
}
</style>