Shades of Green #0B6100
Tints of Green #0B6100
RGB
CMYK
RGB Variations
Color information
#0B6100 (or 0x0B6100) is known color: Green. HEX triplet: 0B, 61 and 00. RGB value is (11,97,0). Sum of RGB (Red+Green+Blue) = 11+97+0=108 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.19% from 108); Green value is 97 (38.28% from 255 or 89.81% from 108); Blue value is 0 (0.39% from 255 or 0% from 108); Max value from RGB is 97 - color contains mainly: green. Hex color #0B6100 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B6100 is #F49EFF. Grayscale: #3C3C3C. Windows color (decimal): -16031488 or 24843. OLE color: 24843.
HSL color Cylindrical-coordinate representation of color #0B6100: hue angle of 113.2º 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 #0B6100 is Cyan = 0.89, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 11 | 97 | 0 | - |
| CMYK | 0.89 | 0 | 1 | 0.62 |
| HSL | 113.2º | 1% | 0.19% | - |
| HSV(B) | 113.2º | 1% | 0.38% | - |
| XYZ | 4.41 | 8.62 | 1.43 | - |
| YUV | 60.23 | 94.01 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 97 | 0 | 0.89 | 0 | 1 | 0.62 | 113.2 | 1 | 0.19 |
| Hex | B | 61 | 0 | 59 | 0 | 64 | 3E | 71 | 64 | 13 |
| Octal | 13 | 141 | 0 | 131 | 0 | 144 | 76 | 161 | 144 | 23 |
| Binary | 1011 | 1100001 | 0 | 1011001 | 0 | 1100100 | 111110 | 1110001 | 1100100 | 10011 |
Color Harmonies of #0B6100
Complementary color
Monochromatic Colors of #0B6100
Black with #0B6100
Text Example
Text Example
White with #0B6100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6100; }
p { color: rgb(11,97,0); }
H1.HeaderClassName
{
color: #0B6100;
}
.AnyTagClassName
{
color: #0B6100;
}
</style>
background-color css
<style>
a { background-color: #0B6100; }
a { background-color: rgb(11,97,0); }
div.DivClassName
{
background-color: #0B6100;
}
.BgClassName
{
background-color: #0B6100;
}
</style>
border-color css
<style>
span { border-color: #0B6100; }
span { border-color: rgb(11,97,0); }
td.TdClassName
{
border-color: #0B6100;
}
.TagClassName
{
border-color: #0B6100;
}
</style>