Shades of Surfie Green #0B7479
Tints of Surfie Green #0B7479
RGB
CMYK
RGB Variations
Color information
#0B7479 (or 0x0B7479) is known color: Surfie Green. HEX triplet: 0B, 74 and 79. RGB value is (11,116,121). Sum of RGB (Red+Green+Blue) = 11+116+121=248 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.44% from 248); Green value is 116 (45.70% from 255 or 46.77% from 248); Blue value is 121 (47.66% from 255 or 48.79% from 248); Max value from RGB is 121 - color contains mainly: blue. Hex color #0B7479 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7479 is #F48B86. Grayscale: #555555. Windows color (decimal): -16026503 or 7959563. OLE color: 7959563.
HSL color Cylindrical-coordinate representation of color #0B7479: hue angle of 182.73º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7479 is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 11 | 116 | 121 | - |
| CMYK | 0.91 | 0.04 | 0 | 0.53 |
| HSL | 182.73º | 0.83% | 0.26% | - |
| HSV(B) | 182.73º | 0.91% | 0.47% | - |
| XYZ | 9.83 | 13.94 | 20.26 | - |
| YUV | 85.18 | 148.21 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 116 | 121 | 0.91 | 0.04 | 0 | 0.53 | 182.73 | 0.83 | 0.26 |
| Hex | B | 74 | 79 | 5B | 4 | 0 | 35 | B7 | 53 | 1A |
| Octal | 13 | 164 | 171 | 133 | 4 | 0 | 65 | 267 | 123 | 32 |
| Binary | 1011 | 1110100 | 1111001 | 1011011 | 100 | 0 | 110101 | 10110111 | 1010011 | 11010 |
Color Harmonies of #0B7479
Complementary color
Monochromatic Colors of #0B7479
Black with #0B7479
Text Example
Text Example
White with #0B7479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7479; }
p { color: rgb(11,116,121); }
H1.HeaderClassName
{
color: #0B7479;
}
.AnyTagClassName
{
color: #0B7479;
}
</style>
background-color css
<style>
a { background-color: #0B7479; }
a { background-color: rgb(11,116,121); }
div.DivClassName
{
background-color: #0B7479;
}
.BgClassName
{
background-color: #0B7479;
}
</style>
border-color css
<style>
span { border-color: #0B7479; }
span { border-color: rgb(11,116,121); }
td.TdClassName
{
border-color: #0B7479;
}
.TagClassName
{
border-color: #0B7479;
}
</style>