Shades of Surfie Green #0B7375
Tints of Surfie Green #0B7375
RGB
CMYK
RGB Variations
Color information
#0B7375 (or 0x0B7375) is known color: Surfie Green. HEX triplet: 0B, 73 and 75. RGB value is (11,115,117). Sum of RGB (Red+Green+Blue) = 11+115+117=243 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.53% from 243); Green value is 115 (45.31% from 255 or 47.33% from 243); Blue value is 117 (46.09% from 255 or 48.15% from 243); Max value from RGB is 117 - color contains mainly: blue. Hex color #0B7375 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7375 is #F48C8A. Grayscale: #545454. Windows color (decimal): -16026763 or 7697163. OLE color: 7697163.
HSL color Cylindrical-coordinate representation of color #0B7375: hue angle of 181.13º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7375 is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 11 | 115 | 117 | - |
| CMYK | 0.91 | 0.02 | 0 | 0.54 |
| HSL | 181.13º | 0.83% | 0.25% | - |
| HSV(B) | 181.13º | 0.91% | 0.46% | - |
| XYZ | 9.48 | 13.62 | 18.96 | - |
| YUV | 84.13 | 146.54 | 75.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 115 | 117 | 0.91 | 0.02 | 0 | 0.54 | 181.13 | 0.83 | 0.25 |
| Hex | B | 73 | 75 | 5B | 2 | 0 | 36 | B5 | 53 | 19 |
| Octal | 13 | 163 | 165 | 133 | 2 | 0 | 66 | 265 | 123 | 31 |
| Binary | 1011 | 1110011 | 1110101 | 1011011 | 10 | 0 | 110110 | 10110101 | 1010011 | 11001 |
Color Harmonies of #0B7375
Complementary color
Monochromatic Colors of #0B7375
Black with #0B7375
Text Example
Text Example
White with #0B7375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7375; }
p { color: rgb(11,115,117); }
H1.HeaderClassName
{
color: #0B7375;
}
.AnyTagClassName
{
color: #0B7375;
}
</style>
background-color css
<style>
a { background-color: #0B7375; }
a { background-color: rgb(11,115,117); }
div.DivClassName
{
background-color: #0B7375;
}
.BgClassName
{
background-color: #0B7375;
}
</style>
border-color css
<style>
span { border-color: #0B7375; }
span { border-color: rgb(11,115,117); }
td.TdClassName
{
border-color: #0B7375;
}
.TagClassName
{
border-color: #0B7375;
}
</style>