Shades of Green #0B620F
Tints of Green #0B620F
RGB
CMYK
RGB Variations
Color information
#0B620F (or 0x0B620F) is known color: Green. HEX triplet: 0B, 62 and 0F. RGB value is (11,98,15). Sum of RGB (Red+Green+Blue) = 11+98+15=124 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.87% from 124); Green value is 98 (38.67% from 255 or 79.03% from 124); Blue value is 15 (6.25% from 255 or 12.10% from 124); Max value from RGB is 98 - color contains mainly: green. Hex color #0B620F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B620F is #F49DF0. Grayscale: #3E3E3E. Windows color (decimal): -16031217 or 1008139. OLE color: 1008139.
HSL color Cylindrical-coordinate representation of color #0B620F: hue angle of 122.76º degrees, saturation: 0.8, 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 #0B620F is Cyan = 0.89, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 11 | 98 | 15 | - |
| CMYK | 0.89 | 0 | 0.85 | 0.62 |
| HSL | 122.76º | 0.8% | 0.21% | - |
| HSV(B) | 122.76º | 0.89% | 0.38% | - |
| XYZ | 4.59 | 8.84 | 1.92 | - |
| YUV | 62.53 | 101.18 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 98 | 15 | 0.89 | 0 | 0.85 | 0.62 | 122.76 | 0.8 | 0.21 |
| Hex | B | 62 | F | 59 | 0 | 55 | 3E | 7B | 50 | 15 |
| Octal | 13 | 142 | 17 | 131 | 0 | 125 | 76 | 173 | 120 | 25 |
| Binary | 1011 | 1100010 | 1111 | 1011001 | 0 | 1010101 | 111110 | 1111011 | 1010000 | 10101 |
Color Harmonies of #0B620F
Complementary color
Monochromatic Colors of #0B620F
Black with #0B620F
Text Example
Text Example
White with #0B620F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B620F; }
p { color: rgb(11,98,15); }
H1.HeaderClassName
{
color: #0B620F;
}
.AnyTagClassName
{
color: #0B620F;
}
</style>
background-color css
<style>
a { background-color: #0B620F; }
a { background-color: rgb(11,98,15); }
div.DivClassName
{
background-color: #0B620F;
}
.BgClassName
{
background-color: #0B620F;
}
</style>
border-color css
<style>
span { border-color: #0B620F; }
span { border-color: rgb(11,98,15); }
td.TdClassName
{
border-color: #0B620F;
}
.TagClassName
{
border-color: #0B620F;
}
</style>