Shades of Surfie Green #096F7A
Tints of Surfie Green #096F7A
RGB
CMYK
RGB Variations
Color information
#096F7A (or 0x096F7A) is known color: Surfie Green. HEX triplet: 09, 6F and 7A. RGB value is (9,111,122). Sum of RGB (Red+Green+Blue) = 9+111+122=242 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.72% from 242); Green value is 111 (43.75% from 255 or 45.87% from 242); Blue value is 122 (48.05% from 255 or 50.41% from 242); Max value from RGB is 122 - color contains mainly: blue. Hex color #096F7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096F7A is #F69085. Grayscale: #515151. Windows color (decimal): -16158854 or 8023817. OLE color: 8023817.
HSL color Cylindrical-coordinate representation of color #096F7A: hue angle of 185.84º degrees, saturation: 0.86, 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 #096F7A is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 111 | 122 | - |
| CMYK | 0.93 | 0.09 | 0 | 0.52 |
| HSL | 185.84º | 0.86% | 0.26% | - |
| HSV(B) | 185.84º | 0.93% | 0.48% | - |
| XYZ | 9.31 | 12.83 | 20.4 | - |
| YUV | 81.76 | 150.71 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 111 | 122 | 0.93 | 0.09 | 0 | 0.52 | 185.84 | 0.86 | 0.26 |
| Hex | 9 | 6F | 7A | 5D | 9 | 0 | 34 | BA | 56 | 1A |
| Octal | 11 | 157 | 172 | 135 | 11 | 0 | 64 | 272 | 126 | 32 |
| Binary | 1001 | 1101111 | 1111010 | 1011101 | 1001 | 0 | 110100 | 10111010 | 1010110 | 11010 |
Color Harmonies of #096F7A
Complementary color
Monochromatic Colors of #096F7A
Black with #096F7A
Text Example
Text Example
White with #096F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096F7A; }
p { color: rgb(9,111,122); }
H1.HeaderClassName
{
color: #096F7A;
}
.AnyTagClassName
{
color: #096F7A;
}
</style>
background-color css
<style>
a { background-color: #096F7A; }
a { background-color: rgb(9,111,122); }
div.DivClassName
{
background-color: #096F7A;
}
.BgClassName
{
background-color: #096F7A;
}
</style>
border-color css
<style>
span { border-color: #096F7A; }
span { border-color: rgb(9,111,122); }
td.TdClassName
{
border-color: #096F7A;
}
.TagClassName
{
border-color: #096F7A;
}
</style>