#057A07

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

Shades of Green #057A07

Tints of Green #057A07

Color information

#057A07 (or 0x057A07) is unknown color: approx Green. HEX triplet: 05, 7A and 07. RGB value is (5,122,7). Sum of RGB (Red+Green+Blue) = 5+122+7=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 122 (48.05% from 255 or 91.04% from 134); Blue value is 7 (3.12% from 255 or 5.22% from 134); Max value from RGB is 122 - color contains mainly: green. Hex color #057A07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057A07 is #FA85F8. Grayscale: #4A4A4A. Windows color (decimal): -16418297 or 489989. OLE color: 489989.

HSL color Cylindrical-coordinate representation of color #057A07: hue angle of 121.03º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057A07 is Cyan = 0.96, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.52.

Color convert

RGB51227-
CMYK0.9600.940.52
HSL121.03º92.13%24.9%-
HSV(B)121.03º95.9%47.84%-
XYZ7.0613.972.52-
YUV73.9190.2478.85-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.73%
GREEN value IS 122 (48.05% from 255) = 91.04%
BLUE value IS 7 (3.12% from 255) = 5.22%
R=3.73%
G=91.04%
B=5.22%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal512270.9600.940.52121.0392.1324.9
Hex57A76005E34795c19
Octal5172714001366417113431
Binary10111110101111100000010111101101001111001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057A07; }

 p { color: rgb(5,122,7); }

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

<style>
 a { background-color: #057A07; }

 a { background-color: rgb(5,122,7); }

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

<style>
 span { border-color: #057A07; }

 span { border-color: rgb(5,122,7); }

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