Shades of Green #056206
Tints of Green #056206
RGB
CMYK
RGB Variations
Color information
#056206 (or 0x056206) is known color: Green. HEX triplet: 05, 62 and 06. RGB value is (5,98,6). Sum of RGB (Red+Green+Blue) = 5+98+6=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 98 (38.67% from 255 or 89.91% from 109); Blue value is 6 (2.73% from 255 or 5.50% from 109); Max value from RGB is 98 - color contains mainly: green. Hex color #056206 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056206 is #FA9DF9. Grayscale: #3B3B3B. Windows color (decimal): -16424442 or 418309. OLE color: 418309.
HSL color Cylindrical-coordinate representation of color #056206: hue angle of 120.65º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056206 is Cyan = 0.95, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 98 | 6 | - |
| CMYK | 0.95 | 0 | 0.94 | 0.62 |
| HSL | 120.65º | 0.9% | 0.2% | - |
| HSV(B) | 120.65º | 0.95% | 0.38% | - |
| XYZ | 4.46 | 8.78 | 1.63 | - |
| YUV | 59.71 | 97.69 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 98 | 6 | 0.95 | 0 | 0.94 | 0.62 | 120.65 | 0.9 | 0.2 |
| Hex | 5 | 62 | 6 | 5F | 0 | 5E | 3E | 79 | 5A | 14 |
| Octal | 5 | 142 | 6 | 137 | 0 | 136 | 76 | 171 | 132 | 24 |
| Binary | 101 | 1100010 | 110 | 1011111 | 0 | 1011110 | 111110 | 1111001 | 1011010 | 10100 |
Color Harmonies of #056206
Complementary color
Monochromatic Colors of #056206
Black with #056206
Text Example
Text Example
White with #056206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056206; }
p { color: rgb(5,98,6); }
H1.HeaderClassName
{
color: #056206;
}
.AnyTagClassName
{
color: #056206;
}
</style>
background-color css
<style>
a { background-color: #056206; }
a { background-color: rgb(5,98,6); }
div.DivClassName
{
background-color: #056206;
}
.BgClassName
{
background-color: #056206;
}
</style>
border-color css
<style>
span { border-color: #056206; }
span { border-color: rgb(5,98,6); }
td.TdClassName
{
border-color: #056206;
}
.TagClassName
{
border-color: #056206;
}
</style>