Shades of Surfie Green #096F7D
Tints of Surfie Green #096F7D
RGB
CMYK
RGB Variations
Color information
#096F7D (or 0x096F7D) is known color: Surfie Green. HEX triplet: 09, 6F and 7D. RGB value is (9,111,125). Sum of RGB (Red+Green+Blue) = 9+111+125=245 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.67% from 245); Green value is 111 (43.75% from 255 or 45.31% from 245); Blue value is 125 (49.22% from 255 or 51.02% from 245); Max value from RGB is 125 - color contains mainly: blue. Hex color #096F7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096F7D is #F69082. Grayscale: #515151. Windows color (decimal): -16158851 or 8220425. OLE color: 8220425.
HSL color Cylindrical-coordinate representation of color #096F7D: hue angle of 187.24º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096F7D is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 111 | 125 | - |
| CMYK | 0.93 | 0.11 | 0 | 0.51 |
| HSL | 187.24º | 0.87% | 0.26% | - |
| HSV(B) | 187.24º | 0.93% | 0.49% | - |
| XYZ | 9.5 | 12.91 | 21.39 | - |
| YUV | 82.1 | 152.21 | 75.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 111 | 125 | 0.93 | 0.11 | 0 | 0.51 | 187.24 | 0.87 | 0.26 |
| Hex | 9 | 6F | 7D | 5D | B | 0 | 33 | BB | 57 | 1A |
| Octal | 11 | 157 | 175 | 135 | 13 | 0 | 63 | 273 | 127 | 32 |
| Binary | 1001 | 1101111 | 1111101 | 1011101 | 1011 | 0 | 110011 | 10111011 | 1010111 | 11010 |
Color Harmonies of #096F7D
Complementary color
Monochromatic Colors of #096F7D
Black with #096F7D
Text Example
Text Example
White with #096F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096F7D; }
p { color: rgb(9,111,125); }
H1.HeaderClassName
{
color: #096F7D;
}
.AnyTagClassName
{
color: #096F7D;
}
</style>
background-color css
<style>
a { background-color: #096F7D; }
a { background-color: rgb(9,111,125); }
div.DivClassName
{
background-color: #096F7D;
}
.BgClassName
{
background-color: #096F7D;
}
</style>
border-color css
<style>
span { border-color: #096F7D; }
span { border-color: rgb(9,111,125); }
td.TdClassName
{
border-color: #096F7D;
}
.TagClassName
{
border-color: #096F7D;
}
</style>