Shades of Surfie Green #097075
Tints of Surfie Green #097075
RGB
CMYK
RGB Variations
Color information
#097075 (or 0x097075) is known color: Surfie Green. HEX triplet: 09, 70 and 75. RGB value is (9,112,117). Sum of RGB (Red+Green+Blue) = 9+112+117=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 117 (46.09% from 255 or 49.16% from 238); Max value from RGB is 117 - color contains mainly: blue. Hex color #097075 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097075 is #F68F8A. Grayscale: #515151. Windows color (decimal): -16158603 or 7696393. OLE color: 7696393.
HSL color Cylindrical-coordinate representation of color #097075: hue angle of 182.78º 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 #097075 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 9 | 112 | 117 | - |
| CMYK | 0.92 | 0.04 | 0 | 0.54 |
| HSL | 182.78º | 0.86% | 0.25% | - |
| HSV(B) | 182.78º | 0.92% | 0.46% | - |
| XYZ | 9.12 | 12.93 | 18.84 | - |
| YUV | 81.77 | 147.88 | 76.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 112 | 117 | 0.92 | 0.04 | 0 | 0.54 | 182.78 | 0.86 | 0.25 |
| Hex | 9 | 70 | 75 | 5C | 4 | 0 | 36 | B7 | 56 | 19 |
| Octal | 11 | 160 | 165 | 134 | 4 | 0 | 66 | 267 | 126 | 31 |
| Binary | 1001 | 1110000 | 1110101 | 1011100 | 100 | 0 | 110110 | 10110111 | 1010110 | 11001 |
Color Harmonies of #097075
Complementary color
Monochromatic Colors of #097075
Black with #097075
Text Example
Text Example
White with #097075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097075; }
p { color: rgb(9,112,117); }
H1.HeaderClassName
{
color: #097075;
}
.AnyTagClassName
{
color: #097075;
}
</style>
background-color css
<style>
a { background-color: #097075; }
a { background-color: rgb(9,112,117); }
div.DivClassName
{
background-color: #097075;
}
.BgClassName
{
background-color: #097075;
}
</style>
border-color css
<style>
span { border-color: #097075; }
span { border-color: rgb(9,112,117); }
td.TdClassName
{
border-color: #097075;
}
.TagClassName
{
border-color: #097075;
}
</style>