Shades of Surfie Green #096F74
Tints of Surfie Green #096F74
RGB
CMYK
RGB Variations
Color information
#096F74 (or 0x096F74) is known color: Surfie Green. HEX triplet: 09, 6F and 74. RGB value is (9,111,116). Sum of RGB (Red+Green+Blue) = 9+111+116=236 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.81% from 236); Green value is 111 (43.75% from 255 or 47.03% from 236); Blue value is 116 (45.70% from 255 or 49.15% from 236); Max value from RGB is 116 - color contains mainly: blue. Hex color #096F74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096F74 is #F6908B. Grayscale: #505050. Windows color (decimal): -16158860 or 7630601. OLE color: 7630601.
HSL color Cylindrical-coordinate representation of color #096F74: hue angle of 182.8º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096F74 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 111 | 116 | - |
| CMYK | 0.92 | 0.04 | 0 | 0.55 |
| HSL | 182.8º | 0.86% | 0.25% | - |
| HSV(B) | 182.8º | 0.92% | 0.45% | - |
| XYZ | 8.95 | 12.69 | 18.5 | - |
| YUV | 81.07 | 147.71 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 111 | 116 | 0.92 | 0.04 | 0 | 0.55 | 182.8 | 0.86 | 0.25 |
| Hex | 9 | 6F | 74 | 5C | 4 | 0 | 37 | B7 | 56 | 19 |
| Octal | 11 | 157 | 164 | 134 | 4 | 0 | 67 | 267 | 126 | 31 |
| Binary | 1001 | 1101111 | 1110100 | 1011100 | 100 | 0 | 110111 | 10110111 | 1010110 | 11001 |
Color Harmonies of #096F74
Complementary color
Monochromatic Colors of #096F74
Black with #096F74
Text Example
Text Example
White with #096F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096F74; }
p { color: rgb(9,111,116); }
H1.HeaderClassName
{
color: #096F74;
}
.AnyTagClassName
{
color: #096F74;
}
</style>
background-color css
<style>
a { background-color: #096F74; }
a { background-color: rgb(9,111,116); }
div.DivClassName
{
background-color: #096F74;
}
.BgClassName
{
background-color: #096F74;
}
</style>
border-color css
<style>
span { border-color: #096F74; }
span { border-color: rgb(9,111,116); }
td.TdClassName
{
border-color: #096F74;
}
.TagClassName
{
border-color: #096F74;
}
</style>