Shades of Green #056A08
Tints of Green #056A08
RGB
CMYK
RGB Variations
Color information
#056A08 (or 0x056A08) is known color: Green. HEX triplet: 05, 6A and 08. RGB value is (5,106,8). Sum of RGB (Red+Green+Blue) = 5+106+8=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 106 (41.80% from 255 or 89.08% from 119); Blue value is 8 (3.52% from 255 or 6.72% from 119); Max value from RGB is 106 - color contains mainly: green. Hex color #056A08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056A08 is #FA95F7. Grayscale: #404040. Windows color (decimal): -16422392 or 551429. OLE color: 551429.
HSL color Cylindrical-coordinate representation of color #056A08: hue angle of 121.78º 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 #056A08 is Cyan = 0.95, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 106 | 8 | - |
| CMYK | 0.95 | 0 | 0.92 | 0.58 |
| HSL | 121.78º | 0.91% | 0.22% | - |
| HSV(B) | 121.78º | 0.95% | 0.42% | - |
| XYZ | 5.26 | 10.36 | 1.95 | - |
| YUV | 64.63 | 96.04 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 106 | 8 | 0.95 | 0 | 0.92 | 0.58 | 121.78 | 0.91 | 0.22 |
| Hex | 5 | 6A | 8 | 5F | 0 | 5C | 3A | 7A | 5B | 16 |
| Octal | 5 | 152 | 10 | 137 | 0 | 134 | 72 | 172 | 133 | 26 |
| Binary | 101 | 1101010 | 1000 | 1011111 | 0 | 1011100 | 111010 | 1111010 | 1011011 | 10110 |
Color Harmonies of #056A08
Complementary color
Monochromatic Colors of #056A08
Black with #056A08
Text Example
Text Example
White with #056A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056A08; }
p { color: rgb(5,106,8); }
H1.HeaderClassName
{
color: #056A08;
}
.AnyTagClassName
{
color: #056A08;
}
</style>
background-color css
<style>
a { background-color: #056A08; }
a { background-color: rgb(5,106,8); }
div.DivClassName
{
background-color: #056A08;
}
.BgClassName
{
background-color: #056A08;
}
</style>
border-color css
<style>
span { border-color: #056A08; }
span { border-color: rgb(5,106,8); }
td.TdClassName
{
border-color: #056A08;
}
.TagClassName
{
border-color: #056A08;
}
</style>