Shades of Green #0B7D0A
Tints of Green #0B7D0A
RGB
CMYK
RGB Variations
Color information
#0B7D0A (or 0x0B7D0A) is known color: Green. HEX triplet: 0B, 7D and 0A. RGB value is (11,125,10). Sum of RGB (Red+Green+Blue) = 11+125+10=146 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.53% from 146); Green value is 125 (49.22% from 255 or 85.62% from 146); Blue value is 10 (4.30% from 255 or 6.85% from 146); Max value from RGB is 125 - color contains mainly: green. Hex color #0B7D0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B7D0A is #F482F5. Grayscale: #4E4E4E. Windows color (decimal): -16024310 or 687371. OLE color: 687371.
HSL color Cylindrical-coordinate representation of color #0B7D0A: hue angle of 119.48º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B7D0A is Cyan = 0.91, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 11 | 125 | 10 | - |
| CMYK | 0.91 | 0 | 0.92 | 0.51 |
| HSL | 119.48º | 0.85% | 0.26% | - |
| HSV(B) | 119.48º | 0.92% | 0.49% | - |
| XYZ | 7.53 | 14.76 | 2.74 | - |
| YUV | 77.8 | 89.73 | 80.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 125 | 10 | 0.91 | 0 | 0.92 | 0.51 | 119.48 | 0.85 | 0.26 |
| Hex | B | 7D | A | 5B | 0 | 5C | 33 | 77 | 55 | 1A |
| Octal | 13 | 175 | 12 | 133 | 0 | 134 | 63 | 167 | 125 | 32 |
| Binary | 1011 | 1111101 | 1010 | 1011011 | 0 | 1011100 | 110011 | 1110111 | 1010101 | 11010 |
Color Harmonies of #0B7D0A
Complementary color
Monochromatic Colors of #0B7D0A
Black with #0B7D0A
Text Example
Text Example
White with #0B7D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7D0A; }
p { color: rgb(11,125,10); }
H1.HeaderClassName
{
color: #0B7D0A;
}
.AnyTagClassName
{
color: #0B7D0A;
}
</style>
background-color css
<style>
a { background-color: #0B7D0A; }
a { background-color: rgb(11,125,10); }
div.DivClassName
{
background-color: #0B7D0A;
}
.BgClassName
{
background-color: #0B7D0A;
}
</style>
border-color css
<style>
span { border-color: #0B7D0A; }
span { border-color: rgb(11,125,10); }
td.TdClassName
{
border-color: #0B7D0A;
}
.TagClassName
{
border-color: #0B7D0A;
}
</style>