Shades of Surfie Green #098275
Tints of Surfie Green #098275
RGB
CMYK
RGB Variations
Color information
#098275 (or 0x098275) is known color: Surfie Green. HEX triplet: 09, 82 and 75. RGB value is (9,130,117). Sum of RGB (Red+Green+Blue) = 9+130+117=256 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.52% from 256); Green value is 130 (51.17% from 255 or 50.78% from 256); Blue value is 117 (46.09% from 255 or 45.70% from 256); Max value from RGB is 130 - color contains mainly: green. Hex color #098275 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098275 is #F67D8A. Grayscale: #5C5C5C. Windows color (decimal): -16153995 or 7701001. OLE color: 7701001.
HSL color Cylindrical-coordinate representation of color #098275: hue angle of 173.55º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098275 is Cyan = 0.93, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 130 | 117 | - |
| CMYK | 0.93 | 0 | 0.1 | 0.49 |
| HSL | 173.55º | 0.87% | 0.27% | - |
| HSV(B) | 173.55º | 0.93% | 0.51% | - |
| XYZ | 11.31 | 17.31 | 19.57 | - |
| YUV | 92.34 | 141.91 | 68.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 130 | 117 | 0.93 | 0 | 0.1 | 0.49 | 173.55 | 0.87 | 0.27 |
| Hex | 9 | 82 | 75 | 5D | 0 | A | 31 | AE | 57 | 1B |
| Octal | 11 | 202 | 165 | 135 | 0 | 12 | 61 | 256 | 127 | 33 |
| Binary | 1001 | 10000010 | 1110101 | 1011101 | 0 | 1010 | 110001 | 10101110 | 1010111 | 11011 |
Color Harmonies of #098275
Complementary color
Monochromatic Colors of #098275
Black with #098275
Text Example
Text Example
White with #098275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098275; }
p { color: rgb(9,130,117); }
H1.HeaderClassName
{
color: #098275;
}
.AnyTagClassName
{
color: #098275;
}
</style>
background-color css
<style>
a { background-color: #098275; }
a { background-color: rgb(9,130,117); }
div.DivClassName
{
background-color: #098275;
}
.BgClassName
{
background-color: #098275;
}
</style>
border-color css
<style>
span { border-color: #098275; }
span { border-color: rgb(9,130,117); }
td.TdClassName
{
border-color: #098275;
}
.TagClassName
{
border-color: #098275;
}
</style>