Shades of Green #0B7607
Tints of Green #0B7607
RGB
CMYK
RGB Variations
Color information
#0B7607 (or 0x0B7607) is known color: Green. HEX triplet: 0B, 76 and 07. RGB value is (11,118,7). Sum of RGB (Red+Green+Blue) = 11+118+7=136 (18% of max value = 765). Red value is 11 (4.69% from 255 or 8.09% from 136); Green value is 118 (46.48% from 255 or 86.76% from 136); Blue value is 7 (3.12% from 255 or 5.15% from 136); Max value from RGB is 118 - color contains mainly: green. Hex color #0B7607 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B7607 is #F489F8. Grayscale: #494949. Windows color (decimal): -16026105 or 488971. OLE color: 488971.
HSL color Cylindrical-coordinate representation of color #0B7607: hue angle of 117.84º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B7607 is Cyan = 0.91, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 11 | 118 | 7 | - |
| CMYK | 0.91 | 0 | 0.94 | 0.54 |
| HSL | 117.84º | 0.89% | 0.25% | - |
| HSV(B) | 117.84º | 0.94% | 0.46% | - |
| XYZ | 6.65 | 13.04 | 2.37 | - |
| YUV | 73.35 | 90.55 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 118 | 7 | 0.91 | 0 | 0.94 | 0.54 | 117.84 | 0.89 | 0.25 |
| Hex | B | 76 | 7 | 5B | 0 | 5E | 36 | 76 | 59 | 19 |
| Octal | 13 | 166 | 7 | 133 | 0 | 136 | 66 | 166 | 131 | 31 |
| Binary | 1011 | 1110110 | 111 | 1011011 | 0 | 1011110 | 110110 | 1110110 | 1011001 | 11001 |
Color Harmonies of #0B7607
Complementary color
Monochromatic Colors of #0B7607
Black with #0B7607
Text Example
Text Example
White with #0B7607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7607; }
p { color: rgb(11,118,7); }
H1.HeaderClassName
{
color: #0B7607;
}
.AnyTagClassName
{
color: #0B7607;
}
</style>
background-color css
<style>
a { background-color: #0B7607; }
a { background-color: rgb(11,118,7); }
div.DivClassName
{
background-color: #0B7607;
}
.BgClassName
{
background-color: #0B7607;
}
</style>
border-color css
<style>
span { border-color: #0B7607; }
span { border-color: rgb(11,118,7); }
td.TdClassName
{
border-color: #0B7607;
}
.TagClassName
{
border-color: #0B7607;
}
</style>