Shades of Surfie Green #097C7A
Tints of Surfie Green #097C7A
RGB
CMYK
RGB Variations
Color information
#097C7A (or 0x097C7A) is known color: Surfie Green. HEX triplet: 09, 7C and 7A. RGB value is (9,124,122). Sum of RGB (Red+Green+Blue) = 9+124+122=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 124 (48.83% from 255 or 48.63% from 255); Blue value is 122 (48.05% from 255 or 47.84% from 255); Max value from RGB is 124 - color contains mainly: green. Hex color #097C7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097C7A is #F68385. Grayscale: #595959. Windows color (decimal): -16155526 or 8027145. OLE color: 8027145.
HSL color Cylindrical-coordinate representation of color #097C7A: hue angle of 178.96º 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 #097C7A is Cyan = 0.93, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 124 | 122 | - |
| CMYK | 0.93 | 0 | 0.02 | 0.51 |
| HSL | 178.96º | 0.86% | 0.26% | - |
| HSV(B) | 178.96º | 0.93% | 0.49% | - |
| XYZ | 10.83 | 15.88 | 20.91 | - |
| YUV | 89.39 | 146.4 | 70.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 124 | 122 | 0.93 | 0 | 0.02 | 0.51 | 178.96 | 0.86 | 0.26 |
| Hex | 9 | 7C | 7A | 5D | 0 | 2 | 33 | B3 | 56 | 1A |
| Octal | 11 | 174 | 172 | 135 | 0 | 2 | 63 | 263 | 126 | 32 |
| Binary | 1001 | 1111100 | 1111010 | 1011101 | 0 | 10 | 110011 | 10110011 | 1010110 | 11010 |
Color Harmonies of #097C7A
Complementary color
Monochromatic Colors of #097C7A
Black with #097C7A
Text Example
Text Example
White with #097C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097C7A; }
p { color: rgb(9,124,122); }
H1.HeaderClassName
{
color: #097C7A;
}
.AnyTagClassName
{
color: #097C7A;
}
</style>
background-color css
<style>
a { background-color: #097C7A; }
a { background-color: rgb(9,124,122); }
div.DivClassName
{
background-color: #097C7A;
}
.BgClassName
{
background-color: #097C7A;
}
</style>
border-color css
<style>
span { border-color: #097C7A; }
span { border-color: rgb(9,124,122); }
td.TdClassName
{
border-color: #097C7A;
}
.TagClassName
{
border-color: #097C7A;
}
</style>