#05780A

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

Shades of Green #05780A

Tints of Green #05780A

Color information

#05780A (or 0x05780A) is unknown color: approx Green. HEX triplet: 05, 78 and 0A. RGB value is (5,120,10). Sum of RGB (Red+Green+Blue) = 5+120+10=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 120 (47.27% from 255 or 88.89% from 135); Blue value is 10 (4.30% from 255 or 7.41% from 135); Max value from RGB is 120 - color contains mainly: green. Hex color #05780A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05780A is #FA87F5. Grayscale: #494949. Windows color (decimal): -16418806 or 686085. OLE color: 686085.

HSL color Cylindrical-coordinate representation of color #05780A: hue angle of 122.61º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05780A is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB512010-
CMYK0.9600.920.53
HSL122.61º92%24.51%-
HSV(B)122.61º95.83%47.06%-
XYZ6.8313.492.53-
YUV73.0892.479.44-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.70%
GREEN value IS 120 (47.27% from 255) = 88.89%
BLUE value IS 10 (4.30% from 255) = 7.41%
R=3.70%
G=88.89%
B=7.41%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5120100.9600.920.53122.619224.51
Hex578A6005C357b5c19
Octal51701214001346517313431
Binary101111100010101100000010111001101011111011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05780A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05780A; }

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

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

<style>
 a { background-color: #05780A; }

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

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

<style>
 span { border-color: #05780A; }

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

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