Shades of Surfie Green #097C75
Tints of Surfie Green #097C75
RGB
CMYK
RGB Variations
Color information
#097C75 (or 0x097C75) is known color: Surfie Green. HEX triplet: 09, 7C and 75. RGB value is (9,124,117). Sum of RGB (Red+Green+Blue) = 9+124+117=250 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.6% from 250); Green value is 124 (48.83% from 255 or 49.6% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 124 - color contains mainly: green. Hex color #097C75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097C75 is #F6838A. Grayscale: #585858. Windows color (decimal): -16155531 or 7699465. OLE color: 7699465.
HSL color Cylindrical-coordinate representation of color #097C75: hue angle of 176.35º degrees, saturation: 0.86, 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 #097C75 is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 124 | 117 | - |
| CMYK | 0.93 | 0 | 0.06 | 0.51 |
| HSL | 176.35º | 0.86% | 0.26% | - |
| HSV(B) | 176.35º | 0.93% | 0.49% | - |
| XYZ | 10.53 | 15.76 | 19.32 | - |
| YUV | 88.82 | 143.9 | 71.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 124 | 117 | 0.93 | 0 | 0.06 | 0.51 | 176.35 | 0.86 | 0.26 |
| Hex | 9 | 7C | 75 | 5D | 0 | 6 | 33 | B0 | 56 | 1A |
| Octal | 11 | 174 | 165 | 135 | 0 | 6 | 63 | 260 | 126 | 32 |
| Binary | 1001 | 1111100 | 1110101 | 1011101 | 0 | 110 | 110011 | 10110000 | 1010110 | 11010 |
Color Harmonies of #097C75
Complementary color
Monochromatic Colors of #097C75
Black with #097C75
Text Example
Text Example
White with #097C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097C75; }
p { color: rgb(9,124,117); }
H1.HeaderClassName
{
color: #097C75;
}
.AnyTagClassName
{
color: #097C75;
}
</style>
background-color css
<style>
a { background-color: #097C75; }
a { background-color: rgb(9,124,117); }
div.DivClassName
{
background-color: #097C75;
}
.BgClassName
{
background-color: #097C75;
}
</style>
border-color css
<style>
span { border-color: #097C75; }
span { border-color: rgb(9,124,117); }
td.TdClassName
{
border-color: #097C75;
}
.TagClassName
{
border-color: #097C75;
}
</style>