Shades of Green #0B7204
Tints of Green #0B7204
RGB
CMYK
RGB Variations
Color information
#0B7204 (or 0x0B7204) is known color: Green. HEX triplet: 0B, 72 and 04. RGB value is (11,114,4). Sum of RGB (Red+Green+Blue) = 11+114+4=129 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.53% from 129); Green value is 114 (44.92% from 255 or 88.37% from 129); Blue value is 4 (1.95% from 255 or 3.10% from 129); Max value from RGB is 114 - color contains mainly: green. Hex color #0B7204 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B7204 is #F48DFB. Grayscale: #464646. Windows color (decimal): -16027132 or 291339. OLE color: 291339.
HSL color Cylindrical-coordinate representation of color #0B7204: hue angle of 116.18º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B7204 is Cyan = 0.90, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 114 | 4 | - |
| CMYK | 0.90 | 0 | 0.96 | 0.55 |
| HSL | 116.18º | 0.93% | 0.23% | - |
| HSV(B) | 116.18º | 0.96% | 0.45% | - |
| XYZ | 6.18 | 12.11 | 2.13 | - |
| YUV | 70.66 | 90.38 | 85.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 114 | 4 | 0.90 | 0 | 0.96 | 0.55 | 116.18 | 0.93 | 0.23 |
| Hex | B | 72 | 4 | 5A | 0 | 60 | 37 | 74 | 5D | 17 |
| Octal | 13 | 162 | 4 | 132 | 0 | 140 | 67 | 164 | 135 | 27 |
| Binary | 1011 | 1110010 | 100 | 1011010 | 0 | 1100000 | 110111 | 1110100 | 1011101 | 10111 |
Color Harmonies of #0B7204
Complementary color
Monochromatic Colors of #0B7204
Black with #0B7204
Text Example
Text Example
White with #0B7204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7204; }
p { color: rgb(11,114,4); }
H1.HeaderClassName
{
color: #0B7204;
}
.AnyTagClassName
{
color: #0B7204;
}
</style>
background-color css
<style>
a { background-color: #0B7204; }
a { background-color: rgb(11,114,4); }
div.DivClassName
{
background-color: #0B7204;
}
.BgClassName
{
background-color: #0B7204;
}
</style>
border-color css
<style>
span { border-color: #0B7204; }
span { border-color: rgb(11,114,4); }
td.TdClassName
{
border-color: #0B7204;
}
.TagClassName
{
border-color: #0B7204;
}
</style>