Shades of Green #0B8B09
Tints of Green #0B8B09
RGB
CMYK
RGB Variations
Color information
#0B8B09 (or 0x0B8B09) is known color: Green. HEX triplet: 0B, 8B and 09. RGB value is (11,139,9). Sum of RGB (Red+Green+Blue) = 11+139+9=159 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.92% from 159); Green value is 139 (54.69% from 255 or 87.42% from 159); Blue value is 9 (3.91% from 255 or 5.66% from 159); Max value from RGB is 139 - color contains mainly: green. Hex color #0B8B09 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B8B09 is #F474F6. Grayscale: #565656. Windows color (decimal): -16020727 or 625419. OLE color: 625419.
HSL color Cylindrical-coordinate representation of color #0B8B09: hue angle of 119.08º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B8B09 is Cyan = 0.92, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 11 | 139 | 9 | - |
| CMYK | 0.92 | 0 | 0.94 | 0.45 |
| HSL | 119.08º | 0.88% | 0.29% | - |
| HSV(B) | 119.08º | 0.94% | 0.55% | - |
| XYZ | 9.42 | 18.56 | 3.34 | - |
| YUV | 85.91 | 84.59 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 139 | 9 | 0.92 | 0 | 0.94 | 0.45 | 119.08 | 0.88 | 0.29 |
| Hex | B | 8B | 9 | 5C | 0 | 5E | 2D | 77 | 58 | 1D |
| Octal | 13 | 213 | 11 | 134 | 0 | 136 | 55 | 167 | 130 | 35 |
| Binary | 1011 | 10001011 | 1001 | 1011100 | 0 | 1011110 | 101101 | 1110111 | 1011000 | 11101 |
Color Harmonies of #0B8B09
Complementary color
Monochromatic Colors of #0B8B09
Black with #0B8B09
Text Example
Text Example
White with #0B8B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8B09; }
p { color: rgb(11,139,9); }
H1.HeaderClassName
{
color: #0B8B09;
}
.AnyTagClassName
{
color: #0B8B09;
}
</style>
background-color css
<style>
a { background-color: #0B8B09; }
a { background-color: rgb(11,139,9); }
div.DivClassName
{
background-color: #0B8B09;
}
.BgClassName
{
background-color: #0B8B09;
}
</style>
border-color css
<style>
span { border-color: #0B8B09; }
span { border-color: rgb(11,139,9); }
td.TdClassName
{
border-color: #0B8B09;
}
.TagClassName
{
border-color: #0B8B09;
}
</style>