Shades of Dark Spring Green #0B8639
Tints of Dark Spring Green #0B8639
RGB
CMYK
RGB Variations
Color information
#0B8639 (or 0x0B8639) is known color: Dark Spring Green. HEX triplet: 0B, 86 and 39. RGB value is (11,134,57). Sum of RGB (Red+Green+Blue) = 11+134+57=202 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.45% from 202); Green value is 134 (52.73% from 255 or 66.34% from 202); Blue value is 57 (22.66% from 255 or 28.22% from 202); Max value from RGB is 134 - color contains mainly: green. Hex color #0B8639 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B8639 is #F479C6. Grayscale: #585858. Windows color (decimal): -16021959 or 3769867. OLE color: 3769867.
HSL color Cylindrical-coordinate representation of color #0B8639: hue angle of 142.44º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8639 is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 11 | 134 | 57 | - |
| CMYK | 0.92 | 0 | 0.57 | 0.47 |
| HSL | 142.44º | 0.85% | 0.28% | - |
| HSV(B) | 142.44º | 0.92% | 0.53% | - |
| XYZ | 9.4 | 17.42 | 6.74 | - |
| YUV | 88.45 | 110.25 | 72.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 134 | 57 | 0.92 | 0 | 0.57 | 0.47 | 142.44 | 0.85 | 0.28 |
| Hex | B | 86 | 39 | 5C | 0 | 39 | 2F | 8E | 55 | 1C |
| Octal | 13 | 206 | 71 | 134 | 0 | 71 | 57 | 216 | 125 | 34 |
| Binary | 1011 | 10000110 | 111001 | 1011100 | 0 | 111001 | 101111 | 10001110 | 1010101 | 11100 |
Color Harmonies of #0B8639
Complementary color
Monochromatic Colors of #0B8639
Black with #0B8639
Text Example
Text Example
White with #0B8639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8639; }
p { color: rgb(11,134,57); }
H1.HeaderClassName
{
color: #0B8639;
}
.AnyTagClassName
{
color: #0B8639;
}
</style>
background-color css
<style>
a { background-color: #0B8639; }
a { background-color: rgb(11,134,57); }
div.DivClassName
{
background-color: #0B8639;
}
.BgClassName
{
background-color: #0B8639;
}
</style>
border-color css
<style>
span { border-color: #0B8639; }
span { border-color: rgb(11,134,57); }
td.TdClassName
{
border-color: #0B8639;
}
.TagClassName
{
border-color: #0B8639;
}
</style>