#056B0A

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

Shades of Green #056B0A

Tints of Green #056B0A

Color information

#056B0A (or 0x056B0A) is unknown color: approx Green. HEX triplet: 05, 6B and 0A. RGB value is (5,107,10). Sum of RGB (Red+Green+Blue) = 5+107+10=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 107 (42.19% from 255 or 87.70% from 122); Blue value is 10 (4.30% from 255 or 8.20% from 122); Max value from RGB is 107 - color contains mainly: green. Hex color #056B0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056B0A is #FA94F5. Grayscale: #414141. Windows color (decimal): -16422134 or 682757. OLE color: 682757.

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

Color convert

RGB510710-
CMYK0.9500.910.58
HSL122.94º91.07%21.96%-
HSV(B)122.94º95.33%41.96%-
XYZ5.3810.572.04-
YUV65.4496.7184.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.10%
GREEN value IS 107 (42.19% from 255) = 87.70%
BLUE value IS 10 (4.30% from 255) = 8.20%
R=4.10%
G=87.70%
B=8.20%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5107100.9500.910.58122.9491.0721.96
Hex56BA5F05B3A7b5b16
Octal51531213701337217313326
Binary101110101110101011111010110111110101111011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,107,10); }

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

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

 a { background-color: rgb(5,107,10); }

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

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

 span { border-color: rgb(5,107,10); }

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