Shades of Surfie Green #018075
Tints of Surfie Green #018075
RGB
CMYK
RGB Variations
Color information
#018075 (or 0x018075) is known color: Surfie Green. HEX triplet: 01, 80 and 75. RGB value is (1,128,117). Sum of RGB (Red+Green+Blue) = 1+128+117=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 128 (50.39% from 255 or 52.03% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 128 - color contains mainly: green. Hex color #018075 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018075 is #FE7F8A. Grayscale: #585858. Windows color (decimal): -16678795 or 7700481. OLE color: 7700481.
HSL color Cylindrical-coordinate representation of color #018075: hue angle of 174.8º 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 #018075 is Cyan = 0.99, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 128 | 117 | - |
| CMYK | 0.99 | 0 | 0.09 | 0.50 |
| HSL | 174.8º | 0.98% | 0.25% | - |
| HSV(B) | 174.8º | 0.99% | 0.5% | - |
| XYZ | 10.94 | 16.73 | 19.48 | - |
| YUV | 88.77 | 143.92 | 65.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 128 | 117 | 0.99 | 0 | 0.09 | 0.50 | 174.8 | 0.98 | 0.25 |
| Hex | 1 | 80 | 75 | 63 | 0 | 9 | 32 | AF | 62 | 19 |
| Octal | 1 | 200 | 165 | 143 | 0 | 11 | 62 | 257 | 142 | 31 |
| Binary | 1 | 10000000 | 1110101 | 1100011 | 0 | 1001 | 110010 | 10101111 | 1100010 | 11001 |
Color Harmonies of #018075
Complementary color
Monochromatic Colors of #018075
Black with #018075
Text Example
Text Example
White with #018075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018075; }
p { color: rgb(1,128,117); }
H1.HeaderClassName
{
color: #018075;
}
.AnyTagClassName
{
color: #018075;
}
</style>
background-color css
<style>
a { background-color: #018075; }
a { background-color: rgb(1,128,117); }
div.DivClassName
{
background-color: #018075;
}
.BgClassName
{
background-color: #018075;
}
</style>
border-color css
<style>
span { border-color: #018075; }
span { border-color: rgb(1,128,117); }
td.TdClassName
{
border-color: #018075;
}
.TagClassName
{
border-color: #018075;
}
</style>