Shades of Green #0B6412
Tints of Green #0B6412
RGB
CMYK
RGB Variations
Color information
#0B6412 (or 0x0B6412) is known color: Green. HEX triplet: 0B, 64 and 12. RGB value is (11,100,18). Sum of RGB (Red+Green+Blue) = 11+100+18=129 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.53% from 129); Green value is 100 (39.45% from 255 or 77.52% from 129); Blue value is 18 (7.42% from 255 or 13.95% from 129); Max value from RGB is 100 - color contains mainly: green. Hex color #0B6412 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B6412 is #F49BED. Grayscale: #404040. Windows color (decimal): -16030702 or 1205259. OLE color: 1205259.
HSL color Cylindrical-coordinate representation of color #0B6412: hue angle of 124.72º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B6412 is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 11 | 100 | 18 | - |
| CMYK | 0.89 | 0 | 0.82 | 0.61 |
| HSL | 124.72º | 0.8% | 0.22% | - |
| HSV(B) | 124.72º | 0.89% | 0.39% | - |
| XYZ | 4.8 | 9.23 | 2.1 | - |
| YUV | 64.04 | 102.01 | 90.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 100 | 18 | 0.89 | 0 | 0.82 | 0.61 | 124.72 | 0.8 | 0.22 |
| Hex | B | 64 | 12 | 59 | 0 | 52 | 3D | 7D | 50 | 16 |
| Octal | 13 | 144 | 22 | 131 | 0 | 122 | 75 | 175 | 120 | 26 |
| Binary | 1011 | 1100100 | 10010 | 1011001 | 0 | 1010010 | 111101 | 1111101 | 1010000 | 10110 |
Color Harmonies of #0B6412
Complementary color
Monochromatic Colors of #0B6412
Black with #0B6412
Text Example
Text Example
White with #0B6412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6412; }
p { color: rgb(11,100,18); }
H1.HeaderClassName
{
color: #0B6412;
}
.AnyTagClassName
{
color: #0B6412;
}
</style>
background-color css
<style>
a { background-color: #0B6412; }
a { background-color: rgb(11,100,18); }
div.DivClassName
{
background-color: #0B6412;
}
.BgClassName
{
background-color: #0B6412;
}
</style>
border-color css
<style>
span { border-color: #0B6412; }
span { border-color: rgb(11,100,18); }
td.TdClassName
{
border-color: #0B6412;
}
.TagClassName
{
border-color: #0B6412;
}
</style>