Shades of Green #0B630E
Tints of Green #0B630E
RGB
CMYK
RGB Variations
Color information
#0B630E (or 0x0B630E) is known color: Green. HEX triplet: 0B, 63 and 0E. RGB value is (11,99,14). Sum of RGB (Red+Green+Blue) = 11+99+14=124 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.87% from 124); Green value is 99 (39.06% from 255 or 79.84% from 124); Blue value is 14 (5.86% from 255 or 11.29% from 124); Max value from RGB is 99 - color contains mainly: green. Hex color #0B630E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B630E is #F49CF1. Grayscale: #3F3F3F. Windows color (decimal): -16030962 or 942859. OLE color: 942859.
HSL color Cylindrical-coordinate representation of color #0B630E: hue angle of 122.05º 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 #0B630E is Cyan = 0.89, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 11 | 99 | 14 | - |
| CMYK | 0.89 | 0 | 0.86 | 0.61 |
| HSL | 122.05º | 0.8% | 0.22% | - |
| HSV(B) | 122.05º | 0.89% | 0.39% | - |
| XYZ | 4.68 | 9.03 | 1.91 | - |
| YUV | 63 | 100.35 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 99 | 14 | 0.89 | 0 | 0.86 | 0.61 | 122.05 | 0.8 | 0.22 |
| Hex | B | 63 | E | 59 | 0 | 56 | 3D | 7A | 50 | 16 |
| Octal | 13 | 143 | 16 | 131 | 0 | 126 | 75 | 172 | 120 | 26 |
| Binary | 1011 | 1100011 | 1110 | 1011001 | 0 | 1010110 | 111101 | 1111010 | 1010000 | 10110 |
Color Harmonies of #0B630E
Complementary color
Monochromatic Colors of #0B630E
Black with #0B630E
Text Example
Text Example
White with #0B630E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B630E; }
p { color: rgb(11,99,14); }
H1.HeaderClassName
{
color: #0B630E;
}
.AnyTagClassName
{
color: #0B630E;
}
</style>
background-color css
<style>
a { background-color: #0B630E; }
a { background-color: rgb(11,99,14); }
div.DivClassName
{
background-color: #0B630E;
}
.BgClassName
{
background-color: #0B630E;
}
</style>
border-color css
<style>
span { border-color: #0B630E; }
span { border-color: rgb(11,99,14); }
td.TdClassName
{
border-color: #0B630E;
}
.TagClassName
{
border-color: #0B630E;
}
</style>