Shades of Dark Spring Green #0B7641
Tints of Dark Spring Green #0B7641
RGB
CMYK
RGB Variations
Color information
#0B7641 (or 0x0B7641) is known color: Dark Spring Green. HEX triplet: 0B, 76 and 41. RGB value is (11,118,65). Sum of RGB (Red+Green+Blue) = 11+118+65=194 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.67% from 194); Green value is 118 (46.48% from 255 or 60.82% from 194); Blue value is 65 (25.78% from 255 or 33.51% from 194); Max value from RGB is 118 - color contains mainly: green. Hex color #0B7641 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7641 is #F489BE. Grayscale: #505050. Windows color (decimal): -16026047 or 4290059. OLE color: 4290059.
HSL color Cylindrical-coordinate representation of color #0B7641: hue angle of 150.28º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7641 is Cyan = 0.91, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 11 | 118 | 65 | - |
| CMYK | 0.91 | 0 | 0.45 | 0.54 |
| HSL | 150.28º | 0.83% | 0.25% | - |
| HSV(B) | 150.28º | 0.91% | 0.46% | - |
| XYZ | 7.57 | 13.41 | 7.19 | - |
| YUV | 79.97 | 119.55 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 118 | 65 | 0.91 | 0 | 0.45 | 0.54 | 150.28 | 0.83 | 0.25 |
| Hex | B | 76 | 41 | 5B | 0 | 2D | 36 | 96 | 53 | 19 |
| Octal | 13 | 166 | 101 | 133 | 0 | 55 | 66 | 226 | 123 | 31 |
| Binary | 1011 | 1110110 | 1000001 | 1011011 | 0 | 101101 | 110110 | 10010110 | 1010011 | 11001 |
Color Harmonies of #0B7641
Complementary color
Monochromatic Colors of #0B7641
Black with #0B7641
Text Example
Text Example
White with #0B7641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7641; }
p { color: rgb(11,118,65); }
H1.HeaderClassName
{
color: #0B7641;
}
.AnyTagClassName
{
color: #0B7641;
}
</style>
background-color css
<style>
a { background-color: #0B7641; }
a { background-color: rgb(11,118,65); }
div.DivClassName
{
background-color: #0B7641;
}
.BgClassName
{
background-color: #0B7641;
}
</style>
border-color css
<style>
span { border-color: #0B7641; }
span { border-color: rgb(11,118,65); }
td.TdClassName
{
border-color: #0B7641;
}
.TagClassName
{
border-color: #0B7641;
}
</style>