Shades of Surfie Green #086F7C
Tints of Surfie Green #086F7C
RGB
CMYK
RGB Variations
Color information
#086F7C (or 0x086F7C) is known color: Surfie Green. HEX triplet: 08, 6F and 7C. RGB value is (8,111,124). Sum of RGB (Red+Green+Blue) = 8+111+124=243 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.29% from 243); Green value is 111 (43.75% from 255 or 45.68% from 243); Blue value is 124 (48.83% from 255 or 51.03% from 243); Max value from RGB is 124 - color contains mainly: blue. Hex color #086F7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086F7C is #F79083. Grayscale: #515151. Windows color (decimal): -16224388 or 8154888. OLE color: 8154888.
HSL color Cylindrical-coordinate representation of color #086F7C: hue angle of 186.72º 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 #086F7C is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 111 | 124 | - |
| CMYK | 0.94 | 0.10 | 0 | 0.51 |
| HSL | 186.72º | 0.88% | 0.26% | - |
| HSV(B) | 186.72º | 0.94% | 0.49% | - |
| XYZ | 9.42 | 12.88 | 21.06 | - |
| YUV | 81.69 | 151.88 | 75.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 111 | 124 | 0.94 | 0.10 | 0 | 0.51 | 186.72 | 0.88 | 0.26 |
| Hex | 8 | 6F | 7C | 5E | A | 0 | 33 | BB | 58 | 1A |
| Octal | 10 | 157 | 174 | 136 | 12 | 0 | 63 | 273 | 130 | 32 |
| Binary | 1000 | 1101111 | 1111100 | 1011110 | 1010 | 0 | 110011 | 10111011 | 1011000 | 11010 |
Color Harmonies of #086F7C
Complementary color
Monochromatic Colors of #086F7C
Black with #086F7C
Text Example
Text Example
White with #086F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086F7C; }
p { color: rgb(8,111,124); }
H1.HeaderClassName
{
color: #086F7C;
}
.AnyTagClassName
{
color: #086F7C;
}
</style>
background-color css
<style>
a { background-color: #086F7C; }
a { background-color: rgb(8,111,124); }
div.DivClassName
{
background-color: #086F7C;
}
.BgClassName
{
background-color: #086F7C;
}
</style>
border-color css
<style>
span { border-color: #086F7C; }
span { border-color: rgb(8,111,124); }
td.TdClassName
{
border-color: #086F7C;
}
.TagClassName
{
border-color: #086F7C;
}
</style>