Shades of Surfie Green #018077
Tints of Surfie Green #018077
RGB
CMYK
RGB Variations
Color information
#018077 (or 0x018077) is known color: Surfie Green. HEX triplet: 01, 80 and 77. RGB value is (1,128,119). Sum of RGB (Red+Green+Blue) = 1+128+119=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 128 (50.39% from 255 or 51.61% from 248); Blue value is 119 (46.88% from 255 or 47.98% from 248); Max value from RGB is 128 - color contains mainly: green. Hex color #018077 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018077 is #FE7F88. Grayscale: #585858. Windows color (decimal): -16678793 or 7831553. OLE color: 7831553.
HSL color Cylindrical-coordinate representation of color #018077: hue angle of 175.75º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018077 is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 128 | 119 | - |
| CMYK | 0.99 | 0 | 0.07 | 0.50 |
| HSL | 175.75º | 0.98% | 0.25% | - |
| HSV(B) | 175.75º | 0.99% | 0.5% | - |
| XYZ | 11.06 | 16.78 | 20.11 | - |
| YUV | 89 | 144.92 | 65.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 128 | 119 | 0.99 | 0 | 0.07 | 0.50 | 175.75 | 0.98 | 0.25 |
| Hex | 1 | 80 | 77 | 63 | 0 | 7 | 32 | B0 | 62 | 19 |
| Octal | 1 | 200 | 167 | 143 | 0 | 7 | 62 | 260 | 142 | 31 |
| Binary | 1 | 10000000 | 1110111 | 1100011 | 0 | 111 | 110010 | 10110000 | 1100010 | 11001 |
Color Harmonies of #018077
Complementary color
Monochromatic Colors of #018077
Black with #018077
Text Example
Text Example
White with #018077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018077; }
p { color: rgb(1,128,119); }
H1.HeaderClassName
{
color: #018077;
}
.AnyTagClassName
{
color: #018077;
}
</style>
background-color css
<style>
a { background-color: #018077; }
a { background-color: rgb(1,128,119); }
div.DivClassName
{
background-color: #018077;
}
.BgClassName
{
background-color: #018077;
}
</style>
border-color css
<style>
span { border-color: #018077; }
span { border-color: rgb(1,128,119); }
td.TdClassName
{
border-color: #018077;
}
.TagClassName
{
border-color: #018077;
}
</style>