Shades of Surfie Green #0B707A
Tints of Surfie Green #0B707A
RGB
CMYK
RGB Variations
Color information
#0B707A (or 0x0B707A) is known color: Surfie Green. HEX triplet: 0B, 70 and 7A. RGB value is (11,112,122). Sum of RGB (Red+Green+Blue) = 11+112+122=245 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.49% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 122 (48.05% from 255 or 49.80% from 245); Max value from RGB is 122 - color contains mainly: blue. Hex color #0B707A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B707A is #F48F85. Grayscale: #525252. Windows color (decimal): -16027526 or 8024075. OLE color: 8024075.
HSL color Cylindrical-coordinate representation of color #0B707A: hue angle of 185.41º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B707A is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 11 | 112 | 122 | - |
| CMYK | 0.91 | 0.08 | 0 | 0.52 |
| HSL | 185.41º | 0.83% | 0.26% | - |
| HSV(B) | 185.41º | 0.91% | 0.48% | - |
| XYZ | 9.45 | 13.06 | 20.44 | - |
| YUV | 82.94 | 150.04 | 76.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 112 | 122 | 0.91 | 0.08 | 0 | 0.52 | 185.41 | 0.83 | 0.26 |
| Hex | B | 70 | 7A | 5B | 8 | 0 | 34 | B9 | 53 | 1A |
| Octal | 13 | 160 | 172 | 133 | 10 | 0 | 64 | 271 | 123 | 32 |
| Binary | 1011 | 1110000 | 1111010 | 1011011 | 1000 | 0 | 110100 | 10111001 | 1010011 | 11010 |
Color Harmonies of #0B707A
Complementary color
Monochromatic Colors of #0B707A
Black with #0B707A
Text Example
Text Example
White with #0B707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B707A; }
p { color: rgb(11,112,122); }
H1.HeaderClassName
{
color: #0B707A;
}
.AnyTagClassName
{
color: #0B707A;
}
</style>
background-color css
<style>
a { background-color: #0B707A; }
a { background-color: rgb(11,112,122); }
div.DivClassName
{
background-color: #0B707A;
}
.BgClassName
{
background-color: #0B707A;
}
</style>
border-color css
<style>
span { border-color: #0B707A; }
span { border-color: rgb(11,112,122); }
td.TdClassName
{
border-color: #0B707A;
}
.TagClassName
{
border-color: #0B707A;
}
</style>