Shades of Green #056B05
Tints of Green #056B05
RGB
CMYK
RGB Variations
Color information
#056B05 (or 0x056B05) is known color: Green. HEX triplet: 05, 6B and 05. RGB value is (5,107,5). Sum of RGB (Red+Green+Blue) = 5+107+5=117 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.27% from 117); Green value is 107 (42.19% from 255 or 91.45% from 117); Blue value is 5 (2.34% from 255 or 4.27% from 117); Max value from RGB is 107 - color contains mainly: green. Hex color #056B05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056B05 is #FA94FA. Grayscale: #414141. Windows color (decimal): -16422139 or 355077. OLE color: 355077.
HSL color Cylindrical-coordinate representation of color #056B05: hue angle of 120º 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 #056B05 is Cyan = 0.95, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.58.
Color convert
RGB | 5 | 107 | 5 | - |
CMYK | 0.95 | 0 | 0.95 | 0.58 |
HSL | 120º | 0.91% | 0.22% | - |
HSV(B) | 120º | 0.95% | 0.42% | - |
XYZ | 5.35 | 10.56 | 1.9 | - |
YUV | 64.87 | 94.21 | 85.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 5 | 107 | 5 | 0.95 | 0 | 0.95 | 0.58 | 120 | 0.91 | 0.22 |
Hex | 5 | 6B | 5 | 5F | 0 | 5F | 3A | 78 | 5B | 16 |
Octal | 5 | 153 | 5 | 137 | 0 | 137 | 72 | 170 | 133 | 26 |
Binary | 101 | 1101011 | 101 | 1011111 | 0 | 1011111 | 111010 | 1111000 | 1011011 | 10110 |
Color Harmonies of #056B05
Complementary color
Monochromatic Colors of #056B05
Black with #056B05
Text Example
Text Example
White with #056B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056B05; }
p { color: rgb(5,107,5); }
H1.HeaderClassName
{
color: #056B05;
}
.AnyTagClassName
{
color: #056B05;
}
</style>
background-color css
<style>
a { background-color: #056B05; }
a { background-color: rgb(5,107,5); }
div.DivClassName
{
background-color: #056B05;
}
.BgClassName
{
background-color: #056B05;
}
</style>
border-color css
<style>
span { border-color: #056B05; }
span { border-color: rgb(5,107,5); }
td.TdClassName
{
border-color: #056B05;
}
.TagClassName
{
border-color: #056B05;
}
</style>