Shades of Surfie Green #097875
Tints of Surfie Green #097875
RGB
CMYK
RGB Variations
Color information
#097875 (or 0x097875) is known color: Surfie Green. HEX triplet: 09, 78 and 75. RGB value is (9,120,117). Sum of RGB (Red+Green+Blue) = 9+120+117=246 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.66% from 246); Green value is 120 (47.27% from 255 or 48.78% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 120 - color contains mainly: green. Hex color #097875 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097875 is #F6878A. Grayscale: #565656. Windows color (decimal): -16156555 or 7698441. OLE color: 7698441.
HSL color Cylindrical-coordinate representation of color #097875: hue angle of 178.38º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097875 is Cyan = 0.92, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 9 | 120 | 117 | - |
| CMYK | 0.92 | 0 | 0.02 | 0.53 |
| HSL | 178.38º | 0.86% | 0.25% | - |
| HSV(B) | 178.38º | 0.93% | 0.47% | - |
| XYZ | 10.04 | 14.78 | 19.15 | - |
| YUV | 86.47 | 145.23 | 72.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 120 | 117 | 0.92 | 0 | 0.02 | 0.53 | 178.38 | 0.86 | 0.25 |
| Hex | 9 | 78 | 75 | 5C | 0 | 2 | 35 | B2 | 56 | 19 |
| Octal | 11 | 170 | 165 | 134 | 0 | 2 | 65 | 262 | 126 | 31 |
| Binary | 1001 | 1111000 | 1110101 | 1011100 | 0 | 10 | 110101 | 10110010 | 1010110 | 11001 |
Color Harmonies of #097875
Complementary color
Monochromatic Colors of #097875
Black with #097875
Text Example
Text Example
White with #097875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097875; }
p { color: rgb(9,120,117); }
H1.HeaderClassName
{
color: #097875;
}
.AnyTagClassName
{
color: #097875;
}
</style>
background-color css
<style>
a { background-color: #097875; }
a { background-color: rgb(9,120,117); }
div.DivClassName
{
background-color: #097875;
}
.BgClassName
{
background-color: #097875;
}
</style>
border-color css
<style>
span { border-color: #097875; }
span { border-color: rgb(9,120,117); }
td.TdClassName
{
border-color: #097875;
}
.TagClassName
{
border-color: #097875;
}
</style>