Shades of Surfie Green #096F77
Tints of Surfie Green #096F77
RGB
CMYK
RGB Variations
Color information
#096F77 (or 0x096F77) is known color: Surfie Green. HEX triplet: 09, 6F and 77. RGB value is (9,111,119). Sum of RGB (Red+Green+Blue) = 9+111+119=239 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.77% from 239); Green value is 111 (43.75% from 255 or 46.44% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: blue. Hex color #096F77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096F77 is #F69088. Grayscale: #515151. Windows color (decimal): -16158857 or 7827209. OLE color: 7827209.
HSL color Cylindrical-coordinate representation of color #096F77: hue angle of 184.36º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096F77 is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 9 | 111 | 119 | - |
| CMYK | 0.92 | 0.07 | 0 | 0.53 |
| HSL | 184.36º | 0.86% | 0.25% | - |
| HSV(B) | 184.36º | 0.92% | 0.47% | - |
| XYZ | 9.13 | 12.76 | 19.43 | - |
| YUV | 81.41 | 149.21 | 76.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 111 | 119 | 0.92 | 0.07 | 0 | 0.53 | 184.36 | 0.86 | 0.25 |
| Hex | 9 | 6F | 77 | 5C | 7 | 0 | 35 | B8 | 56 | 19 |
| Octal | 11 | 157 | 167 | 134 | 7 | 0 | 65 | 270 | 126 | 31 |
| Binary | 1001 | 1101111 | 1110111 | 1011100 | 111 | 0 | 110101 | 10111000 | 1010110 | 11001 |
Color Harmonies of #096F77
Complementary color
Monochromatic Colors of #096F77
Black with #096F77
Text Example
Text Example
White with #096F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096F77; }
p { color: rgb(9,111,119); }
H1.HeaderClassName
{
color: #096F77;
}
.AnyTagClassName
{
color: #096F77;
}
</style>
background-color css
<style>
a { background-color: #096F77; }
a { background-color: rgb(9,111,119); }
div.DivClassName
{
background-color: #096F77;
}
.BgClassName
{
background-color: #096F77;
}
</style>
border-color css
<style>
span { border-color: #096F77; }
span { border-color: rgb(9,111,119); }
td.TdClassName
{
border-color: #096F77;
}
.TagClassName
{
border-color: #096F77;
}
</style>