Shades of Green #0B6F0F
Tints of Green #0B6F0F
RGB
CMYK
RGB Variations
Color information
#0B6F0F (or 0x0B6F0F) is known color: Green. HEX triplet: 0B, 6F and 0F. RGB value is (11,111,15). Sum of RGB (Red+Green+Blue) = 11+111+15=137 (18% of max value = 765). Red value is 11 (4.69% from 255 or 8.03% from 137); Green value is 111 (43.75% from 255 or 81.02% from 137); Blue value is 15 (6.25% from 255 or 10.95% from 137); Max value from RGB is 111 - color contains mainly: green. Hex color #0B6F0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B6F0F is #F490F0. Grayscale: #464646. Windows color (decimal): -16027889 or 1011467. OLE color: 1011467.
HSL color Cylindrical-coordinate representation of color #0B6F0F: hue angle of 122.4º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B6F0F is Cyan = 0.90, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 11 | 111 | 15 | - |
| CMYK | 0.90 | 0 | 0.86 | 0.56 |
| HSL | 122.4º | 0.82% | 0.24% | - |
| HSV(B) | 122.4º | 0.9% | 0.44% | - |
| XYZ | 5.91 | 11.47 | 2.36 | - |
| YUV | 70.16 | 96.87 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 111 | 15 | 0.90 | 0 | 0.86 | 0.56 | 122.4 | 0.82 | 0.24 |
| Hex | B | 6F | F | 5A | 0 | 56 | 38 | 7A | 52 | 18 |
| Octal | 13 | 157 | 17 | 132 | 0 | 126 | 70 | 172 | 122 | 30 |
| Binary | 1011 | 1101111 | 1111 | 1011010 | 0 | 1010110 | 111000 | 1111010 | 1010010 | 11000 |
Color Harmonies of #0B6F0F
Complementary color
Monochromatic Colors of #0B6F0F
Black with #0B6F0F
Text Example
Text Example
White with #0B6F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6F0F; }
p { color: rgb(11,111,15); }
H1.HeaderClassName
{
color: #0B6F0F;
}
.AnyTagClassName
{
color: #0B6F0F;
}
</style>
background-color css
<style>
a { background-color: #0B6F0F; }
a { background-color: rgb(11,111,15); }
div.DivClassName
{
background-color: #0B6F0F;
}
.BgClassName
{
background-color: #0B6F0F;
}
</style>
border-color css
<style>
span { border-color: #0B6F0F; }
span { border-color: rgb(11,111,15); }
td.TdClassName
{
border-color: #0B6F0F;
}
.TagClassName
{
border-color: #0B6F0F;
}
</style>