Shades of Green #056C0B
Tints of Green #056C0B
RGB
CMYK
RGB Variations
Color information
#056C0B (or 0x056C0B) is known color: Green. HEX triplet: 05, 6C and 0B. RGB value is (5,108,11). Sum of RGB (Red+Green+Blue) = 5+108+11=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 108 (42.58% from 255 or 87.10% from 124); Blue value is 11 (4.69% from 255 or 8.87% from 124); Max value from RGB is 108 - color contains mainly: green. Hex color #056C0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056C0B is #FA93F4. Grayscale: #424242. Windows color (decimal): -16421877 or 748549. OLE color: 748549.
HSL color Cylindrical-coordinate representation of color #056C0B: hue angle of 123.5º 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 #056C0B is Cyan = 0.95, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 108 | 11 | - |
| CMYK | 0.95 | 0 | 0.90 | 0.58 |
| HSL | 123.5º | 0.91% | 0.22% | - |
| HSV(B) | 123.5º | 0.95% | 0.42% | - |
| XYZ | 5.49 | 10.78 | 2.11 | - |
| YUV | 66.15 | 96.88 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 108 | 11 | 0.95 | 0 | 0.90 | 0.58 | 123.5 | 0.91 | 0.22 |
| Hex | 5 | 6C | B | 5F | 0 | 5A | 3A | 7B | 5B | 16 |
| Octal | 5 | 154 | 13 | 137 | 0 | 132 | 72 | 173 | 133 | 26 |
| Binary | 101 | 1101100 | 1011 | 1011111 | 0 | 1011010 | 111010 | 1111011 | 1011011 | 10110 |
Color Harmonies of #056C0B
Complementary color
Monochromatic Colors of #056C0B
Black with #056C0B
Text Example
Text Example
White with #056C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056C0B; }
p { color: rgb(5,108,11); }
H1.HeaderClassName
{
color: #056C0B;
}
.AnyTagClassName
{
color: #056C0B;
}
</style>
background-color css
<style>
a { background-color: #056C0B; }
a { background-color: rgb(5,108,11); }
div.DivClassName
{
background-color: #056C0B;
}
.BgClassName
{
background-color: #056C0B;
}
</style>
border-color css
<style>
span { border-color: #056C0B; }
span { border-color: rgb(5,108,11); }
td.TdClassName
{
border-color: #056C0B;
}
.TagClassName
{
border-color: #056C0B;
}
</style>