Shades of Green #0B780C
Tints of Green #0B780C
RGB
CMYK
RGB Variations
Color information
#0B780C (or 0x0B780C) is known color: Green. HEX triplet: 0B, 78 and 0C. RGB value is (11,120,12). Sum of RGB (Red+Green+Blue) = 11+120+12=143 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.69% from 143); Green value is 120 (47.27% from 255 or 83.92% from 143); Blue value is 12 (5.08% from 255 or 8.39% from 143); Max value from RGB is 120 - color contains mainly: green. Hex color #0B780C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B780C is #F487F3. Grayscale: #4B4B4B. Windows color (decimal): -16025588 or 817163. OLE color: 817163.
HSL color Cylindrical-coordinate representation of color #0B780C: hue angle of 120.55º 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 #0B780C is Cyan = 0.91, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 11 | 120 | 12 | - |
| CMYK | 0.91 | 0 | 0.90 | 0.53 |
| HSL | 120.55º | 0.83% | 0.26% | - |
| HSV(B) | 120.55º | 0.91% | 0.47% | - |
| XYZ | 6.92 | 13.53 | 2.59 | - |
| YUV | 75.1 | 92.39 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 120 | 12 | 0.91 | 0 | 0.90 | 0.53 | 120.55 | 0.83 | 0.26 |
| Hex | B | 78 | C | 5B | 0 | 5A | 35 | 79 | 53 | 1A |
| Octal | 13 | 170 | 14 | 133 | 0 | 132 | 65 | 171 | 123 | 32 |
| Binary | 1011 | 1111000 | 1100 | 1011011 | 0 | 1011010 | 110101 | 1111001 | 1010011 | 11010 |
Color Harmonies of #0B780C
Complementary color
Monochromatic Colors of #0B780C
Black with #0B780C
Text Example
Text Example
White with #0B780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B780C; }
p { color: rgb(11,120,12); }
H1.HeaderClassName
{
color: #0B780C;
}
.AnyTagClassName
{
color: #0B780C;
}
</style>
background-color css
<style>
a { background-color: #0B780C; }
a { background-color: rgb(11,120,12); }
div.DivClassName
{
background-color: #0B780C;
}
.BgClassName
{
background-color: #0B780C;
}
</style>
border-color css
<style>
span { border-color: #0B780C; }
span { border-color: rgb(11,120,12); }
td.TdClassName
{
border-color: #0B780C;
}
.TagClassName
{
border-color: #0B780C;
}
</style>