Shades of Surfie Green #098377
Tints of Surfie Green #098377
RGB
CMYK
RGB Variations
Color information
#098377 (or 0x098377) is known color: Surfie Green. HEX triplet: 09, 83 and 77. RGB value is (9,131,119). Sum of RGB (Red+Green+Blue) = 9+131+119=259 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.47% from 259); Green value is 131 (51.56% from 255 or 50.58% from 259); Blue value is 119 (46.88% from 255 or 45.95% from 259); Max value from RGB is 131 - color contains mainly: green. Hex color #098377 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098377 is #F67C88. Grayscale: #5D5D5D. Windows color (decimal): -16153737 or 7832329. OLE color: 7832329.
HSL color Cylindrical-coordinate representation of color #098377: hue angle of 174.1º 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 #098377 is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 131 | 119 | - |
| CMYK | 0.93 | 0 | 0.09 | 0.49 |
| HSL | 174.1º | 0.87% | 0.27% | - |
| HSV(B) | 174.1º | 0.93% | 0.51% | - |
| XYZ | 11.56 | 17.62 | 20.25 | - |
| YUV | 93.15 | 142.58 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 131 | 119 | 0.93 | 0 | 0.09 | 0.49 | 174.1 | 0.87 | 0.27 |
| Hex | 9 | 83 | 77 | 5D | 0 | 9 | 31 | AE | 57 | 1B |
| Octal | 11 | 203 | 167 | 135 | 0 | 11 | 61 | 256 | 127 | 33 |
| Binary | 1001 | 10000011 | 1110111 | 1011101 | 0 | 1001 | 110001 | 10101110 | 1010111 | 11011 |
Color Harmonies of #098377
Complementary color
Monochromatic Colors of #098377
Black with #098377
Text Example
Text Example
White with #098377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098377; }
p { color: rgb(9,131,119); }
H1.HeaderClassName
{
color: #098377;
}
.AnyTagClassName
{
color: #098377;
}
</style>
background-color css
<style>
a { background-color: #098377; }
a { background-color: rgb(9,131,119); }
div.DivClassName
{
background-color: #098377;
}
.BgClassName
{
background-color: #098377;
}
</style>
border-color css
<style>
span { border-color: #098377; }
span { border-color: rgb(9,131,119); }
td.TdClassName
{
border-color: #098377;
}
.TagClassName
{
border-color: #098377;
}
</style>