Shades of Surfie Green #0B7C77
Tints of Surfie Green #0B7C77
RGB
CMYK
RGB Variations
Color information
#0B7C77 (or 0x0B7C77) is known color: Surfie Green. HEX triplet: 0B, 7C and 77. RGB value is (11,124,119). Sum of RGB (Red+Green+Blue) = 11+124+119=254 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.33% from 254); Green value is 124 (48.83% from 255 or 48.82% from 254); Blue value is 119 (46.88% from 255 or 46.85% from 254); Max value from RGB is 124 - color contains mainly: green. Hex color #0B7C77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7C77 is #F48388. Grayscale: #595959. Windows color (decimal): -16024457 or 7830539. OLE color: 7830539.
HSL color Cylindrical-coordinate representation of color #0B7C77: hue angle of 177.35º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7C77 is Cyan = 0.91, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 11 | 124 | 119 | - |
| CMYK | 0.91 | 0 | 0.04 | 0.51 |
| HSL | 177.35º | 0.84% | 0.26% | - |
| HSV(B) | 177.35º | 0.91% | 0.49% | - |
| XYZ | 10.68 | 15.82 | 19.94 | - |
| YUV | 89.64 | 144.56 | 71.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 124 | 119 | 0.91 | 0 | 0.04 | 0.51 | 177.35 | 0.84 | 0.26 |
| Hex | B | 7C | 77 | 5B | 0 | 4 | 33 | B1 | 54 | 1A |
| Octal | 13 | 174 | 167 | 133 | 0 | 4 | 63 | 261 | 124 | 32 |
| Binary | 1011 | 1111100 | 1110111 | 1011011 | 0 | 100 | 110011 | 10110001 | 1010100 | 11010 |
Color Harmonies of #0B7C77
Complementary color
Monochromatic Colors of #0B7C77
Black with #0B7C77
Text Example
Text Example
White with #0B7C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7C77; }
p { color: rgb(11,124,119); }
H1.HeaderClassName
{
color: #0B7C77;
}
.AnyTagClassName
{
color: #0B7C77;
}
</style>
background-color css
<style>
a { background-color: #0B7C77; }
a { background-color: rgb(11,124,119); }
div.DivClassName
{
background-color: #0B7C77;
}
.BgClassName
{
background-color: #0B7C77;
}
</style>
border-color css
<style>
span { border-color: #0B7C77; }
span { border-color: rgb(11,124,119); }
td.TdClassName
{
border-color: #0B7C77;
}
.TagClassName
{
border-color: #0B7C77;
}
</style>