Shades of Green #0B7507
Tints of Green #0B7507
RGB
CMYK
RGB Variations
Color information
#0B7507 (or 0x0B7507) is known color: Green. HEX triplet: 0B, 75 and 07. RGB value is (11,117,7). Sum of RGB (Red+Green+Blue) = 11+117+7=135 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.15% from 135); Green value is 117 (46.09% from 255 or 86.67% from 135); Blue value is 7 (3.12% from 255 or 5.19% from 135); Max value from RGB is 117 - color contains mainly: green. Hex color #0B7507 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B7507 is #F48AF8. Grayscale: #494949. Windows color (decimal): -16026361 or 488715. OLE color: 488715.
HSL color Cylindrical-coordinate representation of color #0B7507: hue angle of 117.82º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B7507 is Cyan = 0.91, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 11 | 117 | 7 | - |
| CMYK | 0.91 | 0 | 0.94 | 0.54 |
| HSL | 117.82º | 0.89% | 0.24% | - |
| HSV(B) | 117.82º | 0.94% | 0.46% | - |
| XYZ | 6.54 | 12.81 | 2.33 | - |
| YUV | 72.77 | 90.88 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 117 | 7 | 0.91 | 0 | 0.94 | 0.54 | 117.82 | 0.89 | 0.24 |
| Hex | B | 75 | 7 | 5B | 0 | 5E | 36 | 76 | 59 | 18 |
| Octal | 13 | 165 | 7 | 133 | 0 | 136 | 66 | 166 | 131 | 30 |
| Binary | 1011 | 1110101 | 111 | 1011011 | 0 | 1011110 | 110110 | 1110110 | 1011001 | 11000 |
Color Harmonies of #0B7507
Complementary color
Monochromatic Colors of #0B7507
Black with #0B7507
Text Example
Text Example
White with #0B7507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7507; }
p { color: rgb(11,117,7); }
H1.HeaderClassName
{
color: #0B7507;
}
.AnyTagClassName
{
color: #0B7507;
}
</style>
background-color css
<style>
a { background-color: #0B7507; }
a { background-color: rgb(11,117,7); }
div.DivClassName
{
background-color: #0B7507;
}
.BgClassName
{
background-color: #0B7507;
}
</style>
border-color css
<style>
span { border-color: #0B7507; }
span { border-color: rgb(11,117,7); }
td.TdClassName
{
border-color: #0B7507;
}
.TagClassName
{
border-color: #0B7507;
}
</style>