Shades of Surfie Green #018778
Tints of Surfie Green #018778
RGB
CMYK
RGB Variations
Color information
#018778 (or 0x018778) is known color: Surfie Green. HEX triplet: 01, 87 and 78. RGB value is (1,135,120). Sum of RGB (Red+Green+Blue) = 1+135+120=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 135 (53.12% from 255 or 52.73% from 256); Blue value is 120 (47.27% from 255 or 46.88% from 256); Max value from RGB is 135 - color contains mainly: green. Hex color #018778 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018778 is #FE7887. Grayscale: #5D5D5D. Windows color (decimal): -16677000 or 7898881. OLE color: 7898881.
HSL color Cylindrical-coordinate representation of color #018778: hue angle of 173.28º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018778 is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 135 | 120 | - |
| CMYK | 0.99 | 0 | 0.11 | 0.47 |
| HSL | 173.28º | 0.99% | 0.27% | - |
| HSV(B) | 173.28º | 0.99% | 0.53% | - |
| XYZ | 12.07 | 18.69 | 20.74 | - |
| YUV | 93.22 | 143.11 | 62.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 135 | 120 | 0.99 | 0 | 0.11 | 0.47 | 173.28 | 0.99 | 0.27 |
| Hex | 1 | 87 | 78 | 63 | 0 | B | 2F | AD | 63 | 1B |
| Octal | 1 | 207 | 170 | 143 | 0 | 13 | 57 | 255 | 143 | 33 |
| Binary | 1 | 10000111 | 1111000 | 1100011 | 0 | 1011 | 101111 | 10101101 | 1100011 | 11011 |
Color Harmonies of #018778
Complementary color
Monochromatic Colors of #018778
Black with #018778
Text Example
Text Example
White with #018778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018778; }
p { color: rgb(1,135,120); }
H1.HeaderClassName
{
color: #018778;
}
.AnyTagClassName
{
color: #018778;
}
</style>
background-color css
<style>
a { background-color: #018778; }
a { background-color: rgb(1,135,120); }
div.DivClassName
{
background-color: #018778;
}
.BgClassName
{
background-color: #018778;
}
</style>
border-color css
<style>
span { border-color: #018778; }
span { border-color: rgb(1,135,120); }
td.TdClassName
{
border-color: #018778;
}
.TagClassName
{
border-color: #018778;
}
</style>