Shades of Green #0B600E
Tints of Green #0B600E
RGB
CMYK
RGB Variations
Color information
#0B600E (or 0x0B600E) is known color: Green. HEX triplet: 0B, 60 and 0E. RGB value is (11,96,14). Sum of RGB (Red+Green+Blue) = 11+96+14=121 (16% of max value = 765). Red value is 11 (4.69% from 255 or 9.09% from 121); Green value is 96 (37.89% from 255 or 79.34% from 121); Blue value is 14 (5.86% from 255 or 11.57% from 121); Max value from RGB is 96 - color contains mainly: green. Hex color #0B600E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B600E is #F49FF1. Grayscale: #3D3D3D. Windows color (decimal): -16031730 or 942091. OLE color: 942091.
HSL color Cylindrical-coordinate representation of color #0B600E: hue angle of 122.12º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B600E is Cyan = 0.89, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 11 | 96 | 14 | - |
| CMYK | 0.89 | 0 | 0.85 | 0.62 |
| HSL | 122.12º | 0.79% | 0.21% | - |
| HSV(B) | 122.12º | 0.89% | 0.38% | - |
| XYZ | 4.4 | 8.47 | 1.82 | - |
| YUV | 61.24 | 101.34 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 96 | 14 | 0.89 | 0 | 0.85 | 0.62 | 122.12 | 0.79 | 0.21 |
| Hex | B | 60 | E | 59 | 0 | 55 | 3E | 7A | 4F | 15 |
| Octal | 13 | 140 | 16 | 131 | 0 | 125 | 76 | 172 | 117 | 25 |
| Binary | 1011 | 1100000 | 1110 | 1011001 | 0 | 1010101 | 111110 | 1111010 | 1001111 | 10101 |
Color Harmonies of #0B600E
Complementary color
Monochromatic Colors of #0B600E
Black with #0B600E
Text Example
Text Example
White with #0B600E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B600E; }
p { color: rgb(11,96,14); }
H1.HeaderClassName
{
color: #0B600E;
}
.AnyTagClassName
{
color: #0B600E;
}
</style>
background-color css
<style>
a { background-color: #0B600E; }
a { background-color: rgb(11,96,14); }
div.DivClassName
{
background-color: #0B600E;
}
.BgClassName
{
background-color: #0B600E;
}
</style>
border-color css
<style>
span { border-color: #0B600E; }
span { border-color: rgb(11,96,14); }
td.TdClassName
{
border-color: #0B600E;
}
.TagClassName
{
border-color: #0B600E;
}
</style>