Shades of Dark Spring Green #0B783E
Tints of Dark Spring Green #0B783E
RGB
CMYK
RGB Variations
Color information
#0B783E (or 0x0B783E) is known color: Dark Spring Green. HEX triplet: 0B, 78 and 3E. RGB value is (11,120,62). Sum of RGB (Red+Green+Blue) = 11+120+62=193 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.70% from 193); Green value is 120 (47.27% from 255 or 62.18% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 120 - color contains mainly: green. Hex color #0B783E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B783E is #F487C1. Grayscale: #505050. Windows color (decimal): -16025538 or 4093963. OLE color: 4093963.
HSL color Cylindrical-coordinate representation of color #0B783E: hue angle of 148.07º 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 #0B783E is Cyan = 0.91, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 11 | 120 | 62 | - |
| CMYK | 0.91 | 0 | 0.48 | 0.53 |
| HSL | 148.07º | 0.83% | 0.26% | - |
| HSV(B) | 148.07º | 0.91% | 0.47% | - |
| XYZ | 7.72 | 13.85 | 6.82 | - |
| YUV | 80.8 | 117.39 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 120 | 62 | 0.91 | 0 | 0.48 | 0.53 | 148.07 | 0.83 | 0.26 |
| Hex | B | 78 | 3E | 5B | 0 | 30 | 35 | 94 | 53 | 1A |
| Octal | 13 | 170 | 76 | 133 | 0 | 60 | 65 | 224 | 123 | 32 |
| Binary | 1011 | 1111000 | 111110 | 1011011 | 0 | 110000 | 110101 | 10010100 | 1010011 | 11010 |
Color Harmonies of #0B783E
Complementary color
Monochromatic Colors of #0B783E
Black with #0B783E
Text Example
Text Example
White with #0B783E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B783E; }
p { color: rgb(11,120,62); }
H1.HeaderClassName
{
color: #0B783E;
}
.AnyTagClassName
{
color: #0B783E;
}
</style>
background-color css
<style>
a { background-color: #0B783E; }
a { background-color: rgb(11,120,62); }
div.DivClassName
{
background-color: #0B783E;
}
.BgClassName
{
background-color: #0B783E;
}
</style>
border-color css
<style>
span { border-color: #0B783E; }
span { border-color: rgb(11,120,62); }
td.TdClassName
{
border-color: #0B783E;
}
.TagClassName
{
border-color: #0B783E;
}
</style>