Shades of Surfie Green #097F77
Tints of Surfie Green #097F77
RGB
CMYK
RGB Variations
Color information
#097F77 (or 0x097F77) is known color: Surfie Green. HEX triplet: 09, 7F and 77. RGB value is (9,127,119). Sum of RGB (Red+Green+Blue) = 9+127+119=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 127 (50% from 255 or 49.80% from 255); Blue value is 119 (46.88% from 255 or 46.67% from 255); Max value from RGB is 127 - color contains mainly: green. Hex color #097F77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097F77 is #F68088. Grayscale: #5A5A5A. Windows color (decimal): -16154761 or 7831305. OLE color: 7831305.
HSL color Cylindrical-coordinate representation of color #097F77: hue angle of 175.93º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097F77 is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 9 | 127 | 119 | - |
| CMYK | 0.93 | 0 | 0.06 | 0.50 |
| HSL | 175.93º | 0.87% | 0.27% | - |
| HSV(B) | 175.93º | 0.93% | 0.5% | - |
| XYZ | 11.03 | 16.57 | 20.07 | - |
| YUV | 90.81 | 143.91 | 69.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 127 | 119 | 0.93 | 0 | 0.06 | 0.50 | 175.93 | 0.87 | 0.27 |
| Hex | 9 | 7F | 77 | 5D | 0 | 6 | 32 | B0 | 57 | 1B |
| Octal | 11 | 177 | 167 | 135 | 0 | 6 | 62 | 260 | 127 | 33 |
| Binary | 1001 | 1111111 | 1110111 | 1011101 | 0 | 110 | 110010 | 10110000 | 1010111 | 11011 |
Color Harmonies of #097F77
Complementary color
Monochromatic Colors of #097F77
Black with #097F77
Text Example
Text Example
White with #097F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097F77; }
p { color: rgb(9,127,119); }
H1.HeaderClassName
{
color: #097F77;
}
.AnyTagClassName
{
color: #097F77;
}
</style>
background-color css
<style>
a { background-color: #097F77; }
a { background-color: rgb(9,127,119); }
div.DivClassName
{
background-color: #097F77;
}
.BgClassName
{
background-color: #097F77;
}
</style>
border-color css
<style>
span { border-color: #097F77; }
span { border-color: rgb(9,127,119); }
td.TdClassName
{
border-color: #097F77;
}
.TagClassName
{
border-color: #097F77;
}
</style>