Shades of Green #0B6606
Tints of Green #0B6606
RGB
CMYK
RGB Variations
Color information
#0B6606 (or 0x0B6606) is known color: Green. HEX triplet: 0B, 66 and 06. RGB value is (11,102,6). Sum of RGB (Red+Green+Blue) = 11+102+6=119 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.24% from 119); Green value is 102 (40.23% from 255 or 85.71% from 119); Blue value is 6 (2.73% from 255 or 5.04% from 119); Max value from RGB is 102 - color contains mainly: green. Hex color #0B6606 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B6606 is #F499F9. Grayscale: #404040. Windows color (decimal): -16030202 or 419339. OLE color: 419339.
HSL color Cylindrical-coordinate representation of color #0B6606: hue angle of 116.88º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B6606 is Cyan = 0.89, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 11 | 102 | 6 | - |
| CMYK | 0.89 | 0 | 0.94 | 0.6 |
| HSL | 116.88º | 0.89% | 0.21% | - |
| HSV(B) | 116.88º | 0.94% | 0.4% | - |
| XYZ | 4.92 | 9.59 | 1.76 | - |
| YUV | 63.85 | 95.35 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 102 | 6 | 0.89 | 0 | 0.94 | 0.6 | 116.88 | 0.89 | 0.21 |
| Hex | B | 66 | 6 | 59 | 0 | 5E | 3C | 75 | 59 | 15 |
| Octal | 13 | 146 | 6 | 131 | 0 | 136 | 74 | 165 | 131 | 25 |
| Binary | 1011 | 1100110 | 110 | 1011001 | 0 | 1011110 | 111100 | 1110101 | 1011001 | 10101 |
Color Harmonies of #0B6606
Complementary color
Monochromatic Colors of #0B6606
Black with #0B6606
Text Example
Text Example
White with #0B6606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6606; }
p { color: rgb(11,102,6); }
H1.HeaderClassName
{
color: #0B6606;
}
.AnyTagClassName
{
color: #0B6606;
}
</style>
background-color css
<style>
a { background-color: #0B6606; }
a { background-color: rgb(11,102,6); }
div.DivClassName
{
background-color: #0B6606;
}
.BgClassName
{
background-color: #0B6606;
}
</style>
border-color css
<style>
span { border-color: #0B6606; }
span { border-color: rgb(11,102,6); }
td.TdClassName
{
border-color: #0B6606;
}
.TagClassName
{
border-color: #0B6606;
}
</style>