Shades of Dark Spring Green #0B783F
Tints of Dark Spring Green #0B783F
RGB
CMYK
RGB Variations
Color information
#0B783F (or 0x0B783F) is known color: Dark Spring Green. HEX triplet: 0B, 78 and 3F. RGB value is (11,120,63). Sum of RGB (Red+Green+Blue) = 11+120+63=194 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.67% from 194); Green value is 120 (47.27% from 255 or 61.86% from 194); Blue value is 63 (25% from 255 or 32.47% from 194); Max value from RGB is 120 - color contains mainly: green. Hex color #0B783F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B783F is #F487C0. Grayscale: #515151. Windows color (decimal): -16025537 or 4159499. OLE color: 4159499.
HSL color Cylindrical-coordinate representation of color #0B783F: hue angle of 148.62º 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 #0B783F is Cyan = 0.91, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 11 | 120 | 63 | - |
| CMYK | 0.91 | 0 | 0.48 | 0.53 |
| HSL | 148.62º | 0.83% | 0.26% | - |
| HSV(B) | 148.62º | 0.91% | 0.47% | - |
| XYZ | 7.75 | 13.86 | 6.97 | - |
| YUV | 80.91 | 117.89 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 120 | 63 | 0.91 | 0 | 0.48 | 0.53 | 148.62 | 0.83 | 0.26 |
| Hex | B | 78 | 3F | 5B | 0 | 30 | 35 | 95 | 53 | 1A |
| Octal | 13 | 170 | 77 | 133 | 0 | 60 | 65 | 225 | 123 | 32 |
| Binary | 1011 | 1111000 | 111111 | 1011011 | 0 | 110000 | 110101 | 10010101 | 1010011 | 11010 |
Color Harmonies of #0B783F
Complementary color
Monochromatic Colors of #0B783F
Black with #0B783F
Text Example
Text Example
White with #0B783F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B783F; }
p { color: rgb(11,120,63); }
H1.HeaderClassName
{
color: #0B783F;
}
.AnyTagClassName
{
color: #0B783F;
}
</style>
background-color css
<style>
a { background-color: #0B783F; }
a { background-color: rgb(11,120,63); }
div.DivClassName
{
background-color: #0B783F;
}
.BgClassName
{
background-color: #0B783F;
}
</style>
border-color css
<style>
span { border-color: #0B783F; }
span { border-color: rgb(11,120,63); }
td.TdClassName
{
border-color: #0B783F;
}
.TagClassName
{
border-color: #0B783F;
}
</style>