Shades of Green #0B7802
Tints of Green #0B7802
RGB
CMYK
RGB Variations
Color information
#0B7802 (or 0x0B7802) is known color: Green. HEX triplet: 0B, 78 and 02. RGB value is (11,120,2). Sum of RGB (Red+Green+Blue) = 11+120+2=133 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.27% from 133); Green value is 120 (47.27% from 255 or 90.23% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 120 - color contains mainly: green. Hex color #0B7802 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B7802 is #F487FD. Grayscale: #4A4A4A. Windows color (decimal): -16025598 or 161803. OLE color: 161803.
HSL color Cylindrical-coordinate representation of color #0B7802: hue angle of 115.42º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0B7802 is Cyan = 0.91, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 11 | 120 | 2 | - |
| CMYK | 0.91 | 0 | 0.98 | 0.53 |
| HSL | 115.42º | 0.97% | 0.24% | - |
| HSV(B) | 115.42º | 0.98% | 0.47% | - |
| XYZ | 6.87 | 13.51 | 2.3 | - |
| YUV | 73.96 | 87.39 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 120 | 2 | 0.91 | 0 | 0.98 | 0.53 | 115.42 | 0.97 | 0.24 |
| Hex | B | 78 | 2 | 5B | 0 | 62 | 35 | 73 | 61 | 18 |
| Octal | 13 | 170 | 2 | 133 | 0 | 142 | 65 | 163 | 141 | 30 |
| Binary | 1011 | 1111000 | 10 | 1011011 | 0 | 1100010 | 110101 | 1110011 | 1100001 | 11000 |
Color Harmonies of #0B7802
Complementary color
Monochromatic Colors of #0B7802
Black with #0B7802
Text Example
Text Example
White with #0B7802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7802; }
p { color: rgb(11,120,2); }
H1.HeaderClassName
{
color: #0B7802;
}
.AnyTagClassName
{
color: #0B7802;
}
</style>
background-color css
<style>
a { background-color: #0B7802; }
a { background-color: rgb(11,120,2); }
div.DivClassName
{
background-color: #0B7802;
}
.BgClassName
{
background-color: #0B7802;
}
</style>
border-color css
<style>
span { border-color: #0B7802; }
span { border-color: rgb(11,120,2); }
td.TdClassName
{
border-color: #0B7802;
}
.TagClassName
{
border-color: #0B7802;
}
</style>