Shades of Surfie Green #078178
Tints of Surfie Green #078178
RGB
CMYK
RGB Variations
Color information
#078178 (or 0x078178) is known color: Surfie Green. HEX triplet: 07, 81 and 78. RGB value is (7,129,120). Sum of RGB (Red+Green+Blue) = 7+129+120=256 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.73% from 256); Green value is 129 (50.78% from 255 or 50.39% from 256); Blue value is 120 (47.27% from 255 or 46.88% from 256); Max value from RGB is 129 - color contains mainly: green. Hex color #078178 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078178 is #F87E87. Grayscale: #5B5B5B. Windows color (decimal): -16285320 or 7897351. OLE color: 7897351.
HSL color Cylindrical-coordinate representation of color #078178: hue angle of 175.57º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078178 is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 129 | 120 | - |
| CMYK | 0.95 | 0 | 0.07 | 0.49 |
| HSL | 175.57º | 0.9% | 0.27% | - |
| HSV(B) | 175.57º | 0.95% | 0.51% | - |
| XYZ | 11.33 | 17.1 | 20.47 | - |
| YUV | 91.5 | 144.08 | 67.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 129 | 120 | 0.95 | 0 | 0.07 | 0.49 | 175.57 | 0.9 | 0.27 |
| Hex | 7 | 81 | 78 | 5F | 0 | 7 | 31 | B0 | 5A | 1B |
| Octal | 7 | 201 | 170 | 137 | 0 | 7 | 61 | 260 | 132 | 33 |
| Binary | 111 | 10000001 | 1111000 | 1011111 | 0 | 111 | 110001 | 10110000 | 1011010 | 11011 |
Color Harmonies of #078178
Complementary color
Monochromatic Colors of #078178
Black with #078178
Text Example
Text Example
White with #078178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078178; }
p { color: rgb(7,129,120); }
H1.HeaderClassName
{
color: #078178;
}
.AnyTagClassName
{
color: #078178;
}
</style>
background-color css
<style>
a { background-color: #078178; }
a { background-color: rgb(7,129,120); }
div.DivClassName
{
background-color: #078178;
}
.BgClassName
{
background-color: #078178;
}
</style>
border-color css
<style>
span { border-color: #078178; }
span { border-color: rgb(7,129,120); }
td.TdClassName
{
border-color: #078178;
}
.TagClassName
{
border-color: #078178;
}
</style>