Shades of Surfie Green #097F76
Tints of Surfie Green #097F76
RGB
CMYK
RGB Variations
Color information
#097F76 (or 0x097F76) is known color: Surfie Green. HEX triplet: 09, 7F and 76. RGB value is (9,127,118). Sum of RGB (Red+Green+Blue) = 9+127+118=254 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.54% from 254); Green value is 127 (50% from 255 or 50% from 254); Blue value is 118 (46.48% from 255 or 46.46% from 254); Max value from RGB is 127 - color contains mainly: green. Hex color #097F76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097F76 is #F68089. Grayscale: #5A5A5A. Windows color (decimal): -16154762 or 7765769. OLE color: 7765769.
HSL color Cylindrical-coordinate representation of color #097F76: hue angle of 175.42º 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 #097F76 is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 9 | 127 | 118 | - |
| CMYK | 0.93 | 0 | 0.07 | 0.50 |
| HSL | 175.42º | 0.87% | 0.27% | - |
| HSV(B) | 175.42º | 0.93% | 0.5% | - |
| XYZ | 10.97 | 16.54 | 19.75 | - |
| YUV | 90.69 | 143.41 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 127 | 118 | 0.93 | 0 | 0.07 | 0.50 | 175.42 | 0.87 | 0.27 |
| Hex | 9 | 7F | 76 | 5D | 0 | 7 | 32 | AF | 57 | 1B |
| Octal | 11 | 177 | 166 | 135 | 0 | 7 | 62 | 257 | 127 | 33 |
| Binary | 1001 | 1111111 | 1110110 | 1011101 | 0 | 111 | 110010 | 10101111 | 1010111 | 11011 |
Color Harmonies of #097F76
Complementary color
Monochromatic Colors of #097F76
Black with #097F76
Text Example
Text Example
White with #097F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097F76; }
p { color: rgb(9,127,118); }
H1.HeaderClassName
{
color: #097F76;
}
.AnyTagClassName
{
color: #097F76;
}
</style>
background-color css
<style>
a { background-color: #097F76; }
a { background-color: rgb(9,127,118); }
div.DivClassName
{
background-color: #097F76;
}
.BgClassName
{
background-color: #097F76;
}
</style>
border-color css
<style>
span { border-color: #097F76; }
span { border-color: rgb(9,127,118); }
td.TdClassName
{
border-color: #097F76;
}
.TagClassName
{
border-color: #097F76;
}
</style>