Shades of Green #0B650B
Tints of Green #0B650B
RGB
CMYK
RGB Variations
Color information
#0B650B (or 0x0B650B) is known color: Green. HEX triplet: 0B, 65 and 0B. RGB value is (11,101,11). Sum of RGB (Red+Green+Blue) = 11+101+11=123 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.94% from 123); Green value is 101 (39.84% from 255 or 82.11% from 123); Blue value is 11 (4.69% from 255 or 8.94% from 123); Max value from RGB is 101 - color contains mainly: green. Hex color #0B650B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B650B is #F49AF4. Grayscale: #404040. Windows color (decimal): -16030453 or 746763. OLE color: 746763.
HSL color Cylindrical-coordinate representation of color #0B650B: hue angle of 120º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B650B is Cyan = 0.89, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 11 | 101 | 11 | - |
| CMYK | 0.89 | 0 | 0.89 | 0.60 |
| HSL | 120º | 0.8% | 0.22% | - |
| HSV(B) | 120º | 0.89% | 0.4% | - |
| XYZ | 4.85 | 9.4 | 1.88 | - |
| YUV | 63.83 | 98.18 | 90.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 101 | 11 | 0.89 | 0 | 0.89 | 0.60 | 120 | 0.8 | 0.22 |
| Hex | B | 65 | B | 59 | 0 | 59 | 3C | 78 | 50 | 16 |
| Octal | 13 | 145 | 13 | 131 | 0 | 131 | 74 | 170 | 120 | 26 |
| Binary | 1011 | 1100101 | 1011 | 1011001 | 0 | 1011001 | 111100 | 1111000 | 1010000 | 10110 |
Color Harmonies of #0B650B
Complementary color
Monochromatic Colors of #0B650B
Black with #0B650B
Text Example
Text Example
White with #0B650B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B650B; }
p { color: rgb(11,101,11); }
H1.HeaderClassName
{
color: #0B650B;
}
.AnyTagClassName
{
color: #0B650B;
}
</style>
background-color css
<style>
a { background-color: #0B650B; }
a { background-color: rgb(11,101,11); }
div.DivClassName
{
background-color: #0B650B;
}
.BgClassName
{
background-color: #0B650B;
}
</style>
border-color css
<style>
span { border-color: #0B650B; }
span { border-color: rgb(11,101,11); }
td.TdClassName
{
border-color: #0B650B;
}
.TagClassName
{
border-color: #0B650B;
}
</style>