#056A0E

Color #056A0E Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #056A0E

Tints of Green #056A0E

Color information

#056A0E (or 0x056A0E) is unknown color: approx Green. HEX triplet: 05, 6A and 0E. RGB value is (5,106,14). Sum of RGB (Red+Green+Blue) = 5+106+14=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 106 (41.80% from 255 or 84.8% from 125); Blue value is 14 (5.86% from 255 or 11.2% from 125); Max value from RGB is 106 - color contains mainly: green. Hex color #056A0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056A0E is #FA95F1. Grayscale: #414141. Windows color (decimal): -16422386 or 944645. OLE color: 944645.

HSL color Cylindrical-coordinate representation of color #056A0E: hue angle of 125.35º 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 #056A0E is Cyan = 0.95, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.58.

Color convert

RGB510614-
CMYK0.9500.870.58
HSL125.35º90.99%21.76%-
HSV(B)125.35º95.28%41.57%-
XYZ5.310.372.14-
YUV65.3199.0484.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 4%
GREEN value IS 106 (41.80% from 255) = 84.8%
BLUE value IS 14 (5.86% from 255) = 11.2%
R=4%
G=84.8%
B=11.2%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5106140.9500.870.58125.3590.9921.76
Hex56AE5F0573A7d5b16
Octal51521613701277217513326
Binary101110101011101011111010101111110101111101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056A0E; }

 p { color: rgb(5,106,14); }

 H1.HeaderClassName
 {
   color: #056A0E;
 }
 .AnyTagClassName
 {
   color: #056A0E;
 }
</style>
background-color css

<style>
 a { background-color: #056A0E; }

 a { background-color: rgb(5,106,14); }

 div.DivClassName
 {
   background-color: #056A0E;
 }
 .BgClassName
 {
   background-color: #056A0E;
 }
</style>
border-color css

<style>
 span { border-color: #056A0E; }

 span { border-color: rgb(5,106,14); }

 td.TdClassName
 {
   border-color: #056A0E;
 }
 .TagClassName
 {
   border-color: #056A0E;
 }
</style>