Shades of Green #0B780A
Tints of Green #0B780A
RGB
CMYK
RGB Variations
Color information
#0B780A (or 0x0B780A) is known color: Green. HEX triplet: 0B, 78 and 0A. RGB value is (11,120,10). Sum of RGB (Red+Green+Blue) = 11+120+10=141 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.80% from 141); Green value is 120 (47.27% from 255 or 85.11% from 141); Blue value is 10 (4.30% from 255 or 7.09% from 141); Max value from RGB is 120 - color contains mainly: green. Hex color #0B780A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B780A is #F487F5. Grayscale: #4B4B4B. Windows color (decimal): -16025590 or 686091. OLE color: 686091.
HSL color Cylindrical-coordinate representation of color #0B780A: hue angle of 119.45º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B780A is Cyan = 0.91, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 11 | 120 | 10 | - |
| CMYK | 0.91 | 0 | 0.92 | 0.53 |
| HSL | 119.45º | 0.85% | 0.25% | - |
| HSV(B) | 119.45º | 0.92% | 0.47% | - |
| XYZ | 6.91 | 13.53 | 2.53 | - |
| YUV | 74.87 | 91.39 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 120 | 10 | 0.91 | 0 | 0.92 | 0.53 | 119.45 | 0.85 | 0.25 |
| Hex | B | 78 | A | 5B | 0 | 5C | 35 | 77 | 55 | 19 |
| Octal | 13 | 170 | 12 | 133 | 0 | 134 | 65 | 167 | 125 | 31 |
| Binary | 1011 | 1111000 | 1010 | 1011011 | 0 | 1011100 | 110101 | 1110111 | 1010101 | 11001 |
Color Harmonies of #0B780A
Complementary color
Monochromatic Colors of #0B780A
Black with #0B780A
Text Example
Text Example
White with #0B780A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B780A; }
p { color: rgb(11,120,10); }
H1.HeaderClassName
{
color: #0B780A;
}
.AnyTagClassName
{
color: #0B780A;
}
</style>
background-color css
<style>
a { background-color: #0B780A; }
a { background-color: rgb(11,120,10); }
div.DivClassName
{
background-color: #0B780A;
}
.BgClassName
{
background-color: #0B780A;
}
</style>
border-color css
<style>
span { border-color: #0B780A; }
span { border-color: rgb(11,120,10); }
td.TdClassName
{
border-color: #0B780A;
}
.TagClassName
{
border-color: #0B780A;
}
</style>