Shades of Surfie Green #098078
Tints of Surfie Green #098078
RGB
CMYK
RGB Variations
Color information
#098078 (or 0x098078) is known color: Surfie Green. HEX triplet: 09, 80 and 78. RGB value is (9,128,120). Sum of RGB (Red+Green+Blue) = 9+128+120=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 128 (50.39% from 255 or 49.81% from 257); Blue value is 120 (47.27% from 255 or 46.69% from 257); Max value from RGB is 128 - color contains mainly: green. Hex color #098078 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098078 is #F67F87. Grayscale: #5B5B5B. Windows color (decimal): -16154504 or 7897097. OLE color: 7897097.
HSL color Cylindrical-coordinate representation of color #098078: hue angle of 175.97º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098078 is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 9 | 128 | 120 | - |
| CMYK | 0.93 | 0 | 0.06 | 0.50 |
| HSL | 175.97º | 0.87% | 0.27% | - |
| HSV(B) | 175.97º | 0.93% | 0.5% | - |
| XYZ | 11.22 | 16.85 | 20.43 | - |
| YUV | 91.51 | 144.08 | 69.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 128 | 120 | 0.93 | 0 | 0.06 | 0.50 | 175.97 | 0.87 | 0.27 |
| Hex | 9 | 80 | 78 | 5D | 0 | 6 | 32 | B0 | 57 | 1B |
| Octal | 11 | 200 | 170 | 135 | 0 | 6 | 62 | 260 | 127 | 33 |
| Binary | 1001 | 10000000 | 1111000 | 1011101 | 0 | 110 | 110010 | 10110000 | 1010111 | 11011 |
Color Harmonies of #098078
Complementary color
Monochromatic Colors of #098078
Black with #098078
Text Example
Text Example
White with #098078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098078; }
p { color: rgb(9,128,120); }
H1.HeaderClassName
{
color: #098078;
}
.AnyTagClassName
{
color: #098078;
}
</style>
background-color css
<style>
a { background-color: #098078; }
a { background-color: rgb(9,128,120); }
div.DivClassName
{
background-color: #098078;
}
.BgClassName
{
background-color: #098078;
}
</style>
border-color css
<style>
span { border-color: #098078; }
span { border-color: rgb(9,128,120); }
td.TdClassName
{
border-color: #098078;
}
.TagClassName
{
border-color: #098078;
}
</style>