Shades of Dark Spring Green #0B8739
Tints of Dark Spring Green #0B8739
RGB
CMYK
RGB Variations
Color information
#0B8739 (or 0x0B8739) is known color: Dark Spring Green. HEX triplet: 0B, 87 and 39. RGB value is (11,135,57). Sum of RGB (Red+Green+Blue) = 11+135+57=203 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.42% from 203); Green value is 135 (53.12% from 255 or 66.50% from 203); Blue value is 57 (22.66% from 255 or 28.08% from 203); Max value from RGB is 135 - color contains mainly: green. Hex color #0B8739 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B8739 is #F478C6. Grayscale: #595959. Windows color (decimal): -16021703 or 3770123. OLE color: 3770123.
HSL color Cylindrical-coordinate representation of color #0B8739: hue angle of 142.26º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8739 is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 11 | 135 | 57 | - |
| CMYK | 0.92 | 0 | 0.58 | 0.47 |
| HSL | 142.26º | 0.85% | 0.29% | - |
| HSV(B) | 142.26º | 0.92% | 0.53% | - |
| XYZ | 9.54 | 17.69 | 6.78 | - |
| YUV | 89.03 | 109.92 | 72.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 135 | 57 | 0.92 | 0 | 0.58 | 0.47 | 142.26 | 0.85 | 0.29 |
| Hex | B | 87 | 39 | 5C | 0 | 3A | 2F | 8E | 55 | 1D |
| Octal | 13 | 207 | 71 | 134 | 0 | 72 | 57 | 216 | 125 | 35 |
| Binary | 1011 | 10000111 | 111001 | 1011100 | 0 | 111010 | 101111 | 10001110 | 1010101 | 11101 |
Color Harmonies of #0B8739
Complementary color
Monochromatic Colors of #0B8739
Black with #0B8739
Text Example
Text Example
White with #0B8739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8739; }
p { color: rgb(11,135,57); }
H1.HeaderClassName
{
color: #0B8739;
}
.AnyTagClassName
{
color: #0B8739;
}
</style>
background-color css
<style>
a { background-color: #0B8739; }
a { background-color: rgb(11,135,57); }
div.DivClassName
{
background-color: #0B8739;
}
.BgClassName
{
background-color: #0B8739;
}
</style>
border-color css
<style>
span { border-color: #0B8739; }
span { border-color: rgb(11,135,57); }
td.TdClassName
{
border-color: #0B8739;
}
.TagClassName
{
border-color: #0B8739;
}
</style>