Shades of Surfie Green #0A707D
Tints of Surfie Green #0A707D
RGB
CMYK
RGB Variations
Color information
#0A707D (or 0x0A707D) is known color: Surfie Green. HEX triplet: 0A, 70 and 7D. RGB value is (10,112,125). Sum of RGB (Red+Green+Blue) = 10+112+125=247 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.05% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 125 (49.22% from 255 or 50.61% from 247); Max value from RGB is 125 - color contains mainly: blue. Hex color #0A707D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A707D is #F58F82. Grayscale: #525252. Windows color (decimal): -16093059 or 8220682. OLE color: 8220682.
HSL color Cylindrical-coordinate representation of color #0A707D: hue angle of 186.78º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A707D is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 112 | 125 | - |
| CMYK | 0.92 | 0.10 | 0 | 0.51 |
| HSL | 186.78º | 0.85% | 0.26% | - |
| HSV(B) | 186.78º | 0.92% | 0.49% | - |
| XYZ | 9.62 | 13.13 | 21.43 | - |
| YUV | 82.98 | 151.71 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 112 | 125 | 0.92 | 0.10 | 0 | 0.51 | 186.78 | 0.85 | 0.26 |
| Hex | A | 70 | 7D | 5C | A | 0 | 33 | BB | 55 | 1A |
| Octal | 12 | 160 | 175 | 134 | 12 | 0 | 63 | 273 | 125 | 32 |
| Binary | 1010 | 1110000 | 1111101 | 1011100 | 1010 | 0 | 110011 | 10111011 | 1010101 | 11010 |
Color Harmonies of #0A707D
Complementary color
Monochromatic Colors of #0A707D
Black with #0A707D
Text Example
Text Example
White with #0A707D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A707D; }
p { color: rgb(10,112,125); }
H1.HeaderClassName
{
color: #0A707D;
}
.AnyTagClassName
{
color: #0A707D;
}
</style>
background-color css
<style>
a { background-color: #0A707D; }
a { background-color: rgb(10,112,125); }
div.DivClassName
{
background-color: #0A707D;
}
.BgClassName
{
background-color: #0A707D;
}
</style>
border-color css
<style>
span { border-color: #0A707D; }
span { border-color: rgb(10,112,125); }
td.TdClassName
{
border-color: #0A707D;
}
.TagClassName
{
border-color: #0A707D;
}
</style>