Shades of Green #0B7B0C
Tints of Green #0B7B0C
RGB
CMYK
RGB Variations
Color information
#0B7B0C (or 0x0B7B0C) is known color: Green. HEX triplet: 0B, 7B and 0C. RGB value is (11,123,12). Sum of RGB (Red+Green+Blue) = 11+123+12=146 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.53% from 146); Green value is 123 (48.44% from 255 or 84.25% from 146); Blue value is 12 (5.08% from 255 or 8.22% from 146); Max value from RGB is 123 - color contains mainly: green. Hex color #0B7B0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B7B0C is #F484F3. Grayscale: #4D4D4D. Windows color (decimal): -16024820 or 817931. OLE color: 817931.
HSL color Cylindrical-coordinate representation of color #0B7B0C: hue angle of 120.54º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7B0C is Cyan = 0.91, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 11 | 123 | 12 | - |
| CMYK | 0.91 | 0 | 0.90 | 0.52 |
| HSL | 120.54º | 0.84% | 0.26% | - |
| HSV(B) | 120.54º | 0.91% | 0.48% | - |
| XYZ | 7.29 | 14.26 | 2.72 | - |
| YUV | 76.86 | 91.39 | 81.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 123 | 12 | 0.91 | 0 | 0.90 | 0.52 | 120.54 | 0.84 | 0.26 |
| Hex | B | 7B | C | 5B | 0 | 5A | 34 | 79 | 54 | 1A |
| Octal | 13 | 173 | 14 | 133 | 0 | 132 | 64 | 171 | 124 | 32 |
| Binary | 1011 | 1111011 | 1100 | 1011011 | 0 | 1011010 | 110100 | 1111001 | 1010100 | 11010 |
Color Harmonies of #0B7B0C
Complementary color
Monochromatic Colors of #0B7B0C
Black with #0B7B0C
Text Example
Text Example
White with #0B7B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7B0C; }
p { color: rgb(11,123,12); }
H1.HeaderClassName
{
color: #0B7B0C;
}
.AnyTagClassName
{
color: #0B7B0C;
}
</style>
background-color css
<style>
a { background-color: #0B7B0C; }
a { background-color: rgb(11,123,12); }
div.DivClassName
{
background-color: #0B7B0C;
}
.BgClassName
{
background-color: #0B7B0C;
}
</style>
border-color css
<style>
span { border-color: #0B7B0C; }
span { border-color: rgb(11,123,12); }
td.TdClassName
{
border-color: #0B7B0C;
}
.TagClassName
{
border-color: #0B7B0C;
}
</style>