Shades of Surfie Green #0B8678
Tints of Surfie Green #0B8678
RGB
CMYK
RGB Variations
Color information
#0B8678 (or 0x0B8678) is known color: Surfie Green. HEX triplet: 0B, 86 and 78. RGB value is (11,134,120). Sum of RGB (Red+Green+Blue) = 11+134+120=265 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.15% from 265); Green value is 134 (52.73% from 255 or 50.57% from 265); Blue value is 120 (47.27% from 255 or 45.28% from 265); Max value from RGB is 134 - color contains mainly: green. Hex color #0B8678 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8678 is #F47987. Grayscale: #5F5F5F. Windows color (decimal): -16021896 or 7898635. OLE color: 7898635.
HSL color Cylindrical-coordinate representation of color #0B8678: hue angle of 173.17º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8678 is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 11 | 134 | 120 | - |
| CMYK | 0.92 | 0 | 0.10 | 0.47 |
| HSL | 173.17º | 0.85% | 0.28% | - |
| HSV(B) | 173.17º | 0.92% | 0.53% | - |
| XYZ | 12.05 | 18.48 | 20.7 | - |
| YUV | 95.63 | 141.75 | 67.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 134 | 120 | 0.92 | 0 | 0.10 | 0.47 | 173.17 | 0.85 | 0.28 |
| Hex | B | 86 | 78 | 5C | 0 | A | 2F | AD | 55 | 1C |
| Octal | 13 | 206 | 170 | 134 | 0 | 12 | 57 | 255 | 125 | 34 |
| Binary | 1011 | 10000110 | 1111000 | 1011100 | 0 | 1010 | 101111 | 10101101 | 1010101 | 11100 |
Color Harmonies of #0B8678
Complementary color
Monochromatic Colors of #0B8678
Black with #0B8678
Text Example
Text Example
White with #0B8678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8678; }
p { color: rgb(11,134,120); }
H1.HeaderClassName
{
color: #0B8678;
}
.AnyTagClassName
{
color: #0B8678;
}
</style>
background-color css
<style>
a { background-color: #0B8678; }
a { background-color: rgb(11,134,120); }
div.DivClassName
{
background-color: #0B8678;
}
.BgClassName
{
background-color: #0B8678;
}
</style>
border-color css
<style>
span { border-color: #0B8678; }
span { border-color: rgb(11,134,120); }
td.TdClassName
{
border-color: #0B8678;
}
.TagClassName
{
border-color: #0B8678;
}
</style>