Shades of Surfie Green #086F73
Tints of Surfie Green #086F73
RGB
CMYK
RGB Variations
Color information
#086F73 (or 0x086F73) is known color: Surfie Green. HEX triplet: 08, 6F and 73. RGB value is (8,111,115). Sum of RGB (Red+Green+Blue) = 8+111+115=234 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.42% from 234); Green value is 111 (43.75% from 255 or 47.44% from 234); Blue value is 115 (45.31% from 255 or 49.15% from 234); Max value from RGB is 115 - color contains mainly: blue. Hex color #086F73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086F73 is #F7908C. Grayscale: #505050. Windows color (decimal): -16224397 or 7565064. OLE color: 7565064.
HSL color Cylindrical-coordinate representation of color #086F73: hue angle of 182.24º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086F73 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 8 | 111 | 115 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.55 |
| HSL | 182.24º | 0.87% | 0.24% | - |
| HSV(B) | 182.24º | 0.93% | 0.45% | - |
| XYZ | 8.88 | 12.66 | 18.19 | - |
| YUV | 80.66 | 147.38 | 76.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 111 | 115 | 0.93 | 0.03 | 0 | 0.55 | 182.24 | 0.87 | 0.24 |
| Hex | 8 | 6F | 73 | 5D | 3 | 0 | 37 | B6 | 57 | 18 |
| Octal | 10 | 157 | 163 | 135 | 3 | 0 | 67 | 266 | 127 | 30 |
| Binary | 1000 | 1101111 | 1110011 | 1011101 | 11 | 0 | 110111 | 10110110 | 1010111 | 11000 |
Color Harmonies of #086F73
Complementary color
Monochromatic Colors of #086F73
Black with #086F73
Text Example
Text Example
White with #086F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086F73; }
p { color: rgb(8,111,115); }
H1.HeaderClassName
{
color: #086F73;
}
.AnyTagClassName
{
color: #086F73;
}
</style>
background-color css
<style>
a { background-color: #086F73; }
a { background-color: rgb(8,111,115); }
div.DivClassName
{
background-color: #086F73;
}
.BgClassName
{
background-color: #086F73;
}
</style>
border-color css
<style>
span { border-color: #086F73; }
span { border-color: rgb(8,111,115); }
td.TdClassName
{
border-color: #086F73;
}
.TagClassName
{
border-color: #086F73;
}
</style>