Shades of Green #0B7D05
Tints of Green #0B7D05
RGB
CMYK
RGB Variations
Color information
#0B7D05 (or 0x0B7D05) is known color: Green. HEX triplet: 0B, 7D and 05. RGB value is (11,125,5). Sum of RGB (Red+Green+Blue) = 11+125+5=141 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.80% from 141); Green value is 125 (49.22% from 255 or 88.65% from 141); Blue value is 5 (2.34% from 255 or 3.55% from 141); Max value from RGB is 125 - color contains mainly: green. Hex color #0B7D05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B7D05 is #F482FA. Grayscale: #4D4D4D. Windows color (decimal): -16024315 or 359691. OLE color: 359691.
HSL color Cylindrical-coordinate representation of color #0B7D05: hue angle of 117º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B7D05 is Cyan = 0.91, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 11 | 125 | 5 | - |
| CMYK | 0.91 | 0 | 0.96 | 0.51 |
| HSL | 117º | 0.92% | 0.25% | - |
| HSV(B) | 117º | 0.96% | 0.49% | - |
| XYZ | 7.5 | 14.75 | 2.6 | - |
| YUV | 77.23 | 87.23 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 125 | 5 | 0.91 | 0 | 0.96 | 0.51 | 117 | 0.92 | 0.25 |
| Hex | B | 7D | 5 | 5B | 0 | 60 | 33 | 75 | 5C | 19 |
| Octal | 13 | 175 | 5 | 133 | 0 | 140 | 63 | 165 | 134 | 31 |
| Binary | 1011 | 1111101 | 101 | 1011011 | 0 | 1100000 | 110011 | 1110101 | 1011100 | 11001 |
Color Harmonies of #0B7D05
Complementary color
Monochromatic Colors of #0B7D05
Black with #0B7D05
Text Example
Text Example
White with #0B7D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7D05; }
p { color: rgb(11,125,5); }
H1.HeaderClassName
{
color: #0B7D05;
}
.AnyTagClassName
{
color: #0B7D05;
}
</style>
background-color css
<style>
a { background-color: #0B7D05; }
a { background-color: rgb(11,125,5); }
div.DivClassName
{
background-color: #0B7D05;
}
.BgClassName
{
background-color: #0B7D05;
}
</style>
border-color css
<style>
span { border-color: #0B7D05; }
span { border-color: rgb(11,125,5); }
td.TdClassName
{
border-color: #0B7D05;
}
.TagClassName
{
border-color: #0B7D05;
}
</style>