Shades of Green #0B6A17
Tints of Green #0B6A17
RGB
CMYK
RGB Variations
Color information
#0B6A17 (or 0x0B6A17) is known color: Green. HEX triplet: 0B, 6A and 17. RGB value is (11,106,23). Sum of RGB (Red+Green+Blue) = 11+106+23=140 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.86% from 140); Green value is 106 (41.80% from 255 or 75.71% from 140); Blue value is 23 (9.38% from 255 or 16.43% from 140); Max value from RGB is 106 - color contains mainly: green. Hex color #0B6A17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B6A17 is #F495E8. Grayscale: #444444. Windows color (decimal): -16029161 or 1534475. OLE color: 1534475.
HSL color Cylindrical-coordinate representation of color #0B6A17: hue angle of 127.58º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B6A17 is Cyan = 0.90, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 11 | 106 | 23 | - |
| CMYK | 0.90 | 0 | 0.78 | 0.58 |
| HSL | 127.58º | 0.81% | 0.23% | - |
| HSV(B) | 127.58º | 0.9% | 0.42% | - |
| XYZ | 5.45 | 10.44 | 2.54 | - |
| YUV | 68.13 | 102.53 | 87.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 106 | 23 | 0.90 | 0 | 0.78 | 0.58 | 127.58 | 0.81 | 0.23 |
| Hex | B | 6A | 17 | 5A | 0 | 4E | 3A | 80 | 51 | 17 |
| Octal | 13 | 152 | 27 | 132 | 0 | 116 | 72 | 200 | 121 | 27 |
| Binary | 1011 | 1101010 | 10111 | 1011010 | 0 | 1001110 | 111010 | 10000000 | 1010001 | 10111 |
Color Harmonies of #0B6A17
Complementary color
Monochromatic Colors of #0B6A17
Black with #0B6A17
Text Example
Text Example
White with #0B6A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6A17; }
p { color: rgb(11,106,23); }
H1.HeaderClassName
{
color: #0B6A17;
}
.AnyTagClassName
{
color: #0B6A17;
}
</style>
background-color css
<style>
a { background-color: #0B6A17; }
a { background-color: rgb(11,106,23); }
div.DivClassName
{
background-color: #0B6A17;
}
.BgClassName
{
background-color: #0B6A17;
}
</style>
border-color css
<style>
span { border-color: #0B6A17; }
span { border-color: rgb(11,106,23); }
td.TdClassName
{
border-color: #0B6A17;
}
.TagClassName
{
border-color: #0B6A17;
}
</style>