Shades of Surfie Green #0B7478
Tints of Surfie Green #0B7478
RGB
CMYK
RGB Variations
Color information
#0B7478 (or 0x0B7478) is known color: Surfie Green. HEX triplet: 0B, 74 and 78. RGB value is (11,116,120). Sum of RGB (Red+Green+Blue) = 11+116+120=247 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.45% from 247); Green value is 116 (45.70% from 255 or 46.96% from 247); Blue value is 120 (47.27% from 255 or 48.58% from 247); Max value from RGB is 120 - color contains mainly: blue. Hex color #0B7478 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7478 is #F48B87. Grayscale: #545454. Windows color (decimal): -16026504 or 7894027. OLE color: 7894027.
HSL color Cylindrical-coordinate representation of color #0B7478: hue angle of 182.2º 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 #0B7478 is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 11 | 116 | 120 | - |
| CMYK | 0.91 | 0.03 | 0 | 0.53 |
| HSL | 182.2º | 0.83% | 0.26% | - |
| HSV(B) | 182.2º | 0.91% | 0.47% | - |
| XYZ | 9.77 | 13.92 | 19.94 | - |
| YUV | 85.06 | 147.71 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 116 | 120 | 0.91 | 0.03 | 0 | 0.53 | 182.2 | 0.83 | 0.26 |
| Hex | B | 74 | 78 | 5B | 3 | 0 | 35 | B6 | 53 | 1A |
| Octal | 13 | 164 | 170 | 133 | 3 | 0 | 65 | 266 | 123 | 32 |
| Binary | 1011 | 1110100 | 1111000 | 1011011 | 11 | 0 | 110101 | 10110110 | 1010011 | 11010 |
Color Harmonies of #0B7478
Complementary color
Monochromatic Colors of #0B7478
Black with #0B7478
Text Example
Text Example
White with #0B7478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7478; }
p { color: rgb(11,116,120); }
H1.HeaderClassName
{
color: #0B7478;
}
.AnyTagClassName
{
color: #0B7478;
}
</style>
background-color css
<style>
a { background-color: #0B7478; }
a { background-color: rgb(11,116,120); }
div.DivClassName
{
background-color: #0B7478;
}
.BgClassName
{
background-color: #0B7478;
}
</style>
border-color css
<style>
span { border-color: #0B7478; }
span { border-color: rgb(11,116,120); }
td.TdClassName
{
border-color: #0B7478;
}
.TagClassName
{
border-color: #0B7478;
}
</style>