Shades of Dark Spring Green #0B7C42
Tints of Dark Spring Green #0B7C42
RGB
CMYK
RGB Variations
Color information
#0B7C42 (or 0x0B7C42) is known color: Dark Spring Green. HEX triplet: 0B, 7C and 42. RGB value is (11,124,66). Sum of RGB (Red+Green+Blue) = 11+124+66=201 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.47% from 201); Green value is 124 (48.83% from 255 or 61.69% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 124 - color contains mainly: green. Hex color #0B7C42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7C42 is #F483BD. Grayscale: #535353. Windows color (decimal): -16024510 or 4357131. OLE color: 4357131.
HSL color Cylindrical-coordinate representation of color #0B7C42: hue angle of 149.2º 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 #0B7C42 is Cyan = 0.91, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 11 | 124 | 66 | - |
| CMYK | 0.91 | 0 | 0.47 | 0.51 |
| HSL | 149.2º | 0.84% | 0.26% | - |
| HSV(B) | 149.2º | 0.91% | 0.49% | - |
| XYZ | 8.33 | 14.88 | 7.59 | - |
| YUV | 83.6 | 118.06 | 76.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 124 | 66 | 0.91 | 0 | 0.47 | 0.51 | 149.2 | 0.84 | 0.26 |
| Hex | B | 7C | 42 | 5B | 0 | 2F | 33 | 95 | 54 | 1A |
| Octal | 13 | 174 | 102 | 133 | 0 | 57 | 63 | 225 | 124 | 32 |
| Binary | 1011 | 1111100 | 1000010 | 1011011 | 0 | 101111 | 110011 | 10010101 | 1010100 | 11010 |
Color Harmonies of #0B7C42
Complementary color
Monochromatic Colors of #0B7C42
Black with #0B7C42
Text Example
Text Example
White with #0B7C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7C42; }
p { color: rgb(11,124,66); }
H1.HeaderClassName
{
color: #0B7C42;
}
.AnyTagClassName
{
color: #0B7C42;
}
</style>
background-color css
<style>
a { background-color: #0B7C42; }
a { background-color: rgb(11,124,66); }
div.DivClassName
{
background-color: #0B7C42;
}
.BgClassName
{
background-color: #0B7C42;
}
</style>
border-color css
<style>
span { border-color: #0B7C42; }
span { border-color: rgb(11,124,66); }
td.TdClassName
{
border-color: #0B7C42;
}
.TagClassName
{
border-color: #0B7C42;
}
</style>