Shades of Green #0B6000
Tints of Green #0B6000
RGB
CMYK
RGB Variations
Color information
#0B6000 (or 0x0B6000) is known color: Green. HEX triplet: 0B, 60 and 00. RGB value is (11,96,0). Sum of RGB (Red+Green+Blue) = 11+96+0=107 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.28% from 107); Green value is 96 (37.89% from 255 or 89.72% from 107); Blue value is 0 (0.39% from 255 or 0% from 107); Max value from RGB is 96 - color contains mainly: green. Hex color #0B6000 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B6000 is #F49FFF. Grayscale: #3B3B3B. Windows color (decimal): -16031744 or 24587. OLE color: 24587.
HSL color Cylindrical-coordinate representation of color #0B6000: hue angle of 113.12º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B6000 is Cyan = 0.89, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 11 | 96 | 0 | - |
| CMYK | 0.89 | 0 | 1 | 0.62 |
| HSL | 113.13º | 1% | 0.19% | - |
| HSV(B) | 113.13º | 1% | 0.38% | - |
| XYZ | 4.32 | 8.44 | 1.4 | - |
| YUV | 59.64 | 94.34 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 96 | 0 | 0.89 | 0 | 1 | 0.62 | 113.13 | 1 | 0.19 |
| Hex | B | 60 | 0 | 59 | 0 | 64 | 3E | 71 | 64 | 13 |
| Octal | 13 | 140 | 0 | 131 | 0 | 144 | 76 | 161 | 144 | 23 |
| Binary | 1011 | 1100000 | 0 | 1011001 | 0 | 1100100 | 111110 | 1110001 | 1100100 | 10011 |
Color Harmonies of #0B6000
Complementary color
Monochromatic Colors of #0B6000
Black with #0B6000
Text Example
Text Example
White with #0B6000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6000; }
p { color: rgb(11,96,0); }
H1.HeaderClassName
{
color: #0B6000;
}
.AnyTagClassName
{
color: #0B6000;
}
</style>
background-color css
<style>
a { background-color: #0B6000; }
a { background-color: rgb(11,96,0); }
div.DivClassName
{
background-color: #0B6000;
}
.BgClassName
{
background-color: #0B6000;
}
</style>
border-color css
<style>
span { border-color: #0B6000; }
span { border-color: rgb(11,96,0); }
td.TdClassName
{
border-color: #0B6000;
}
.TagClassName
{
border-color: #0B6000;
}
</style>