Shades of Surfie Green #01707D
Tints of Surfie Green #01707D
RGB
CMYK
RGB Variations
Color information
#01707D (or 0x01707D) is known color: Surfie Green. HEX triplet: 01, 70 and 7D. RGB value is (1,112,125). Sum of RGB (Red+Green+Blue) = 1+112+125=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 125 (49.22% from 255 or 52.52% from 238); Max value from RGB is 125 - color contains mainly: blue. Hex color #01707D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01707D is #FE8F82. Grayscale: #505050. Windows color (decimal): -16682883 or 8220673. OLE color: 8220673.
HSL color Cylindrical-coordinate representation of color #01707D: hue angle of 186.29º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01707D is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 112 | 125 | - |
| CMYK | 0.99 | 0.10 | 0 | 0.51 |
| HSL | 186.29º | 0.98% | 0.25% | - |
| HSV(B) | 186.29º | 0.99% | 0.49% | - |
| XYZ | 9.51 | 13.08 | 21.42 | - |
| YUV | 80.29 | 153.23 | 71.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 112 | 125 | 0.99 | 0.10 | 0 | 0.51 | 186.29 | 0.98 | 0.25 |
| Hex | 1 | 70 | 7D | 63 | A | 0 | 33 | BA | 62 | 19 |
| Octal | 1 | 160 | 175 | 143 | 12 | 0 | 63 | 272 | 142 | 31 |
| Binary | 1 | 1110000 | 1111101 | 1100011 | 1010 | 0 | 110011 | 10111010 | 1100010 | 11001 |
Color Harmonies of #01707D
Complementary color
Monochromatic Colors of #01707D
Black with #01707D
Text Example
Text Example
White with #01707D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01707D; }
p { color: rgb(1,112,125); }
H1.HeaderClassName
{
color: #01707D;
}
.AnyTagClassName
{
color: #01707D;
}
</style>
background-color css
<style>
a { background-color: #01707D; }
a { background-color: rgb(1,112,125); }
div.DivClassName
{
background-color: #01707D;
}
.BgClassName
{
background-color: #01707D;
}
</style>
border-color css
<style>
span { border-color: #01707D; }
span { border-color: rgb(1,112,125); }
td.TdClassName
{
border-color: #01707D;
}
.TagClassName
{
border-color: #01707D;
}
</style>