Shades of Dark Spring Green #0B7C36
Tints of Dark Spring Green #0B7C36
RGB
CMYK
RGB Variations
Color information
#0B7C36 (or 0x0B7C36) is known color: Dark Spring Green. HEX triplet: 0B, 7C and 36. RGB value is (11,124,54). Sum of RGB (Red+Green+Blue) = 11+124+54=189 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.82% from 189); Green value is 124 (48.83% from 255 or 65.61% from 189); Blue value is 54 (21.48% from 255 or 28.57% from 189); Max value from RGB is 124 - color contains mainly: green. Hex color #0B7C36 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7C36 is #F483C9. Grayscale: #525252. Windows color (decimal): -16024522 or 3570699. OLE color: 3570699.
HSL color Cylindrical-coordinate representation of color #0B7C36: hue angle of 142.83º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7C36 is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 11 | 124 | 54 | - |
| CMYK | 0.91 | 0 | 0.56 | 0.51 |
| HSL | 142.83º | 0.84% | 0.26% | - |
| HSV(B) | 142.83º | 0.91% | 0.49% | - |
| XYZ | 8.01 | 14.75 | 5.92 | - |
| YUV | 82.23 | 112.06 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 124 | 54 | 0.91 | 0 | 0.56 | 0.51 | 142.83 | 0.84 | 0.26 |
| Hex | B | 7C | 36 | 5B | 0 | 38 | 33 | 8F | 54 | 1A |
| Octal | 13 | 174 | 66 | 133 | 0 | 70 | 63 | 217 | 124 | 32 |
| Binary | 1011 | 1111100 | 110110 | 1011011 | 0 | 111000 | 110011 | 10001111 | 1010100 | 11010 |
Color Harmonies of #0B7C36
Complementary color
Monochromatic Colors of #0B7C36
Black with #0B7C36
Text Example
Text Example
White with #0B7C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7C36; }
p { color: rgb(11,124,54); }
H1.HeaderClassName
{
color: #0B7C36;
}
.AnyTagClassName
{
color: #0B7C36;
}
</style>
background-color css
<style>
a { background-color: #0B7C36; }
a { background-color: rgb(11,124,54); }
div.DivClassName
{
background-color: #0B7C36;
}
.BgClassName
{
background-color: #0B7C36;
}
</style>
border-color css
<style>
span { border-color: #0B7C36; }
span { border-color: rgb(11,124,54); }
td.TdClassName
{
border-color: #0B7C36;
}
.TagClassName
{
border-color: #0B7C36;
}
</style>