Shades of Green #0B610F
Tints of Green #0B610F
RGB
CMYK
RGB Variations
Color information
#0B610F (or 0x0B610F) is known color: Green. HEX triplet: 0B, 61 and 0F. RGB value is (11,97,15). Sum of RGB (Red+Green+Blue) = 11+97+15=123 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.94% from 123); Green value is 97 (38.28% from 255 or 78.86% from 123); Blue value is 15 (6.25% from 255 or 12.20% from 123); Max value from RGB is 97 - color contains mainly: green. Hex color #0B610F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B610F is #F49EF0. Grayscale: #3E3E3E. Windows color (decimal): -16031473 or 1007883. OLE color: 1007883.
HSL color Cylindrical-coordinate representation of color #0B610F: hue angle of 122.79º 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 #0B610F is Cyan = 0.89, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 11 | 97 | 15 | - |
| CMYK | 0.89 | 0 | 0.85 | 0.62 |
| HSL | 122.79º | 0.8% | 0.21% | - |
| HSV(B) | 122.79º | 0.89% | 0.38% | - |
| XYZ | 4.5 | 8.66 | 1.89 | - |
| YUV | 61.94 | 101.51 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 97 | 15 | 0.89 | 0 | 0.85 | 0.62 | 122.79 | 0.8 | 0.21 |
| Hex | B | 61 | F | 59 | 0 | 55 | 3E | 7B | 50 | 15 |
| Octal | 13 | 141 | 17 | 131 | 0 | 125 | 76 | 173 | 120 | 25 |
| Binary | 1011 | 1100001 | 1111 | 1011001 | 0 | 1010101 | 111110 | 1111011 | 1010000 | 10101 |
Color Harmonies of #0B610F
Complementary color
Monochromatic Colors of #0B610F
Black with #0B610F
Text Example
Text Example
White with #0B610F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B610F; }
p { color: rgb(11,97,15); }
H1.HeaderClassName
{
color: #0B610F;
}
.AnyTagClassName
{
color: #0B610F;
}
</style>
background-color css
<style>
a { background-color: #0B610F; }
a { background-color: rgb(11,97,15); }
div.DivClassName
{
background-color: #0B610F;
}
.BgClassName
{
background-color: #0B610F;
}
</style>
border-color css
<style>
span { border-color: #0B610F; }
span { border-color: rgb(11,97,15); }
td.TdClassName
{
border-color: #0B610F;
}
.TagClassName
{
border-color: #0B610F;
}
</style>