Shades of Green #0B630D
Tints of Green #0B630D
RGB
CMYK
RGB Variations
Color information
#0B630D (or 0x0B630D) is known color: Green. HEX triplet: 0B, 63 and 0D. RGB value is (11,99,13). Sum of RGB (Red+Green+Blue) = 11+99+13=123 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.94% from 123); Green value is 99 (39.06% from 255 or 80.49% from 123); Blue value is 13 (5.47% from 255 or 10.57% from 123); Max value from RGB is 99 - color contains mainly: green. Hex color #0B630D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B630D is #F49CF2. Grayscale: #3F3F3F. Windows color (decimal): -16030963 or 877323. OLE color: 877323.
HSL color Cylindrical-coordinate representation of color #0B630D: hue angle of 121.36º 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 #0B630D is Cyan = 0.89, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 11 | 99 | 13 | - |
| CMYK | 0.89 | 0 | 0.87 | 0.61 |
| HSL | 121.36º | 0.8% | 0.22% | - |
| HSV(B) | 121.36º | 0.89% | 0.39% | - |
| XYZ | 4.67 | 9.02 | 1.88 | - |
| YUV | 62.88 | 99.85 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 99 | 13 | 0.89 | 0 | 0.87 | 0.61 | 121.36 | 0.8 | 0.22 |
| Hex | B | 63 | D | 59 | 0 | 57 | 3D | 79 | 50 | 16 |
| Octal | 13 | 143 | 15 | 131 | 0 | 127 | 75 | 171 | 120 | 26 |
| Binary | 1011 | 1100011 | 1101 | 1011001 | 0 | 1010111 | 111101 | 1111001 | 1010000 | 10110 |
Color Harmonies of #0B630D
Complementary color
Monochromatic Colors of #0B630D
Black with #0B630D
Text Example
Text Example
White with #0B630D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B630D; }
p { color: rgb(11,99,13); }
H1.HeaderClassName
{
color: #0B630D;
}
.AnyTagClassName
{
color: #0B630D;
}
</style>
background-color css
<style>
a { background-color: #0B630D; }
a { background-color: rgb(11,99,13); }
div.DivClassName
{
background-color: #0B630D;
}
.BgClassName
{
background-color: #0B630D;
}
</style>
border-color css
<style>
span { border-color: #0B630D; }
span { border-color: rgb(11,99,13); }
td.TdClassName
{
border-color: #0B630D;
}
.TagClassName
{
border-color: #0B630D;
}
</style>