Shades of Green #0B720F
Tints of Green #0B720F
RGB
CMYK
RGB Variations
Color information
#0B720F (or 0x0B720F) is known color: Green. HEX triplet: 0B, 72 and 0F. RGB value is (11,114,15). Sum of RGB (Red+Green+Blue) = 11+114+15=140 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.86% from 140); Green value is 114 (44.92% from 255 or 81.43% from 140); Blue value is 15 (6.25% from 255 or 10.71% from 140); Max value from RGB is 114 - color contains mainly: green. Hex color #0B720F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B720F is #F48DF0. Grayscale: #484848. Windows color (decimal): -16027121 or 1012235. OLE color: 1012235.
HSL color Cylindrical-coordinate representation of color #0B720F: hue angle of 122.33º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B720F is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 114 | 15 | - |
| CMYK | 0.90 | 0 | 0.87 | 0.55 |
| HSL | 122.33º | 0.82% | 0.25% | - |
| HSV(B) | 122.33º | 0.9% | 0.45% | - |
| XYZ | 6.24 | 12.14 | 2.47 | - |
| YUV | 71.92 | 95.88 | 84.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 114 | 15 | 0.90 | 0 | 0.87 | 0.55 | 122.33 | 0.82 | 0.25 |
| Hex | B | 72 | F | 5A | 0 | 57 | 37 | 7A | 52 | 19 |
| Octal | 13 | 162 | 17 | 132 | 0 | 127 | 67 | 172 | 122 | 31 |
| Binary | 1011 | 1110010 | 1111 | 1011010 | 0 | 1010111 | 110111 | 1111010 | 1010010 | 11001 |
Color Harmonies of #0B720F
Complementary color
Monochromatic Colors of #0B720F
Black with #0B720F
Text Example
Text Example
White with #0B720F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B720F; }
p { color: rgb(11,114,15); }
H1.HeaderClassName
{
color: #0B720F;
}
.AnyTagClassName
{
color: #0B720F;
}
</style>
background-color css
<style>
a { background-color: #0B720F; }
a { background-color: rgb(11,114,15); }
div.DivClassName
{
background-color: #0B720F;
}
.BgClassName
{
background-color: #0B720F;
}
</style>
border-color css
<style>
span { border-color: #0B720F; }
span { border-color: rgb(11,114,15); }
td.TdClassName
{
border-color: #0B720F;
}
.TagClassName
{
border-color: #0B720F;
}
</style>