Shades of Green #0B7E0F
Tints of Green #0B7E0F
RGB
CMYK
RGB Variations
Color information
#0B7E0F (or 0x0B7E0F) is known color: Green. HEX triplet: 0B, 7E and 0F. RGB value is (11,126,15). Sum of RGB (Red+Green+Blue) = 11+126+15=152 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.24% from 152); Green value is 126 (49.61% from 255 or 82.89% from 152); Blue value is 15 (6.25% from 255 or 9.87% from 152); Max value from RGB is 126 - color contains mainly: green. Hex color #0B7E0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B7E0F is #F481F0. Grayscale: #4F4F4F. Windows color (decimal): -16024049 or 1015307. OLE color: 1015307.
HSL color Cylindrical-coordinate representation of color #0B7E0F: hue angle of 122.09º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7E0F is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 11 | 126 | 15 | - |
| CMYK | 0.91 | 0 | 0.88 | 0.51 |
| HSL | 122.09º | 0.84% | 0.27% | - |
| HSV(B) | 122.09º | 0.91% | 0.49% | - |
| XYZ | 7.69 | 15.03 | 2.95 | - |
| YUV | 78.96 | 91.9 | 79.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 126 | 15 | 0.91 | 0 | 0.88 | 0.51 | 122.09 | 0.84 | 0.27 |
| Hex | B | 7E | F | 5B | 0 | 58 | 33 | 7A | 54 | 1B |
| Octal | 13 | 176 | 17 | 133 | 0 | 130 | 63 | 172 | 124 | 33 |
| Binary | 1011 | 1111110 | 1111 | 1011011 | 0 | 1011000 | 110011 | 1111010 | 1010100 | 11011 |
Color Harmonies of #0B7E0F
Complementary color
Monochromatic Colors of #0B7E0F
Black with #0B7E0F
Text Example
Text Example
White with #0B7E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7E0F; }
p { color: rgb(11,126,15); }
H1.HeaderClassName
{
color: #0B7E0F;
}
.AnyTagClassName
{
color: #0B7E0F;
}
</style>
background-color css
<style>
a { background-color: #0B7E0F; }
a { background-color: rgb(11,126,15); }
div.DivClassName
{
background-color: #0B7E0F;
}
.BgClassName
{
background-color: #0B7E0F;
}
</style>
border-color css
<style>
span { border-color: #0B7E0F; }
span { border-color: rgb(11,126,15); }
td.TdClassName
{
border-color: #0B7E0F;
}
.TagClassName
{
border-color: #0B7E0F;
}
</style>