Shades of Surfie Green #0B7477
Tints of Surfie Green #0B7477
RGB
CMYK
RGB Variations
Color information
#0B7477 (or 0x0B7477) is known color: Surfie Green. HEX triplet: 0B, 74 and 77. RGB value is (11,116,119). Sum of RGB (Red+Green+Blue) = 11+116+119=246 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.47% from 246); Green value is 116 (45.70% from 255 or 47.15% from 246); Blue value is 119 (46.88% from 255 or 48.37% from 246); Max value from RGB is 119 - color contains mainly: blue. Hex color #0B7477 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7477 is #F48B88. Grayscale: #545454. Windows color (decimal): -16026505 or 7828491. OLE color: 7828491.
HSL color Cylindrical-coordinate representation of color #0B7477: hue angle of 181.67º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7477 is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 11 | 116 | 119 | - |
| CMYK | 0.91 | 0.03 | 0 | 0.53 |
| HSL | 181.67º | 0.83% | 0.25% | - |
| HSV(B) | 181.67º | 0.91% | 0.47% | - |
| XYZ | 9.71 | 13.89 | 19.62 | - |
| YUV | 84.95 | 147.21 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 116 | 119 | 0.91 | 0.03 | 0 | 0.53 | 181.67 | 0.83 | 0.25 |
| Hex | B | 74 | 77 | 5B | 3 | 0 | 35 | B6 | 53 | 19 |
| Octal | 13 | 164 | 167 | 133 | 3 | 0 | 65 | 266 | 123 | 31 |
| Binary | 1011 | 1110100 | 1110111 | 1011011 | 11 | 0 | 110101 | 10110110 | 1010011 | 11001 |
Color Harmonies of #0B7477
Complementary color
Monochromatic Colors of #0B7477
Black with #0B7477
Text Example
Text Example
White with #0B7477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7477; }
p { color: rgb(11,116,119); }
H1.HeaderClassName
{
color: #0B7477;
}
.AnyTagClassName
{
color: #0B7477;
}
</style>
background-color css
<style>
a { background-color: #0B7477; }
a { background-color: rgb(11,116,119); }
div.DivClassName
{
background-color: #0B7477;
}
.BgClassName
{
background-color: #0B7477;
}
</style>
border-color css
<style>
span { border-color: #0B7477; }
span { border-color: rgb(11,116,119); }
td.TdClassName
{
border-color: #0B7477;
}
.TagClassName
{
border-color: #0B7477;
}
</style>