Shades of Surfie Green #0B8375
Tints of Surfie Green #0B8375
RGB
CMYK
RGB Variations
Color information
#0B8375 (or 0x0B8375) is known color: Surfie Green. HEX triplet: 0B, 83 and 75. RGB value is (11,131,117). Sum of RGB (Red+Green+Blue) = 11+131+117=259 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.25% from 259); Green value is 131 (51.56% from 255 or 50.58% from 259); Blue value is 117 (46.09% from 255 or 45.17% from 259); Max value from RGB is 131 - color contains mainly: green. Hex color #0B8375 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8375 is #F47C8A. Grayscale: #5D5D5D. Windows color (decimal): -16022667 or 7701259. OLE color: 7701259.
HSL color Cylindrical-coordinate representation of color #0B8375: hue angle of 173º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8375 is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 11 | 131 | 117 | - |
| CMYK | 0.92 | 0 | 0.11 | 0.49 |
| HSL | 173º | 0.85% | 0.28% | - |
| HSV(B) | 173º | 0.92% | 0.51% | - |
| XYZ | 11.47 | 17.59 | 19.62 | - |
| YUV | 93.52 | 141.24 | 69.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 131 | 117 | 0.92 | 0 | 0.11 | 0.49 | 173 | 0.85 | 0.28 |
| Hex | B | 83 | 75 | 5C | 0 | B | 31 | AD | 55 | 1C |
| Octal | 13 | 203 | 165 | 134 | 0 | 13 | 61 | 255 | 125 | 34 |
| Binary | 1011 | 10000011 | 1110101 | 1011100 | 0 | 1011 | 110001 | 10101101 | 1010101 | 11100 |
Color Harmonies of #0B8375
Complementary color
Monochromatic Colors of #0B8375
Black with #0B8375
Text Example
Text Example
White with #0B8375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8375; }
p { color: rgb(11,131,117); }
H1.HeaderClassName
{
color: #0B8375;
}
.AnyTagClassName
{
color: #0B8375;
}
</style>
background-color css
<style>
a { background-color: #0B8375; }
a { background-color: rgb(11,131,117); }
div.DivClassName
{
background-color: #0B8375;
}
.BgClassName
{
background-color: #0B8375;
}
</style>
border-color css
<style>
span { border-color: #0B8375; }
span { border-color: rgb(11,131,117); }
td.TdClassName
{
border-color: #0B8375;
}
.TagClassName
{
border-color: #0B8375;
}
</style>