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