Shades of Surfie Green #097975
Tints of Surfie Green #097975
RGB
CMYK
RGB Variations
Color information
#097975 (or 0x097975) is known color: Surfie Green. HEX triplet: 09, 79 and 75. RGB value is (9,121,117). Sum of RGB (Red+Green+Blue) = 9+121+117=247 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.64% from 247); Green value is 121 (47.66% from 255 or 48.99% from 247); Blue value is 117 (46.09% from 255 or 47.37% from 247); Max value from RGB is 121 - color contains mainly: green. Hex color #097975 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097975 is #F6868A. Grayscale: #565656. Windows color (decimal): -16156299 or 7698697. OLE color: 7698697.
HSL color Cylindrical-coordinate representation of color #097975: hue angle of 177.86º 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 #097975 is Cyan = 0.93, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 9 | 121 | 117 | - |
| CMYK | 0.93 | 0 | 0.03 | 0.53 |
| HSL | 177.86º | 0.86% | 0.25% | - |
| HSV(B) | 177.86º | 0.93% | 0.47% | - |
| XYZ | 10.16 | 15.02 | 19.19 | - |
| YUV | 87.06 | 144.89 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 121 | 117 | 0.93 | 0 | 0.03 | 0.53 | 177.86 | 0.86 | 0.25 |
| Hex | 9 | 79 | 75 | 5D | 0 | 3 | 35 | B2 | 56 | 19 |
| Octal | 11 | 171 | 165 | 135 | 0 | 3 | 65 | 262 | 126 | 31 |
| Binary | 1001 | 1111001 | 1110101 | 1011101 | 0 | 11 | 110101 | 10110010 | 1010110 | 11001 |
Color Harmonies of #097975
Complementary color
Monochromatic Colors of #097975
Black with #097975
Text Example
Text Example
White with #097975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097975; }
p { color: rgb(9,121,117); }
H1.HeaderClassName
{
color: #097975;
}
.AnyTagClassName
{
color: #097975;
}
</style>
background-color css
<style>
a { background-color: #097975; }
a { background-color: rgb(9,121,117); }
div.DivClassName
{
background-color: #097975;
}
.BgClassName
{
background-color: #097975;
}
</style>
border-color css
<style>
span { border-color: #097975; }
span { border-color: rgb(9,121,117); }
td.TdClassName
{
border-color: #097975;
}
.TagClassName
{
border-color: #097975;
}
</style>