Shades of Surfie Green #018076
Tints of Surfie Green #018076
RGB
CMYK
RGB Variations
Color information
#018076 (or 0x018076) is known color: Surfie Green. HEX triplet: 01, 80 and 76. RGB value is (1,128,118). Sum of RGB (Red+Green+Blue) = 1+128+118=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 128 (50.39% from 255 or 51.82% from 247); Blue value is 118 (46.48% from 255 or 47.77% from 247); Max value from RGB is 128 - color contains mainly: green. Hex color #018076 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018076 is #FE7F89. Grayscale: #585858. Windows color (decimal): -16678794 or 7766017. OLE color: 7766017.
HSL color Cylindrical-coordinate representation of color #018076: hue angle of 175.28º 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 #018076 is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 128 | 118 | - |
| CMYK | 0.99 | 0 | 0.08 | 0.50 |
| HSL | 175.28º | 0.98% | 0.25% | - |
| HSV(B) | 175.28º | 0.99% | 0.5% | - |
| XYZ | 11 | 16.75 | 19.79 | - |
| YUV | 88.89 | 144.42 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 128 | 118 | 0.99 | 0 | 0.08 | 0.50 | 175.28 | 0.98 | 0.25 |
| Hex | 1 | 80 | 76 | 63 | 0 | 8 | 32 | AF | 62 | 19 |
| Octal | 1 | 200 | 166 | 143 | 0 | 10 | 62 | 257 | 142 | 31 |
| Binary | 1 | 10000000 | 1110110 | 1100011 | 0 | 1000 | 110010 | 10101111 | 1100010 | 11001 |
Color Harmonies of #018076
Complementary color
Monochromatic Colors of #018076
Black with #018076
Text Example
Text Example
White with #018076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018076; }
p { color: rgb(1,128,118); }
H1.HeaderClassName
{
color: #018076;
}
.AnyTagClassName
{
color: #018076;
}
</style>
background-color css
<style>
a { background-color: #018076; }
a { background-color: rgb(1,128,118); }
div.DivClassName
{
background-color: #018076;
}
.BgClassName
{
background-color: #018076;
}
</style>
border-color css
<style>
span { border-color: #018076; }
span { border-color: rgb(1,128,118); }
td.TdClassName
{
border-color: #018076;
}
.TagClassName
{
border-color: #018076;
}
</style>