Shades of Green #0B780B
Tints of Green #0B780B
RGB
CMYK
RGB Variations
Color information
#0B780B (or 0x0B780B) is known color: Green. HEX triplet: 0B, 78 and 0B. RGB value is (11,120,11). Sum of RGB (Red+Green+Blue) = 11+120+11=142 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.75% from 142); Green value is 120 (47.27% from 255 or 84.51% from 142); Blue value is 11 (4.69% from 255 or 7.75% from 142); Max value from RGB is 120 - color contains mainly: green. Hex color #0B780B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B780B is #F487F4. Grayscale: #4B4B4B. Windows color (decimal): -16025589 or 751627. OLE color: 751627.
HSL color Cylindrical-coordinate representation of color #0B780B: hue angle of 120º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B780B is Cyan = 0.91, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 11 | 120 | 11 | - |
| CMYK | 0.91 | 0 | 0.91 | 0.53 |
| HSL | 120º | 0.83% | 0.26% | - |
| HSV(B) | 120º | 0.91% | 0.47% | - |
| XYZ | 6.91 | 13.53 | 2.56 | - |
| YUV | 74.98 | 91.89 | 82.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 120 | 11 | 0.91 | 0 | 0.91 | 0.53 | 120 | 0.83 | 0.26 |
| Hex | B | 78 | B | 5B | 0 | 5B | 35 | 78 | 53 | 1A |
| Octal | 13 | 170 | 13 | 133 | 0 | 133 | 65 | 170 | 123 | 32 |
| Binary | 1011 | 1111000 | 1011 | 1011011 | 0 | 1011011 | 110101 | 1111000 | 1010011 | 11010 |
Color Harmonies of #0B780B
Complementary color
Monochromatic Colors of #0B780B
Black with #0B780B
Text Example
Text Example
White with #0B780B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B780B; }
p { color: rgb(11,120,11); }
H1.HeaderClassName
{
color: #0B780B;
}
.AnyTagClassName
{
color: #0B780B;
}
</style>
background-color css
<style>
a { background-color: #0B780B; }
a { background-color: rgb(11,120,11); }
div.DivClassName
{
background-color: #0B780B;
}
.BgClassName
{
background-color: #0B780B;
}
</style>
border-color css
<style>
span { border-color: #0B780B; }
span { border-color: rgb(11,120,11); }
td.TdClassName
{
border-color: #0B780B;
}
.TagClassName
{
border-color: #0B780B;
}
</style>