Shades of Surfie Green #0A707A
Tints of Surfie Green #0A707A
RGB
CMYK
RGB Variations
Color information
#0A707A (or 0x0A707A) is known color: Surfie Green. HEX triplet: 0A, 70 and 7A. RGB value is (10,112,122). Sum of RGB (Red+Green+Blue) = 10+112+122=244 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.10% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 122 (48.05% from 255 or 50% from 244); Max value from RGB is 122 - color contains mainly: blue. Hex color #0A707A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A707A is #F58F85. Grayscale: #525252. Windows color (decimal): -16093062 or 8024074. OLE color: 8024074.
HSL color Cylindrical-coordinate representation of color #0A707A: hue angle of 185.36º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A707A is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 10 | 112 | 122 | - |
| CMYK | 0.92 | 0.08 | 0 | 0.52 |
| HSL | 185.36º | 0.85% | 0.26% | - |
| HSV(B) | 185.36º | 0.92% | 0.48% | - |
| XYZ | 9.43 | 13.06 | 20.44 | - |
| YUV | 82.64 | 150.21 | 76.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 112 | 122 | 0.92 | 0.08 | 0 | 0.52 | 185.36 | 0.85 | 0.26 |
| Hex | A | 70 | 7A | 5C | 8 | 0 | 34 | B9 | 55 | 1A |
| Octal | 12 | 160 | 172 | 134 | 10 | 0 | 64 | 271 | 125 | 32 |
| Binary | 1010 | 1110000 | 1111010 | 1011100 | 1000 | 0 | 110100 | 10111001 | 1010101 | 11010 |
Color Harmonies of #0A707A
Complementary color
Monochromatic Colors of #0A707A
Black with #0A707A
Text Example
Text Example
White with #0A707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A707A; }
p { color: rgb(10,112,122); }
H1.HeaderClassName
{
color: #0A707A;
}
.AnyTagClassName
{
color: #0A707A;
}
</style>
background-color css
<style>
a { background-color: #0A707A; }
a { background-color: rgb(10,112,122); }
div.DivClassName
{
background-color: #0A707A;
}
.BgClassName
{
background-color: #0A707A;
}
</style>
border-color css
<style>
span { border-color: #0A707A; }
span { border-color: rgb(10,112,122); }
td.TdClassName
{
border-color: #0A707A;
}
.TagClassName
{
border-color: #0A707A;
}
</style>