#05780F

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

Shades of Green #05780F

Tints of Green #05780F

Color information

#05780F (or 0x05780F) is unknown color: approx Green. HEX triplet: 05, 78 and 0F. RGB value is (5,120,15). Sum of RGB (Red+Green+Blue) = 5+120+15=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 120 (47.27% from 255 or 85.71% from 140); Blue value is 15 (6.25% from 255 or 10.71% from 140); Max value from RGB is 120 - color contains mainly: green. Hex color #05780F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05780F is #FA87F0. Grayscale: #494949. Windows color (decimal): -16418801 or 1013765. OLE color: 1013765.

HSL color Cylindrical-coordinate representation of color #05780F: hue angle of 125.22º 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 #05780F is Cyan = 0.96, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB512015-
CMYK0.9600.870.53
HSL125.22º92%24.51%-
HSV(B)125.22º95.83%47.06%-
XYZ6.8713.52.7-
YUV73.6494.979.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.57%
GREEN value IS 120 (47.27% from 255) = 85.71%
BLUE value IS 15 (6.25% from 255) = 10.71%
R=3.57%
G=85.71%
B=10.71%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5120150.9600.870.53125.229224.51
Hex578F60057357d5c19
Octal51701714001276517513431
Binary101111100011111100000010101111101011111101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05780F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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