Shades of Green #0B6D05
Tints of Green #0B6D05
RGB
CMYK
RGB Variations
Color information
#0B6D05 (or 0x0B6D05) is known color: Green. HEX triplet: 0B, 6D and 05. RGB value is (11,109,5). Sum of RGB (Red+Green+Blue) = 11+109+5=125 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.8% from 125); Green value is 109 (42.97% from 255 or 87.2% from 125); Blue value is 5 (2.34% from 255 or 4% from 125); Max value from RGB is 109 - color contains mainly: green. Hex color #0B6D05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B6D05 is #F492FA. Grayscale: #444444. Windows color (decimal): -16028411 or 355595. OLE color: 355595.
HSL color Cylindrical-coordinate representation of color #0B6D05: hue angle of 116.54º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B6D05 is Cyan = 0.90, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 11 | 109 | 5 | - |
| CMYK | 0.90 | 0 | 0.95 | 0.57 |
| HSL | 116.54º | 0.91% | 0.22% | - |
| HSV(B) | 116.54º | 0.95% | 0.43% | - |
| XYZ | 5.63 | 11.02 | 1.97 | - |
| YUV | 67.84 | 92.53 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 109 | 5 | 0.90 | 0 | 0.95 | 0.57 | 116.54 | 0.91 | 0.22 |
| Hex | B | 6D | 5 | 5A | 0 | 5F | 39 | 75 | 5B | 16 |
| Octal | 13 | 155 | 5 | 132 | 0 | 137 | 71 | 165 | 133 | 26 |
| Binary | 1011 | 1101101 | 101 | 1011010 | 0 | 1011111 | 111001 | 1110101 | 1011011 | 10110 |
Color Harmonies of #0B6D05
Complementary color
Monochromatic Colors of #0B6D05
Black with #0B6D05
Text Example
Text Example
White with #0B6D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6D05; }
p { color: rgb(11,109,5); }
H1.HeaderClassName
{
color: #0B6D05;
}
.AnyTagClassName
{
color: #0B6D05;
}
</style>
background-color css
<style>
a { background-color: #0B6D05; }
a { background-color: rgb(11,109,5); }
div.DivClassName
{
background-color: #0B6D05;
}
.BgClassName
{
background-color: #0B6D05;
}
</style>
border-color css
<style>
span { border-color: #0B6D05; }
span { border-color: rgb(11,109,5); }
td.TdClassName
{
border-color: #0B6D05;
}
.TagClassName
{
border-color: #0B6D05;
}
</style>