Shades of Green #0B6A04
Tints of Green #0B6A04
RGB
CMYK
RGB Variations
Color information
#0B6A04 (or 0x0B6A04) is known color: Green. HEX triplet: 0B, 6A and 04. RGB value is (11,106,4). Sum of RGB (Red+Green+Blue) = 11+106+4=121 (16% of max value = 765). Red value is 11 (4.69% from 255 or 9.09% from 121); Green value is 106 (41.80% from 255 or 87.60% from 121); Blue value is 4 (1.95% from 255 or 3.31% from 121); Max value from RGB is 106 - color contains mainly: green. Hex color #0B6A04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B6A04 is #F495FB. Grayscale: #424242. Windows color (decimal): -16029180 or 289291. OLE color: 289291.
HSL color Cylindrical-coordinate representation of color #0B6A04: hue angle of 115.88º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B6A04 is Cyan = 0.90, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 11 | 106 | 4 | - |
| CMYK | 0.90 | 0 | 0.96 | 0.58 |
| HSL | 115.88º | 0.93% | 0.22% | - |
| HSV(B) | 115.88º | 0.96% | 0.42% | - |
| XYZ | 5.31 | 10.39 | 1.84 | - |
| YUV | 65.97 | 93.03 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 106 | 4 | 0.90 | 0 | 0.96 | 0.58 | 115.88 | 0.93 | 0.22 |
| Hex | B | 6A | 4 | 5A | 0 | 60 | 3A | 74 | 5D | 16 |
| Octal | 13 | 152 | 4 | 132 | 0 | 140 | 72 | 164 | 135 | 26 |
| Binary | 1011 | 1101010 | 100 | 1011010 | 0 | 1100000 | 111010 | 1110100 | 1011101 | 10110 |
Color Harmonies of #0B6A04
Complementary color
Monochromatic Colors of #0B6A04
Black with #0B6A04
Text Example
Text Example
White with #0B6A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6A04; }
p { color: rgb(11,106,4); }
H1.HeaderClassName
{
color: #0B6A04;
}
.AnyTagClassName
{
color: #0B6A04;
}
</style>
background-color css
<style>
a { background-color: #0B6A04; }
a { background-color: rgb(11,106,4); }
div.DivClassName
{
background-color: #0B6A04;
}
.BgClassName
{
background-color: #0B6A04;
}
</style>
border-color css
<style>
span { border-color: #0B6A04; }
span { border-color: rgb(11,106,4); }
td.TdClassName
{
border-color: #0B6A04;
}
.TagClassName
{
border-color: #0B6A04;
}
</style>