Shades of Green #056B0B
Tints of Green #056B0B
RGB
CMYK
RGB Variations
Color information
#056B0B (or 0x056B0B) is known color: Green. HEX triplet: 05, 6B and 0B. RGB value is (5,107,11). Sum of RGB (Red+Green+Blue) = 5+107+11=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 107 (42.19% from 255 or 86.99% from 123); Blue value is 11 (4.69% from 255 or 8.94% from 123); Max value from RGB is 107 - color contains mainly: green. Hex color #056B0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056B0B is #FA94F4. Grayscale: #414141. Windows color (decimal): -16422133 or 748293. OLE color: 748293.
HSL color Cylindrical-coordinate representation of color #056B0B: hue angle of 123.53º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056B0B is Cyan = 0.95, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 107 | 11 | - |
| CMYK | 0.95 | 0 | 0.90 | 0.58 |
| HSL | 123.53º | 0.91% | 0.22% | - |
| HSV(B) | 123.53º | 0.95% | 0.42% | - |
| XYZ | 5.38 | 10.57 | 2.07 | - |
| YUV | 65.56 | 97.21 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 107 | 11 | 0.95 | 0 | 0.90 | 0.58 | 123.53 | 0.91 | 0.22 |
| Hex | 5 | 6B | B | 5F | 0 | 5A | 3A | 7C | 5B | 16 |
| Octal | 5 | 153 | 13 | 137 | 0 | 132 | 72 | 174 | 133 | 26 |
| Binary | 101 | 1101011 | 1011 | 1011111 | 0 | 1011010 | 111010 | 1111100 | 1011011 | 10110 |
Color Harmonies of #056B0B
Complementary color
Monochromatic Colors of #056B0B
Black with #056B0B
Text Example
Text Example
White with #056B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056B0B; }
p { color: rgb(5,107,11); }
H1.HeaderClassName
{
color: #056B0B;
}
.AnyTagClassName
{
color: #056B0B;
}
</style>
background-color css
<style>
a { background-color: #056B0B; }
a { background-color: rgb(5,107,11); }
div.DivClassName
{
background-color: #056B0B;
}
.BgClassName
{
background-color: #056B0B;
}
</style>
border-color css
<style>
span { border-color: #056B0B; }
span { border-color: rgb(5,107,11); }
td.TdClassName
{
border-color: #056B0B;
}
.TagClassName
{
border-color: #056B0B;
}
</style>