Shades of Surfie Green #097275
Tints of Surfie Green #097275
RGB
CMYK
RGB Variations
Color information
#097275 (or 0x097275) is known color: Surfie Green. HEX triplet: 09, 72 and 75. RGB value is (9,114,117). Sum of RGB (Red+Green+Blue) = 9+114+117=240 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.75% from 240); Green value is 114 (44.92% from 255 or 47.5% from 240); Blue value is 117 (46.09% from 255 or 48.75% from 240); Max value from RGB is 117 - color contains mainly: blue. Hex color #097275 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097275 is #F68D8A. Grayscale: #525252. Windows color (decimal): -16158091 or 7696905. OLE color: 7696905.
HSL color Cylindrical-coordinate representation of color #097275: hue angle of 181.67º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097275 is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 9 | 114 | 117 | - |
| CMYK | 0.92 | 0.03 | 0 | 0.54 |
| HSL | 181.67º | 0.86% | 0.25% | - |
| HSV(B) | 181.67º | 0.92% | 0.46% | - |
| XYZ | 9.34 | 13.38 | 18.92 | - |
| YUV | 82.95 | 147.21 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 114 | 117 | 0.92 | 0.03 | 0 | 0.54 | 181.67 | 0.86 | 0.25 |
| Hex | 9 | 72 | 75 | 5C | 3 | 0 | 36 | B6 | 56 | 19 |
| Octal | 11 | 162 | 165 | 134 | 3 | 0 | 66 | 266 | 126 | 31 |
| Binary | 1001 | 1110010 | 1110101 | 1011100 | 11 | 0 | 110110 | 10110110 | 1010110 | 11001 |
Color Harmonies of #097275
Complementary color
Monochromatic Colors of #097275
Black with #097275
Text Example
Text Example
White with #097275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097275; }
p { color: rgb(9,114,117); }
H1.HeaderClassName
{
color: #097275;
}
.AnyTagClassName
{
color: #097275;
}
</style>
background-color css
<style>
a { background-color: #097275; }
a { background-color: rgb(9,114,117); }
div.DivClassName
{
background-color: #097275;
}
.BgClassName
{
background-color: #097275;
}
</style>
border-color css
<style>
span { border-color: #097275; }
span { border-color: rgb(9,114,117); }
td.TdClassName
{
border-color: #097275;
}
.TagClassName
{
border-color: #097275;
}
</style>