Shades of Dark Spring Green #0B7643
Tints of Dark Spring Green #0B7643
RGB
CMYK
RGB Variations
Color information
#0B7643 (or 0x0B7643) is known color: Dark Spring Green. HEX triplet: 0B, 76 and 43. RGB value is (11,118,67). Sum of RGB (Red+Green+Blue) = 11+118+67=196 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.61% from 196); Green value is 118 (46.48% from 255 or 60.20% from 196); Blue value is 67 (26.56% from 255 or 34.18% from 196); Max value from RGB is 118 - color contains mainly: green. Hex color #0B7643 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7643 is #F489BC. Grayscale: #505050. Windows color (decimal): -16026045 or 4421131. OLE color: 4421131.
HSL color Cylindrical-coordinate representation of color #0B7643: hue angle of 151.4º 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 #0B7643 is Cyan = 0.91, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 11 | 118 | 67 | - |
| CMYK | 0.91 | 0 | 0.43 | 0.54 |
| HSL | 151.4º | 0.83% | 0.25% | - |
| HSV(B) | 151.4º | 0.91% | 0.46% | - |
| XYZ | 7.63 | 13.43 | 7.5 | - |
| YUV | 80.19 | 120.55 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 118 | 67 | 0.91 | 0 | 0.43 | 0.54 | 151.4 | 0.83 | 0.25 |
| Hex | B | 76 | 43 | 5B | 0 | 2B | 36 | 97 | 53 | 19 |
| Octal | 13 | 166 | 103 | 133 | 0 | 53 | 66 | 227 | 123 | 31 |
| Binary | 1011 | 1110110 | 1000011 | 1011011 | 0 | 101011 | 110110 | 10010111 | 1010011 | 11001 |
Color Harmonies of #0B7643
Complementary color
Monochromatic Colors of #0B7643
Black with #0B7643
Text Example
Text Example
White with #0B7643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7643; }
p { color: rgb(11,118,67); }
H1.HeaderClassName
{
color: #0B7643;
}
.AnyTagClassName
{
color: #0B7643;
}
</style>
background-color css
<style>
a { background-color: #0B7643; }
a { background-color: rgb(11,118,67); }
div.DivClassName
{
background-color: #0B7643;
}
.BgClassName
{
background-color: #0B7643;
}
</style>
border-color css
<style>
span { border-color: #0B7643; }
span { border-color: rgb(11,118,67); }
td.TdClassName
{
border-color: #0B7643;
}
.TagClassName
{
border-color: #0B7643;
}
</style>