Shades of Green #056F00
Tints of Green #056F00
RGB
CMYK
RGB Variations
Color information
#056F00 (or 0x056F00) is known color: Green. HEX triplet: 05, 6F and 00. RGB value is (5,111,0). Sum of RGB (Red+Green+Blue) = 5+111+0=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 111 (43.75% from 255 or 95.69% from 116); Blue value is 0 (0.39% from 255 or 0% from 116); Max value from RGB is 111 - color contains mainly: green. Hex color #056F00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056F00 is #FA90FF. Grayscale: #424242. Windows color (decimal): -16421120 or 28421. OLE color: 28421.
HSL color Cylindrical-coordinate representation of color #056F00: hue angle of 117.3º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #056F00 is Cyan = 0.95, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 111 | 0 | - |
| CMYK | 0.95 | 0 | 1 | 0.56 |
| HSL | 117.3º | 1% | 0.22% | - |
| HSV(B) | 117.3º | 1% | 0.44% | - |
| XYZ | 5.75 | 11.4 | 1.9 | - |
| YUV | 66.65 | 90.38 | 84.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 111 | 0 | 0.95 | 0 | 1 | 0.56 | 117.3 | 1 | 0.22 |
| Hex | 5 | 6F | 0 | 5F | 0 | 64 | 38 | 75 | 64 | 16 |
| Octal | 5 | 157 | 0 | 137 | 0 | 144 | 70 | 165 | 144 | 26 |
| Binary | 101 | 1101111 | 0 | 1011111 | 0 | 1100100 | 111000 | 1110101 | 1100100 | 10110 |
Color Harmonies of #056F00
Complementary color
Monochromatic Colors of #056F00
Black with #056F00
Text Example
Text Example
White with #056F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056F00; }
p { color: rgb(5,111,0); }
H1.HeaderClassName
{
color: #056F00;
}
.AnyTagClassName
{
color: #056F00;
}
</style>
background-color css
<style>
a { background-color: #056F00; }
a { background-color: rgb(5,111,0); }
div.DivClassName
{
background-color: #056F00;
}
.BgClassName
{
background-color: #056F00;
}
</style>
border-color css
<style>
span { border-color: #056F00; }
span { border-color: rgb(5,111,0); }
td.TdClassName
{
border-color: #056F00;
}
.TagClassName
{
border-color: #056F00;
}
</style>